From 120d9cb631b3eeab2c19e7a0ee2eff66bda9646d Mon Sep 17 00:00:00 2001
From: marcusturewicz <24448509+marcusturewicz@users.noreply.github.com>
Date: Sat, 25 Apr 2020 12:41:34 +1000
Subject: [PATCH 1/4] Use attribute Link syntax for Common files
Fixes #1266
---
.../System.Private.CoreLib.csproj | 22 +-
.../ILCompiler.ReadyToRun.csproj | 8 +-
.../ILCompiler.TypeSystem.ReadyToRun.csproj | 2 +-
.../Security/Cryptography/Asn1/AsnXml.targets | 8 +-
...y.Cryptography.Asn1Reader.Shared.projitems | 70 +--
.../Common/tests/Common.Tests.csproj | 158 +++----
.../tests/TestUtilities/TestUtilities.csproj | 24 +-
.../src/Microsoft.CSharp.csproj | 14 +-
...oft.Extensions.Caching.Memory.Tests.csproj | 4 +-
...tensions.Configuration.Binder.Tests.csproj | 4 +-
...ons.Configuration.CommandLine.Tests.csproj | 6 +-
...guration.EnvironmentVariables.Tests.csproj | 8 +-
....Extensions.Configuration.Xml.Tests.csproj | 12 +-
...ions.Configuration.Functional.Tests.csproj | 2 +-
...ns.DependencyInjection.Abstractions.csproj | 8 +-
...soft.Extensions.DependencyInjection.csproj | 4 +-
...xtensions.DependencyInjection.Tests.csproj | 4 +-
...tensions.FileProviders.Abstractions.csproj | 2 +-
...t.Extensions.FileProviders.Physical.csproj | 4 +-
...nsions.FileProviders.Physical.Tests.csproj | 4 +-
...osoft.Extensions.FileSystemGlobbing.csproj | 2 +-
.../src/Microsoft.Extensions.Http.csproj | 6 +-
...oft.Extensions.Logging.Abstractions.csproj | 6 +-
...ft.Extensions.Logging.Configuration.csproj | 2 +-
...icrosoft.Extensions.Logging.Console.csproj | 4 +-
.../Microsoft.Extensions.Logging.Debug.csproj | 4 +-
...crosoft.Extensions.Logging.EventLog.csproj | 6 +-
...soft.Extensions.Logging.EventSource.csproj | 4 +-
.../src/Microsoft.Extensions.Logging.csproj | 6 +-
...ft.Extensions.Logging.Testing.Tests.csproj | 2 +-
.../Microsoft.Extensions.Primitives.csproj | 4 +-
.../src/Microsoft.Win32.Primitives.csproj | 10 +-
.../src/Microsoft.Win32.Registry.csproj | 36 +-
.../Microsoft.Win32.Registry.Tests.csproj | 6 +-
.../src/Microsoft.Win32.SystemEvents.csproj | 84 ++--
.../Microsoft.Win32.SystemEvents.Tests.csproj | 10 +-
.../tests/System.CodeDom.Tests.csproj | 14 +-
...System.Collections.Concurrent.Tests.csproj | 44 +-
.../src/System.Collections.Immutable.csproj | 2 +-
.../System.Collections.Immutable.Tests.csproj | 42 +-
.../src/System.Collections.NonGeneric.csproj | 2 +-
...System.Collections.NonGeneric.Tests.csproj | 20 +-
.../src/System.Collections.Specialized.csproj | 2 +-
...ystem.Collections.Specialized.Tests.csproj | 20 +-
.../src/System.Collections.csproj | 8 +-
.../tests/System.Collections.Tests.csproj | 50 +-
.../System.ComponentModel.Annotations.csproj | 4 +-
...onentModel.Composition.Registration.csproj | 12 +-
.../System.ComponentModel.Composition.csproj | 10 +-
...em.ComponentModel.Composition.Tests.csproj | 6 +-
...System.ComponentModel.TypeConverter.csproj | 4 +-
.../src/System.Composition.Convention.csproj | 12 +-
.../src/System.Composition.TypedParts.csproj | 4 +-
...System.Composition.TypedParts.Tests.csproj | 4 +-
....Configuration.ConfigurationManager.csproj | 6 +-
...guration.ConfigurationManager.Tests.csproj | 6 +-
.../System.Console/src/System.Console.csproj | 164 +++----
.../tests/System.Console.Tests.csproj | 10 +-
.../src/System.Data.Common.csproj | 2 +-
.../tests/System.Data.Common.Tests.csproj | 4 +-
.../src/System.Data.Odbc.csproj | 22 +-
.../tests/System.Data.Odbc.Tests.csproj | 10 +-
.../src/System.Data.OleDb.csproj | 6 +-
.../System.Diagnostics.Contracts.Tests.csproj | 4 +-
...System.Diagnostics.DiagnosticSource.csproj | 6 +-
....Diagnostics.DiagnosticSource.Tests.csproj | 6 +-
.../src/System.Diagnostics.EventLog.csproj | 44 +-
.../System.Diagnostics.FileVersionInfo.csproj | 24 +-
...stem.Diagnostics.PerformanceCounter.csproj | 78 ++--
...iagnostics.PerformanceCounter.Tests.csproj | 4 +-
.../src/System.Diagnostics.Process.csproj | 236 +++++-----
.../System.Diagnostics.Process.Tests.csproj | 8 +-
...Diagnostics.TextWriterTraceListener.csproj | 14 +-
.../src/System.Diagnostics.TraceSource.csproj | 14 +-
...DirectoryServices.AccountManagement.csproj | 6 +-
...oryServices.AccountManagement.Tests.csproj | 4 +-
...m.DirectoryServices.Protocols.Tests.csproj | 4 +-
.../System.DirectoryServices.Tests.csproj | 4 +-
.../src/System.Drawing.Common.csproj | 78 ++--
.../tests/System.Drawing.Common.Tests.csproj | 10 +-
.../src/System.Drawing.Primitives.csproj | 8 +-
.../System.Drawing.Primitives.Tests.csproj | 8 +-
.../System.Globalization.Nls.Tests.csproj | 2 +-
.../tests/System.Globalization.Tests.csproj | 2 +-
.../src/System.IO.Compression.Brotli.csproj | 8 +-
.../System.IO.Compression.Brotli.Tests.csproj | 14 +-
.../src/System.IO.Compression.ZipFile.csproj | 2 +-
...System.IO.Compression.ZipFile.Tests.csproj | 16 +-
.../src/System.IO.Compression.csproj | 16 +-
.../tests/System.IO.Compression.Tests.csproj | 22 +-
...m.IO.FileSystem.AccessControl.Tests.csproj | 6 +-
.../src/System.IO.FileSystem.DriveInfo.csproj | 52 +--
.../src/System.IO.FileSystem.Watcher.csproj | 58 +--
.../System.IO.FileSystem.Watcher.Tests.csproj | 8 +-
.../tests/System.IO.FileSystem.Tests.csproj | 10 +-
.../src/System.IO.IsolatedStorage.csproj | 2 +-
.../System.IO.IsolatedStorage.Tests.csproj | 8 +-
.../src/System.IO.MemoryMappedFiles.csproj | 84 ++--
.../System.IO.MemoryMappedFiles.Tests.csproj | 4 +-
.../src/System.IO.Pipelines.csproj | 4 +-
.../tests/System.IO.Pipes.Tests.csproj | 16 +-
.../src/System.IO.Ports.csproj | 90 ++--
.../System.IO/tests/System.IO.Tests.csproj | 10 +-
.../src/System.Linq.Expressions.csproj | 4 +-
.../System.Linq.Expressions.Tests.csproj | 4 +-
.../tests/System.Linq.Parallel.Tests.csproj | 8 +-
.../tests/System.Linq.Queryable.Tests.csproj | 4 +-
.../tests/System.Linq.Tests.csproj | 6 +-
.../src/System.Management.csproj | 24 +-
.../System.Memory/src/System.Memory.csproj | 4 +-
.../tests/System.Memory.Tests.csproj | 6 +-
...stem.Net.Http.Json.Functional.Tests.csproj | 18 +-
.../src/System.Net.Http.WinHttpHandler.csproj | 66 +--
...ttp.WinHttpHandler.Functional.Tests.csproj | 130 +++---
....Net.Http.WinHttpHandler.Unit.Tests.csproj | 52 +--
.../src/System.Net.Http.csproj | 432 +++++++++---------
.../System.Net.Http.Enterprise.Tests.csproj | 4 +-
.../System.Net.Http.Functional.Tests.csproj | 218 ++++-----
.../System.Net.Http.Unit.Tests.csproj | 50 +-
.../src/System.Net.HttpListener.csproj | 158 +++----
.../System.Net.HttpListener.Tests.csproj | 4 +-
.../src/System.Net.Mail.csproj | 148 +++---
.../System.Net.Mail.Functional.Tests.csproj | 8 +-
.../Unit/System.Net.Mail.Unit.Tests.csproj | 148 +++---
.../src/System.Net.NameResolution.csproj | 84 ++--
...Net.NameResolution.Functional.Tests.csproj | 10 +-
...System.Net.NameResolution.Pal.Tests.csproj | 72 +--
...ystem.Net.NameResolution.Unit.Tests.csproj | 8 +-
.../src/System.Net.NetworkInformation.csproj | 84 ++--
...NetworkInformation.Functional.Tests.csproj | 14 +-
.../src/System.Net.Ping.csproj | 56 +--
.../System.Net.Ping.Functional.Tests.csproj | 10 +-
.../src/System.Net.Primitives.csproj | 86 ++--
...tem.Net.Primitives.Functional.Tests.csproj | 4 +-
.../System.Net.Primitives.Pal.Tests.csproj | 26 +-
...stem.Net.Primitives.UnitTests.Tests.csproj | 20 +-
.../src/System.Net.Requests.csproj | 36 +-
.../tests/System.Net.Requests.Tests.csproj | 20 +-
.../src/System.Net.Security.csproj | 216 ++++-----
...ystem.Net.Security.Enterprise.Tests.csproj | 10 +-
.../System.Net.Security.Tests.csproj | 42 +-
.../System.Net.Security.Unit.Tests.csproj | 10 +-
.../src/System.Net.Sockets.csproj | 208 ++++-----
.../System.Net.Sockets.Tests.csproj | 22 +-
.../src/System.Net.WebClient.csproj | 12 +-
.../tests/System.Net.WebClient.Tests.csproj | 18 +-
.../src/System.Net.WebHeaderCollection.csproj | 10 +-
.../src/System.Net.WebSockets.Client.csproj | 12 +-
.../System.Net.WebSockets.Client.Tests.csproj | 24 +-
...em.Net.WebSockets.WebSocketProtocol.csproj | 6 +-
....WebSockets.WebSocketProtocol.Tests.csproj | 10 +-
.../src/System.Net.WebSockets.csproj | 6 +-
.../tests/System.Net.WebSockets.Tests.csproj | 10 +-
.../tests/System.ObjectModel.Tests.csproj | 18 +-
.../System.Private.CoreLib.Shared.projitems | 386 ++++++++--------
...m.Private.DataContractSerialization.csproj | 4 +-
.../src/System.Private.Uri.csproj | 8 +-
.../System.Private.Uri.Unit.Tests.csproj | 6 +-
.../src/System.Private.Xml.Linq.csproj | 4 +-
...tem.Xml.Linq.TreeManipulation.Tests.csproj | 6 +-
.../System.Xml.Linq.xNodeBuilder.Tests.csproj | 4 +-
.../src/System.Private.Xml.csproj | 6 +-
.../System.Xml.XmlDocument.Tests.csproj | 2 +-
.../System.Xml.RW.XmlReader.Tests.csproj | 4 +-
.../System.Xml.XmlSchemaSet.Tests.csproj | 4 +-
...lSchema.XmlSchemaValidatorApi.Tests.csproj | 4 +-
.../System.Reflection.DispatchProxy.csproj | 4 +-
.../src/System.Reflection.Metadata.csproj | 4 +-
.../System.Reflection.Metadata.Tests.csproj | 14 +-
...eflection.MetadataLoadContext.Tests.csproj | 6 +-
.../tests/System.Reflection.Tests.csproj | 10 +-
...tem.Resources.ResourceManager.Tests.csproj | 6 +-
.../src/System.Runtime.Caching.csproj | 8 +-
.../System.Runtime.Extensions.Tests.csproj | 12 +-
....InteropServices.RuntimeInformation.csproj | 22 +-
...opServices.RuntimeInformation.Tests.csproj | 4 +-
.../src/System.Runtime.InteropServices.csproj | 8 +-
...em.Runtime.Serialization.Formatters.csproj | 4 +-
...time.Serialization.Formatters.Tests.csproj | 8 +-
....Serialization.Xml.Canonicalization.csproj | 4 +-
...ialization.Xml.ReflectionOnly.Tests.csproj | 6 +-
...tem.Runtime.Serialization.Xml.Tests.csproj | 6 +-
...stem.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +-
.../src/System.Runtime.WindowsRuntime.csproj | 18 +-
.../NlsTests/System.Runtime.Nls.Tests.csproj | 6 +-
.../tests/System.Runtime.Tests.csproj | 32 +-
.../src/System.Security.AccessControl.csproj | 52 +--
...em.Security.Cryptography.Algorithms.csproj | 334 +++++++-------
...urity.Cryptography.Algorithms.Tests.csproj | 148 +++---
.../System.Security.Cryptography.Cng.csproj | 150 +++---
...tem.Security.Cryptography.Cng.Tests.csproj | 130 +++---
.../System.Security.Cryptography.Csp.csproj | 58 +--
...tem.Security.Cryptography.Csp.Tests.csproj | 68 +--
...stem.Security.Cryptography.Encoding.csproj | 54 +--
...ecurity.Cryptography.Encoding.Tests.csproj | 6 +-
...ystem.Security.Cryptography.OpenSsl.csproj | 80 ++--
...Security.Cryptography.OpenSsl.Tests.csproj | 110 ++---
.../System.Security.Cryptography.Pkcs.csproj | 270 +++++------
...em.Security.Cryptography.Pkcs.Tests.csproj | 4 +-
...em.Security.Cryptography.Primitives.csproj | 12 +-
...urity.Cryptography.Primitives.Tests.csproj | 4 +-
...Security.Cryptography.ProtectedData.csproj | 14 +-
...ty.Cryptography.ProtectedData.Tests.csproj | 4 +-
...urity.Cryptography.X509Certificates.csproj | 338 +++++++-------
...Cryptography.X509Certificates.Tests.csproj | 48 +-
.../System.Security.Cryptography.Xml.csproj | 4 +-
.../System.Security.Principal.Windows.csproj | 102 ++---
...em.Security.Principal.Windows.Tests.csproj | 4 +-
...em.ServiceProcess.ServiceController.csproj | 50 +-
...ocess.ServiceController.TestService.csproj | 24 +-
.../src/System.Text.Encoding.CodePages.csproj | 12 +-
.../src/System.Text.Encodings.Web.csproj | 4 +-
.../System.Text.Encodings.Web.Tests.csproj | 2 +-
.../src/System.Text.Json.csproj | 8 +-
.../tests/System.Text.Json.Tests.csproj | 4 +-
.../src/System.Text.RegularExpressions.csproj | 10 +-
...ystem.Text.RegularExpressions.Tests.csproj | 4 +-
.../System.Threading.Channels.Tests.csproj | 4 +-
.../System.Threading.Overlapped.Tests.csproj | 4 +-
.../System.Threading.Tasks.Dataflow.csproj | 4 +-
...stem.Threading.Tasks.Dataflow.Tests.csproj | 6 +-
...em.Threading.Tasks.Extensions.Tests.csproj | 8 +-
...stem.Threading.Tasks.Parallel.Tests.csproj | 6 +-
.../tests/System.Threading.Tasks.Tests.csproj | 8 +-
.../System.Threading.Thread.Tests.csproj | 4 +-
.../System.Threading.ThreadPool.Tests.csproj | 4 +-
.../tests/System.Threading.Timer.Tests.csproj | 4 +-
.../src/System.Threading.csproj | 2 +-
.../tests/System.Threading.Tests.csproj | 6 +-
.../src/System.Utf8String.Experimental.csproj | 6 +-
.../src/System.Web.HttpUtility.csproj | 2 +-
.../src/System.Windows.Extensions.csproj | 36 +-
.../System.Windows.Extensions.Tests.csproj | 4 +-
.../System.Private.CoreLib.csproj | 2 +-
234 files changed, 3774 insertions(+), 3774 deletions(-)
diff --git a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index b0456f3825d1e3..af33ed2a021cad 100644
--- a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -260,19 +260,19 @@
- Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs">
- Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs">
- Common\Interop\Windows\Ole32\Interop.CoTaskMemAlloc.cs
+ Link="Common\Interop\Windows\Ole32\Interop.CoTaskMemAlloc.cs">
- Common\Interop\Windows\OleAut32\Interop.SysAllocStringByteLen.cs
+ Link="Common\Interop\Windows\OleAut32\Interop.SysAllocStringByteLen.cs">
@@ -283,16 +283,16 @@
- Common\System\Runtime\InteropServices\IDispatch.cs
+ Link="Common\System\Runtime\InteropServices\IDispatch.cs">
- Common\System\Runtime\InteropServices\ComEventsMethod.cs
+ Link="Common\System\Runtime\InteropServices\ComEventsMethod.cs">
- Common\System\Runtime\InteropServices\ComEventsSink.cs
+ Link="Common\System\Runtime\InteropServices\ComEventsSink.cs">
- Common\System\Runtime\InteropServices\Variant.cs
+ Link="Common\System\Runtime\InteropServices\Variant.cs">
@@ -366,7 +366,7 @@
- Common\Interop\Windows\OleAut32\Interop.VariantClear.cs
+ Link="Common\Interop\Windows\OleAut32\Interop.VariantClear.cs">
@@ -378,7 +378,7 @@
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
diff --git a/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj b/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj
index f36eb5fd382cdf..c7a4660ff1a4e6 100644
--- a/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj
+++ b/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj
@@ -209,16 +209,16 @@
- Common\ModuleHeaders.cs
+ Link="Common\ModuleHeaders.cs">
- Common\Utf8String.cs
+ Link="Common\Utf8String.cs">
- Common\Utf8StringBuilder.cs
+ Link="Common\Utf8StringBuilder.cs">
- Common\ArrayBuilder.cs
+ Link="Common\ArrayBuilder.cs">
IL\HelperExtensions.cs
diff --git a/src/coreclr/src/tools/crossgen2/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj b/src/coreclr/src/tools/crossgen2/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj
index c034a83959686a..44a584985e033a 100644
--- a/src/coreclr/src/tools/crossgen2/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj
+++ b/src/coreclr/src/tools/crossgen2/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj
@@ -581,7 +581,7 @@
TypeSystem\RuntimeDetermined\TypeSystemContext.RuntimeDetermined.cs
- Common\System\FormattingHelpers.cs
+ Link="Common\System\FormattingHelpers.cs">
TypeSystem\Sorting\ArrayType.Sorting.cs
diff --git a/src/libraries/Common/src/System/Security/Cryptography/Asn1/AsnXml.targets b/src/libraries/Common/src/System/Security/Cryptography/Asn1/AsnXml.targets
index 071432c841e84d..f0bf12d0a2d03f 100644
--- a/src/libraries/Common/src/System/Security/Cryptography/Asn1/AsnXml.targets
+++ b/src/libraries/Common/src/System/Security/Cryptography/Asn1/AsnXml.targets
@@ -4,7 +4,7 @@
- Common\System\Security\Cryptography\Asn1\asn.xsd
+ Link="Common\System\Security\Cryptography\Asn1\asn.xsd">
@@ -35,9 +35,9 @@
-
+
-
+
diff --git a/src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/System.Security.Cryptography.Asn1Reader.Shared.projitems b/src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/System.Security.Cryptography.Asn1Reader.Shared.projitems
index f495ac7aeb3bb1..7c3743668ef483 100644
--- a/src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/System.Security.Cryptography.Asn1Reader.Shared.projitems
+++ b/src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/System.Security.Cryptography.Asn1Reader.Shared.projitems
@@ -11,109 +11,109 @@
- Common\System\Security\Cryptography\Asn1Reader\Asn1Tag.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\Asn1Tag.cs">
- Common\System\Security\Cryptography\Asn1Reader\Asn1Tag.Accelerators.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\Asn1Tag.Accelerators.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnCharacterStringEncodings.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnCharacterStringEncodings.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnEncodingRules.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnEncodingRules.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.BitString.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.BitString.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.Boolean.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Boolean.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.Enumerated.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Enumerated.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.GeneralizedTime.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.GeneralizedTime.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.Integer.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Integer.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.NamedBitList.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.NamedBitList.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.Null.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Null.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.OctetString.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.OctetString.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.Oid.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Oid.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.Sequence.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Sequence.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.SetOf.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.SetOf.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.Text.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Text.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnReader.UtcTime.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.UtcTime.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.BitString.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.BitString.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Boolean.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Boolean.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Enumerated.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Enumerated.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.GeneralizedTime.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.GeneralizedTime.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Integer.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Integer.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.NamedBitList.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.NamedBitList.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Null.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Null.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.OctetString.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.OctetString.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Oid.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Oid.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Sequence.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Sequence.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.SetOf.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.SetOf.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Text.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Text.cs">
- Common\System\Security\Cryptography\Asn1Reader\AsnWriter.UtcTime.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.UtcTime.cs">
- Common\System\Security\Cryptography\Asn1Reader\SetOfValueComparer.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\SetOfValueComparer.cs">
- Common\System\Security\Cryptography\Asn1Reader\TagClass.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\TagClass.cs">
- Common\System\Security\Cryptography\Asn1Reader\UniversalTagNumber.cs
+ Link="Common\System\Security\Cryptography\Asn1Reader\UniversalTagNumber.cs">
diff --git a/src/libraries/Common/tests/Common.Tests.csproj b/src/libraries/Common/tests/Common.Tests.csproj
index 18a311eb4c6d90..d7723b58d1576a 100644
--- a/src/libraries/Common/tests/Common.Tests.csproj
+++ b/src/libraries/Common/tests/Common.Tests.csproj
@@ -8,208 +8,208 @@
- Common\System\Collections\DictionaryExtensions.cs
+ Link="Common\System\Collections\DictionaryExtensions.cs">
- Common\System\Security\Cryptography\ByteUtils.cs
+ Link="Common\System\Security\Cryptography\ByteUtils.cs">
- Common\Interop\Linux\cgroups\Interop.cgroups.cs
+ Link="Common\Interop\Linux\cgroups\Interop.cgroups.cs">
- Common\Interop\Linux\procfs\Interop.ProcFsStat.cs
+ Link="Common\Interop\Linux\procfs\Interop.ProcFsStat.cs">
- Common\System\CharArrayHelpers.cs
+ Link="Common\System\CharArrayHelpers.cs">
- Common\System\Marvin.cs
+ Link="Common\System\Marvin.cs">
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Collections\Generic\ArrayBuilder.cs
+ Link="Common\System\Collections\Generic\ArrayBuilder.cs">
- Common\System\Collections\Generic\LargeArrayBuilder.cs
+ Link="Common\System\Collections\Generic\LargeArrayBuilder.cs">
- Common\System\Collections\Generic\LargeArrayBuilder.SpeedOpt.cs
+ Link="Common\System\Collections\Generic\LargeArrayBuilder.SpeedOpt.cs">
- Common\System\IO\PathInternal.CaseSensitivity.cs
+ Link="Common\System\IO\PathInternal.CaseSensitivity.cs">
- Common\System\IO\RowConfigReader.cs
+ Link="Common\System\IO\RowConfigReader.cs">
- Common\System\IO\StringParser.cs
+ Link="Common\System\IO\StringParser.cs">
- Common\System\Net\HttpDateParser.cs
+ Link="Common\System\Net\HttpDateParser.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
- Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
+ Link="Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs">
- Common\System\Text\ReusableTextReader.cs
+ Link="Common\System\Text\ReusableTextReader.cs">
- Common\System\Text\SimpleRegex.cs
+ Link="Common\System\Text\SimpleRegex.cs">
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
- Common\System\Security\IdentityHelper.cs
+ Link="Common\System\Security\IdentityHelper.cs">
System\PasteArguments.cs
@@ -246,10 +246,10 @@
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
System\IO\PathInternal.cs
@@ -260,17 +260,17 @@
System\IO\PathInternal.Windows.cs
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\kernel32\Interop.FormatMessage.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\System\IO\Win32Marshal.cs
+ Link="Common\System\IO\Win32Marshal.cs">
@@ -283,10 +283,10 @@
System\IO\PathInternal.Unix.cs
- Common\Interop\Unix\Interop.PathConf.cs
+ Link="Common\Interop\Unix\Interop.PathConf.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
System\PasteArguments.Unix.cs
@@ -295,13 +295,13 @@
- Common\Interop\Linux\Interop.Libraries.cs
+ Link="Common\Interop\Linux\Interop.Libraries.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
@@ -310,4 +310,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
index 559cca7f20346b..c61592eccac621 100644
--- a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
+++ b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
@@ -24,7 +24,7 @@
-
@@ -33,40 +33,40 @@
- Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs">
- Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs
+ Link="Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs">
- Common\Interop\Windows\Advapi32\Interop.OpenProcessToken_SafeAccessTokenHandle.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.OpenProcessToken_SafeAccessTokenHandle.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs">
- Common\Interop\Windows\Advapi32\Interop.GetTokenInformation_void.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.GetTokenInformation_void.cs">
- Common\Interop\Windows\Advapi32\Interop.TOKEN_ELEVATION.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.TOKEN_ELEVATION.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs">
- Common\Interop\Unix\Interop.GetEUid.cs
+ Link="Common\Interop\Unix\Interop.GetEUid.cs">
diff --git a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
index 1e0036d0e92c76..8b2020be7d2e90 100644
--- a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
+++ b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
@@ -161,27 +161,27 @@
- Common\System\Collections\HashHelpers.cs
+ Link="Common\System\Collections\HashHelpers.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\OleAut32\Interop.VariantClear.cs
+ Link="Common\Interop\Windows\OleAut32\Interop.VariantClear.cs">
- Common\System\Runtime\InteropServices\ComEventsSink.cs
+ Link="Common\System\Runtime\InteropServices\ComEventsSink.cs">
- Common\System\Runtime\InteropServices\ComEventsMethod.cs
+ Link="Common\System\Runtime\InteropServices\ComEventsMethod.cs">
- Common\System\Runtime\InteropServices\IDispatch.cs
+ Link="Common\System\Runtime\InteropServices\IDispatch.cs">
- Common\System\Runtime\InteropServices\Variant.cs
+ Link="Common\System\Runtime\InteropServices\Variant.cs">
diff --git a/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj b/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
index 723c7244522e13..94f4ae15854f80 100644
--- a/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
@@ -7,10 +7,10 @@
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs">
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs">
diff --git a/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
index df49f6059b5017..25f03d0b8ec85a 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
@@ -7,10 +7,10 @@
- Common\ConfigurationProviderExtensions.cs
+ Link="Common\ConfigurationProviderExtensions.cs">
- Common\TestStreamHelpers.cs
+ Link="Common\TestStreamHelpers.cs">
diff --git a/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
index 4b9c4ed4aa1a43..28018e4e9d1e49 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
@@ -7,13 +7,13 @@
- Common\ConfigurationProviderTestBase.cs
+ Link="Common\ConfigurationProviderTestBase.cs">
- Common\ConfigurationProviderExtensions.cs
+ Link="Common\ConfigurationProviderExtensions.cs">
- Common\TestStreamHelpers.cs
+ Link="Common\TestStreamHelpers.cs">
diff --git a/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
index 74357f4d7bec52..bf24be8842666f 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
@@ -7,18 +7,18 @@
- Common\ConfigurationProviderTestBase.cs
+ Link="Common\ConfigurationProviderTestBase.cs">
- Common\ConfigurationProviderExtensions.cs
+ Link="Common\ConfigurationProviderExtensions.cs">
- Common\TestStreamHelpers.cs
+ Link="Common\TestStreamHelpers.cs">
-
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
index b65127b6326679..2afcea677fa652 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
@@ -16,22 +16,22 @@
Microsoft.Extensions.Configuration\tests\Common\TestStreamHelpers.cs
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ReplaceCulture.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ReplaceCulture.cs">
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\FrameworkSkipConditionAttribute.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\FrameworkSkipConditionAttribute.cs">
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs">
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\RuntimeFrameworks.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\RuntimeFrameworks.cs">
-
+
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TestPlatformHelper.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TestPlatformHelper.cs">
diff --git a/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
index 38c800ff807a5d..0444e70290f05f 100644
--- a/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
@@ -7,7 +7,7 @@
- Common\ConfigurationProviderExtensions.cs
+ Link="Common\ConfigurationProviderExtensions.cs">
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
index a88b34d985e02a..9299501de46df9 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
@@ -8,16 +8,16 @@
- Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs
+ Link="Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs">
- Common\src\Extensions\ActivatorUtilities\ActivatorUtilities.cs
+ Link="Common\src\Extensions\ActivatorUtilities\ActivatorUtilities.cs">
- Common\src\Extensions\ActivatorUtilities\ActivatorUtilitiesConstructorAttribute.cs
+ Link="Common\src\Extensions\ActivatorUtilities\ActivatorUtilitiesConstructorAttribute.cs">
- Common\src\Extensions\ActivatorUtilities\ObjectFactory.cs
+ Link="Common\src\Extensions\ActivatorUtilities\ObjectFactory.cs">
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
index 80589409dba6b0..4b93e144afb1db 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
@@ -49,10 +49,10 @@
- Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs
+ Link="Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs">
- Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
+ Link="Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs">
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
index 2ce3453a2d2ff6..0588cd1aae76fe 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
@@ -7,10 +7,10 @@
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs">
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs">
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
index 6f7344c8ff8cfa..335942c7651839 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
@@ -8,7 +8,7 @@
- Common\src\Extensions\EmptyDisposable.cs
+ Link="Common\src\Extensions\EmptyDisposable.cs">
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
index 5f23ebcc600ad6..27464e76e0638c 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
@@ -9,10 +9,10 @@
- Common\src\Extensions\EmptyDisposable.cs
+ Link="Common\src\Extensions\EmptyDisposable.cs">
- Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs
+ Link="Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs">
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
index 8cb5229c139d3e..379a853c8eab7e 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
@@ -8,10 +8,10 @@
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs">
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TaskExtensions.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TaskExtensions.cs">
diff --git a/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj b/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
index 00d510d0cede57..667bb756f1b657 100644
--- a/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
+++ b/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
@@ -8,7 +8,7 @@
- Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs
+ Link="Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs">
diff --git a/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj b/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
index c8a0848f510662..4303f5ce1b6b55 100644
--- a/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
+++ b/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
@@ -8,13 +8,13 @@
- Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs
+ Link="Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs">
- Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
+ Link="Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs">
- Common\src\Extensions\ValueStopwatch\ValueStopwatch.cs
+ Link="Common\src\Extensions\ValueStopwatch\ValueStopwatch.cs">
diff --git a/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj b/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
index 247ee6768e7a8d..8fd0c413f7a72e 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
@@ -8,13 +8,13 @@
- Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
+ Link="Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs">
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
+ Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
- Common\src\Extensions\Logging\NullScope.cs
+ Link="Common\src\Extensions\Logging\NullScope.cs">
diff --git a/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj b/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
index a3bb2b570f8ae7..1d50b08ffc87ad 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
@@ -7,7 +7,7 @@
- Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs
+ Link="Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs">
diff --git a/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj b/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
index 9bf8ca6491ae0a..8e21a65ecbb3bd 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
@@ -16,10 +16,10 @@
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
+ Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
- Common\src\Extensions\Logging\NullScope.cs
+ Link="Common\src\Extensions\Logging\NullScope.cs">
diff --git a/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj b/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
index 936305667687c2..959d6b62bec389 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
@@ -12,10 +12,10 @@
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
+ Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
- Common\src\Extensions\Logging\NullScope.cs
+ Link="Common\src\Extensions\Logging\NullScope.cs">
diff --git a/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj b/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
index 930e42aeef4520..da0000d4a02979 100644
--- a/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
@@ -18,15 +18,15 @@
-
+
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
+ Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
- Common\src\Extensions\Logging\NullScope.cs
+ Link="Common\src\Extensions\Logging\NullScope.cs">
diff --git a/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj b/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
index 9458321aabdfb4..dc74f5826d4be9 100644
--- a/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
@@ -9,10 +9,10 @@
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
+ Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
- Common\src\Extensions\Logging\NullScope.cs
+ Link="Common\src\Extensions\Logging\NullScope.cs">
diff --git a/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj b/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
index b97b83142698c2..21ce0c3b53bda3 100644
--- a/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
@@ -8,13 +8,13 @@
- Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs
+ Link="Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs">
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
+ Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
- Common\src\Extensions\Logging\NullScope.cs
+ Link="Common\src\Extensions\Logging\NullScope.cs">
diff --git a/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj b/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
index 905b9a874c12d7..ff3b64c09fdc21 100644
--- a/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
@@ -6,7 +6,7 @@
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ShortClassNameAttribute.cs
+ Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ShortClassNameAttribute.cs">
tests\DI.Common\Common\src\LogLevelAttribute.cs
diff --git a/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj b/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
index 407d76de016d8e..73e85fe0b4e72b 100644
--- a/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
+++ b/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
@@ -6,7 +6,7 @@
- Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs
+ Link="Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs">
@@ -35,4 +35,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
index 1114cc984bd052..8aa1db1a32765b 100644
--- a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
+++ b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
@@ -9,24 +9,24 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\Interop.FormatMessage.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
index c477714db0b9f0..89c9e0aff26755 100644
--- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
+++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
@@ -13,7 +13,7 @@
- Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs">
Microsoft\Win32\SafeHandles\SafeRegistryHandle.cs
@@ -31,55 +31,55 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\Interop.FormatMessage.cs">
- Common\Interop\Windows\Interop.RegCloseKey.cs
+ Link="Common\Interop\Windows\Interop.RegCloseKey.cs">
- Common\Interop\Windows\Interop.RegConnectRegistry.cs
+ Link="Common\Interop\Windows\Interop.RegConnectRegistry.cs">
- Common\Interop\Windows\Interop.RegCreateKeyEx.cs
+ Link="Common\Interop\Windows\Interop.RegCreateKeyEx.cs">
- Common\Interop\Windows\Interop.RegDeleteKeyEx.cs
+ Link="Common\Interop\Windows\Interop.RegDeleteKeyEx.cs">
- Common\Interop\Windows\Interop.RegDeleteValue.cs
+ Link="Common\Interop\Windows\Interop.RegDeleteValue.cs">
- Common\Interop\Windows\Interop.RegEnumKeyEx.cs
+ Link="Common\Interop\Windows\Interop.RegEnumKeyEx.cs">
- Common\Interop\Windows\Interop.RegEnumValue.cs
+ Link="Common\Interop\Windows\Interop.RegEnumValue.cs">
- Common\Interop\Windows\Interop.RegFlushKey.cs
+ Link="Common\Interop\Windows\Interop.RegFlushKey.cs">
- Common\Interop\Windows\Interop.RegOpenKeyEx.cs
+ Link="Common\Interop\Windows\Interop.RegOpenKeyEx.cs">
- Common\Interop\Windows\Interop.RegQueryInfoKey.cs
+ Link="Common\Interop\Windows\Interop.RegQueryInfoKey.cs">
- Common\Interop\Windows\Interop.RegQueryValueEx.cs
+ Link="Common\Interop\Windows\Interop.RegQueryValueEx.cs">
- Common\Interop\Windows\Interop.RegSetValueEx.cs
+ Link="Common\Interop\Windows\Interop.RegSetValueEx.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs">
diff --git a/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj b/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
index 0f007343e85222..28ac7d8d949418 100644
--- a/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
+++ b/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
@@ -5,10 +5,10 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.RegSetValueEx.cs
+ Link="Common\Interop\Windows\Interop.RegSetValueEx.cs">
@@ -58,4 +58,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
index 9305567a07479f..830230afaaf61f 100644
--- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
+++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
@@ -10,124 +10,124 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\User32\Interop.Constants.cs
+ Link="Common\Interop\Windows\User32\Interop.Constants.cs">
- Common\Interop\Windows\User32\Interop.CreateWindowEx.cs
+ Link="Common\Interop\Windows\User32\Interop.CreateWindowEx.cs">
- Common\Interop\Windows\User32\Interop.DefWindowProc.cs
+ Link="Common\Interop\Windows\User32\Interop.DefWindowProc.cs">
- Common\Interop\Windows\User32\Interop.DestroyWindow.cs
+ Link="Common\Interop\Windows\User32\Interop.DestroyWindow.cs">
- Common\Interop\Windows\User32\Interop.DispatchMessage.cs
+ Link="Common\Interop\Windows\User32\Interop.DispatchMessage.cs">
- Common\Interop\Windows\User32\Interop.GetClassInfo.cs
+ Link="Common\Interop\Windows\User32\Interop.GetClassInfo.cs">
- Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs
+ Link="Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs">
- Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs
+ Link="Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs">
- Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs
+ Link="Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs">
- Common\Interop\Windows\User32\Interop.IsWindow.cs
+ Link="Common\Interop\Windows\User32\Interop.IsWindow.cs">
- Common\Interop\Windows\User32\Interop.KillTimer.cs
+ Link="Common\Interop\Windows\User32\Interop.KillTimer.cs">
- Common\Interop\Windows\User32\Interop.MSG.cs
+ Link="Common\Interop\Windows\User32\Interop.MSG.cs">
- Common\Interop\Windows\User32\Interop.MsgWaitForMultipleObjectsEx.cs
+ Link="Common\Interop\Windows\User32\Interop.MsgWaitForMultipleObjectsEx.cs">
- Common\Interop\Windows\User32\Interop.PeekMessage.cs
+ Link="Common\Interop\Windows\User32\Interop.PeekMessage.cs">
- Common\Interop\Windows\User32\Interop.PostMessage.cs
+ Link="Common\Interop\Windows\User32\Interop.PostMessage.cs">
- Common\Interop\Windows\User32\Interop.RegisterClass.cs
+ Link="Common\Interop\Windows\User32\Interop.RegisterClass.cs">
- Common\Interop\Windows\User32\Interop.RegisterWindowMessage.cs
+ Link="Common\Interop\Windows\User32\Interop.RegisterWindowMessage.cs">
- Common\Interop\Windows\User32\Interop.SendMessage.cs
+ Link="Common\Interop\Windows\User32\Interop.SendMessage.cs">
- Common\Interop\Windows\User32\Interop.SetClassLong.cs
+ Link="Common\Interop\Windows\User32\Interop.SetClassLong.cs">
- Common\Interop\Windows\User32\Interop.SetClassLongPtr.cs
+ Link="Common\Interop\Windows\User32\Interop.SetClassLongPtr.cs">
- Common\Interop\Windows\User32\Interop.SetTimer.cs
+ Link="Common\Interop\Windows\User32\Interop.SetTimer.cs">
- Common\Interop\Windows\User32\Interop.SetWindowLong.cs
+ Link="Common\Interop\Windows\User32\Interop.SetWindowLong.cs">
- Common\Interop\Windows\User32\Interop.SetWindowLongPtr.cs
+ Link="Common\Interop\Windows\User32\Interop.SetWindowLongPtr.cs">
- Common\Interop\Windows\User32\Interop.TranslateMessage.cs
+ Link="Common\Interop\Windows\User32\Interop.TranslateMessage.cs">
- Common\Interop\Windows\User32\Interop.UnregisterClass.cs
+ Link="Common\Interop\Windows\User32\Interop.UnregisterClass.cs">
- Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs
+ Link="Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs">
- Common\Interop\Windows\User32\Interop.WNDCLASS.cs
+ Link="Common\Interop\Windows\User32\Interop.WNDCLASS.cs">
- Common\Interop\Windows\User32\Interop.WndProc.cs
+ Link="Common\Interop\Windows\User32\Interop.WndProc.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCurrentThreadId.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentThreadId.cs">
- Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs">
- Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs">
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
- Common\Interop\Windows\Kernel32\Interop.SetConsoleCtrlHandler.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetConsoleCtrlHandler.cs">
- Common\Interop\Windows\WtsApi32\Interop.Constants.cs
+ Link="Common\Interop\Windows\WtsApi32\Interop.Constants.cs">
- Common\Interop\Windows\WtsApi32\Interop.WTSRegisterSessionNotification.cs
+ Link="Common\Interop\Windows\WtsApi32\Interop.WTSRegisterSessionNotification.cs">
- Common\Interop\Windows\WtsApi32\Interop.WTSUnRegisterSessionNotification.cs
+ Link="Common\Interop\Windows\WtsApi32\Interop.WTSUnRegisterSessionNotification.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs">
@@ -151,7 +151,7 @@
- Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs
+ Link="Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs">
@@ -174,4 +174,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj b/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
index c536995d9bf272..26ad97bb25d16c 100644
--- a/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
+++ b/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
@@ -4,16 +4,16 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\User32\Interop.Constants.cs
+ Link="Common\Interop\Windows\User32\Interop.Constants.cs">
- Common\Interop\Windows\User32\Interop.FindWindow.cs
+ Link="Common\Interop\Windows\User32\Interop.FindWindow.cs">
- Common\Interop\Windows\User32\Interop.SendMessage.cs
+ Link="Common\Interop\Windows\User32\Interop.SendMessage.cs">
@@ -33,4 +33,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj b/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
index e30f1847fded38..f9890464309a4b 100644
--- a/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
+++ b/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
@@ -98,22 +98,22 @@
- Common\System\Collections\IList.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
+ Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
- Common\System\Collections\TestBase.NonGeneric.cs
+ Link="Common\System\Collections\TestBase.NonGeneric.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
+ Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
index 08891beb71dbc4..0cc9ceb900e7c0 100644
--- a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
+++ b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
@@ -10,58 +10,58 @@
- Common\System\Collections\CollectionAsserts.cs
+ Link="Common\System\Collections\CollectionAsserts.cs">
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
+ Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
- Common\System\Collections\ICollection.Generic.Tests.cs
+ Link="Common\System\Collections\ICollection.Generic.Tests.cs">
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
- Common\System\Collections\IDictionary.Generic.Tests.cs
+ Link="Common\System\Collections\IDictionary.Generic.Tests.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
- Common\System\Collections\IEnumerable.Generic.Tests.cs
+ Link="Common\System\Collections\IEnumerable.Generic.Tests.cs">
- Common\System\Collections\IList.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
- Common\System\Collections\IList.Generic.Tests.cs
+ Link="Common\System\Collections\IList.Generic.Tests.cs">
- Common\System\Collections\IGenericSharedAPI.Tests.cs
+ Link="Common\System\Collections\IGenericSharedAPI.Tests.cs">
- Common\System\Collections\ISet.Generic.Tests.cs
+ Link="Common\System\Collections\ISet.Generic.Tests.cs">
- Common\System\Collections\TestBase.NonGeneric.Tests.cs
+ Link="Common\System\Collections\TestBase.NonGeneric.Tests.cs">
- Common\System\Collections\TestBase.Generic.Tests.cs
+ Link="Common\System\Collections\TestBase.Generic.Tests.cs">
- Common\System\Collections\DebugView.Tests.cs
+ Link="Common\System\Collections\DebugView.Tests.cs">
- Common\System\Collections\TestingTypes.cs
+ Link="Common\System\Collections\TestingTypes.cs">
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- Common\System\EnumTypes.cs
+ Link="Common\System\EnumTypes.cs">
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
+ Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
@@ -81,15 +81,15 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs">
- Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs
+ Link="Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
index ed5c6b9cd674c8..8df37a25a3b626 100644
--- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
+++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
@@ -84,7 +84,7 @@
- Common\System\Runtime\Versioning\NonVersionableAttribute.cs
+ Link="Common\System\Runtime\Versioning\NonVersionableAttribute.cs">
diff --git a/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj b/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
index e1b74ff9bd5154..492bcd830fb433 100644
--- a/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
+++ b/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
@@ -5,7 +5,7 @@
- Common\System\Collections\DictionaryExtensions.cs
+ Link="Common\System\Collections\DictionaryExtensions.cs">
@@ -33,62 +33,62 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
- Common\System\Collections\CollectionAsserts.cs
+ Link="Common\System\Collections\CollectionAsserts.cs">
- Common\System\Collections\DelegateEqualityComparer.cs
+ Link="Common\System\Collections\DelegateEqualityComparer.cs">
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
+ Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
- Common\System\Collections\ICollection.Generic.Tests.cs
+ Link="Common\System\Collections\ICollection.Generic.Tests.cs">
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
- Common\System\Collections\IDictionary.Generic.Tests.cs
+ Link="Common\System\Collections\IDictionary.Generic.Tests.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
- Common\System\Collections\IEnumerable.Generic.Tests.cs
+ Link="Common\System\Collections\IEnumerable.Generic.Tests.cs">
- Common\System\Collections\IList.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
- Common\System\Collections\IList.Generic.Tests.cs
+ Link="Common\System\Collections\IList.Generic.Tests.cs">
- Common\System\Collections\IGenericSharedAPI.Tests.cs
+ Link="Common\System\Collections\IGenericSharedAPI.Tests.cs">
- Common\System\Collections\ISet.Generic.Tests.cs
+ Link="Common\System\Collections\ISet.Generic.Tests.cs">
- Common\System\Collections\TestBase.NonGeneric.Tests.cs
+ Link="Common\System\Collections\TestBase.NonGeneric.Tests.cs">
- Common\System\Collections\TestBase.Generic.Tests.cs
+ Link="Common\System\Collections\TestBase.Generic.Tests.cs">
- Common\System\Collections\DebugView.Tests.cs
+ Link="Common\System\Collections\DebugView.Tests.cs">
- Common\System\Collections\TestingTypes.cs
+ Link="Common\System\Collections\TestingTypes.cs">
- Common\System\SerializableAttribute.cs
+ Link="Common\System\SerializableAttribute.cs">
@@ -116,4 +116,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
index 2e6adcbba08cf8..e5a05f9c25e403 100644
--- a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
+++ b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
@@ -17,7 +17,7 @@
- Common\System\Collections\KeyValuePairs.cs
+ Link="Common\System\Collections\KeyValuePairs.cs">
diff --git a/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
index f5e98bb5275246..53b436ad02f133 100644
--- a/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -6,25 +6,25 @@
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
+ Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
- Common\System\Collections\IList.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
- Common\System\Collections\TestBase.NonGeneric.cs
+ Link="Common\System\Collections\TestBase.NonGeneric.cs">
- Common\System\Collections\TestingTypes.cs
+ Link="Common\System\Collections\TestingTypes.cs">
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
+ Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
@@ -43,11 +43,11 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
index f024aa1179130b..ae80183ebba42b 100644
--- a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
+++ b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
@@ -16,7 +16,7 @@
- Common\System\Collections\CompatibleComparer.cs
+ Link="Common\System\Collections\CompatibleComparer.cs">
diff --git a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
index 1027ec603631a6..27e41cfdd36477 100644
--- a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
+++ b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
@@ -5,28 +5,28 @@
- Common\System\Collections\CollectionAsserts.cs
+ Link="Common\System\Collections\CollectionAsserts.cs">
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
+ Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
- Common\System\Collections\TestBase.NonGeneric.Tests.cs
+ Link="Common\System\Collections\TestBase.NonGeneric.Tests.cs">
- Common\System\Collections\TestingTypes.cs
+ Link="Common\System\Collections\TestingTypes.cs">
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
+ Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
@@ -82,8 +82,8 @@
- Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Collections/src/System.Collections.csproj b/src/libraries/System.Collections/src/System.Collections.csproj
index ca99c1d7aed64f..e689a41b8057d0 100644
--- a/src/libraries/System.Collections/src/System.Collections.csproj
+++ b/src/libraries/System.Collections/src/System.Collections.csproj
@@ -14,10 +14,10 @@
- Common\System\Collections\Generic\ICollectionDebugView.cs
+ Link="Common\System\Collections\Generic\ICollectionDebugView.cs">
- Common\System\Collections\Generic\IDictionaryDebugView.cs
+ Link="Common\System\Collections\Generic\IDictionaryDebugView.cs">
@@ -34,10 +34,10 @@
- Common\System\Collections\HashHelpers.cs
+ Link="Common\System\Collections\HashHelpers.cs">
- Common\System\Collections\Generic\EnumerableHelpers.cs
+ Link="Common\System\Collections\Generic\EnumerableHelpers.cs">
diff --git a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
index 0614402205bbe6..c5b5e3caa0fd9e 100644
--- a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
+++ b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
@@ -6,61 +6,61 @@
- Common\System\Collections\CollectionAsserts.cs
+ Link="Common\System\Collections\CollectionAsserts.cs">
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
+ Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
- Common\System\Collections\ICollection.Generic.Tests.cs
+ Link="Common\System\Collections\ICollection.Generic.Tests.cs">
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
- Common\System\Collections\IDictionary.Generic.Tests.cs
+ Link="Common\System\Collections\IDictionary.Generic.Tests.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
- Common\System\Collections\IEnumerable.Generic.Tests.cs
+ Link="Common\System\Collections\IEnumerable.Generic.Tests.cs">
- Common\System\Collections\IList.NonGeneric.Tests.cs
+ Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
- Common\System\Collections\IList.Generic.Tests.cs
+ Link="Common\System\Collections\IList.Generic.Tests.cs">
- Common\System\Collections\IGenericSharedAPI.Tests.cs
+ Link="Common\System\Collections\IGenericSharedAPI.Tests.cs">
- Common\System\Collections\ISet.Generic.Tests.cs
+ Link="Common\System\Collections\ISet.Generic.Tests.cs">
- Common\System\Collections\TestBase.NonGeneric.Tests.cs
+ Link="Common\System\Collections\TestBase.NonGeneric.Tests.cs">
- Common\System\Collections\TestBase.Generic.Tests.cs
+ Link="Common\System\Collections\TestBase.Generic.Tests.cs">
- Common\System\Collections\DebugView.Tests.cs
+ Link="Common\System\Collections\DebugView.Tests.cs">
- Common\System\Collections\TestingTypes.cs
+ Link="Common\System\Collections\TestingTypes.cs">
- Common\System\EnumTypes.cs
+ Link="Common\System\EnumTypes.cs">
- Common\System\ObjectCloner.cs
+ Link="Common\System\ObjectCloner.cs">
- Common\System\RandomExtensions.cs
+ Link="Common\System\RandomExtensions.cs">
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
+ Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
@@ -134,20 +134,20 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
- Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
+ Link="Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs">
- Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs
+ Link="Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs">
- Common\System\Collections\IDictionary.Generic.Tests.netcoreapp.cs
+ Link="Common\System\Collections\IDictionary.Generic.Tests.netcoreapp.cs">
- Common\System\Collections\IDictionary.NonGeneric.Tests.netcoreapp.cs
+ Link="Common\System\Collections\IDictionary.NonGeneric.Tests.netcoreapp.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
index e3898f5ee0da37..e692835ecdb82b 100644
--- a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
+++ b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
@@ -51,7 +51,7 @@
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
index a8442b7eedf766..8ff7dc1029a21f 100644
--- a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
+++ b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
@@ -14,23 +14,23 @@
- Common\System\Composition\Diagnostics\CompositionTrace.cs
+ Link="Common\System\Composition\Diagnostics\CompositionTrace.cs">
- Common\System\Composition\Diagnostics\CompositionTraceId.cs
+ Link="Common\System\Composition\Diagnostics\CompositionTraceId.cs">
- Common\System\Composition\Diagnostics\CompositionTraceSource.cs
+ Link="Common\System\Composition\Diagnostics\CompositionTraceSource.cs">
- Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
+ Link="Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs">
- Common\System\Composition\Diagnostics\TraceWriter.cs
+ Link="Common\System\Composition\Diagnostics\TraceWriter.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
index bcd943cbd0b02c..6a69ae0bcdf4e9 100644
--- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
+++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
@@ -177,16 +177,16 @@
- Common\System\Composition\Diagnostics\CompositionTraceId.cs
+ Link="Common\System\Composition\Diagnostics\CompositionTraceId.cs">
- Common\System\Composition\Diagnostics\CompositionTraceSource.cs
+ Link="Common\System\Composition\Diagnostics\CompositionTraceSource.cs">
- Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
+ Link="Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs">
- Common\System\Composition\Diagnostics\TraceWriter.cs
+ Link="Common\System\Composition\Diagnostics\TraceWriter.cs">
@@ -218,4 +218,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
index 52d0ec7cfa6448..a8ab735535cd1d 100644
--- a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
+++ b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
@@ -11,10 +11,10 @@
- Common\System\IO\TempDirectory.cs
+ Link="Common\System\IO\TempDirectory.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
@@ -179,4 +179,4 @@
PreserveNewest
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
index 5285055594c6e3..54d887b30ae812 100644
--- a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
+++ b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
@@ -240,7 +240,7 @@
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
@@ -266,4 +266,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
index e83917a8d68038..8908517e62d9a5 100644
--- a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
+++ b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
@@ -14,22 +14,22 @@
- Common\System\Composition\Diagnostics\CompositionTrace.cs
+ Link="Common\System\Composition\Diagnostics\CompositionTrace.cs">
- Common\System\Composition\Diagnostics\CompositionTraceId.cs
+ Link="Common\System\Composition\Diagnostics\CompositionTraceId.cs">
- Common\System\Composition\Diagnostics\CompositionTraceSource.cs
+ Link="Common\System\Composition\Diagnostics\CompositionTraceSource.cs">
- Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
+ Link="Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs">
- Common\System\Composition\Diagnostics\TraceWriter.cs
+ Link="Common\System\Composition\Diagnostics\TraceWriter.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
index 8fc187238cd066..5e78be0b6f2ecb 100644
--- a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
+++ b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
@@ -27,7 +27,7 @@
- Common\System\Numerics\Hashing\HashHelpers.cs
+ Link="Common\System\Numerics\Hashing\HashHelpers.cs">
@@ -35,4 +35,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
index d394da4cf09e93..e2e5ab4f833bce 100644
--- a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
+++ b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
@@ -5,8 +5,8 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
index 6de345cee06256..bd91cbfe4cc516 100644
--- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
+++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
@@ -238,7 +238,7 @@
- Common\System\Security\IdentityHelper.cs
+ Link="Common\System\Security\IdentityHelper.cs">
@@ -246,7 +246,7 @@
- Common\System\IO\TempFileCollection.cs
+ Link="Common\System\IO\TempFileCollection.cs">
@@ -261,4 +261,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
index ae774993387fff..deb898dd27067f 100644
--- a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
+++ b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
@@ -8,10 +8,10 @@
- Common\System\IO\TempDirectory.cs
+ Link="Common\System\IO\TempDirectory.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
Source\ConfigPathUtility.cs
@@ -112,4 +112,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Console/src/System.Console.csproj b/src/libraries/System.Console/src/System.Console.csproj
index 1415fce320a6a6..6238759d5ea770 100644
--- a/src/libraries/System.Console/src/System.Console.csproj
+++ b/src/libraries/System.Console/src/System.Console.csproj
@@ -18,159 +18,159 @@
- Common\System\Text\ConsoleEncoding.cs
+ Link="Common\System\Text\ConsoleEncoding.cs">
- Common\Interop\OSX\Interop.Log.cs
+ Link="Common\Interop\OSX\Interop.Log.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\System\Text\OSEncoding.Windows.cs
+ Link="Common\System\Text\OSEncoding.Windows.cs">
- Common\System\Text\OSEncoder.cs
+ Link="Common\System\Text\OSEncoder.cs">
- Common\System\Text\DBCSDecoder.cs
+ Link="Common\System\Text\DBCSDecoder.cs">
- Common\Interop\Windows\Interop.GetCPInfoEx.cs
+ Link="Common\Interop\Windows\Interop.GetCPInfoEx.cs">
- Common\Interop\Windows\Interop.MAX_PATH.cs
+ Link="Common\Interop\Windows\Interop.MAX_PATH.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\Interop.Beep.cs
+ Link="Common\Interop\Windows\Interop.Beep.cs">
- Common\Interop\Windows\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\Interop.FormatMessage.cs">
- Common\Interop\Windows\Interop.ConsoleCursorInfo.cs
+ Link="Common\Interop\Windows\Interop.ConsoleCursorInfo.cs">
- Common\Interop\Windows\Interop.ConsoleScreenBufferInfo.cs
+ Link="Common\Interop\Windows\Interop.ConsoleScreenBufferInfo.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\Interop.FillConsoleOutputAttribute.cs
+ Link="Common\Interop\Windows\Interop.FillConsoleOutputAttribute.cs">
- Common\Interop\Windows\Interop.FillConsoleOutputCharacter.cs
+ Link="Common\Interop\Windows\Interop.FillConsoleOutputCharacter.cs">
- Common\Interop\Windows\Interop.FileTypes.cs
+ Link="Common\Interop\Windows\Interop.FileTypes.cs">
- Common\Interop\Windows\Interop.GetConsoleScreenBufferInfo.cs
+ Link="Common\Interop\Windows\Interop.GetConsoleScreenBufferInfo.cs">
- Common\Interop\Windows\Interop.GetConsoleCP.cs
+ Link="Common\Interop\Windows\Interop.GetConsoleCP.cs">
- Common\Interop\Windows\Interop.GetConsoleTitle.cs
+ Link="Common\Interop\Windows\Interop.GetConsoleTitle.cs">
- Common\Interop\Windows\Interop.GetConsoleMode.cs
+ Link="Common\Interop\Windows\Interop.GetConsoleMode.cs">
- Common\Interop\Windows\Interop.GetConsoleOutputCP.cs
+ Link="Common\Interop\Windows\Interop.GetConsoleOutputCP.cs">
- Common\Interop\Windows\Interop.GetLargestConsoleWindowSize.cs
+ Link="Common\Interop\Windows\Interop.GetLargestConsoleWindowSize.cs">
- Common\Interop\Windows\Interop.GetFileType.cs
+ Link="Common\Interop\Windows\Interop.GetFileType.cs">
- Common\Interop\Windows\Interop.GetKeyState.cs
+ Link="Common\Interop\Windows\Interop.GetKeyState.cs">
- Common\Interop\Windows\Interop.GetStdHandle.cs
+ Link="Common\Interop\Windows\Interop.GetStdHandle.cs">
- Common\Interop\Windows\Interop.HandleTypes.cs
+ Link="Common\Interop\Windows\Interop.HandleTypes.cs">
- Common\Interop\Windows\Interop.MultiByteToWideChar.cs
+ Link="Common\Interop\Windows\Interop.MultiByteToWideChar.cs">
- Common\Interop\Windows\Interop.PeekConsoleInput.cs
+ Link="Common\Interop\Windows\Interop.PeekConsoleInput.cs">
- Common\Interop\Windows\Interop.ReadFile.cs
+ Link="Common\Interop\Windows\Interop.ReadFile.cs">
- Common\Interop\Windows\Interop.ReadConsole.cs
+ Link="Common\Interop\Windows\Interop.ReadConsole.cs">
- Common\Interop\Windows\Interop.ReadConsoleInput.cs
+ Link="Common\Interop\Windows\Interop.ReadConsoleInput.cs">
- Common\Interop\Windows\Interop.ReadConsoleOutput.cs
+ Link="Common\Interop\Windows\Interop.ReadConsoleOutput.cs">
- Common\Interop\Windows\Interop.SetConsoleCP.cs
+ Link="Common\Interop\Windows\Interop.SetConsoleCP.cs">
- Common\Interop\Windows\Interop.SetConsoleCtrlHandler.cs
+ Link="Common\Interop\Windows\Interop.SetConsoleCtrlHandler.cs">
- Common\Interop\Windows\Interop.SetConsoleCursorPosition.cs
+ Link="Common\Interop\Windows\Interop.SetConsoleCursorPosition.cs">
- Common\Interop\Windows\Interop.SetConsoleOutputCP.cs
+ Link="Common\Interop\Windows\Interop.SetConsoleOutputCP.cs">
- Common\Interop\Windows\Interop.SetConsoleScreenBufferSize.cs
+ Link="Common\Interop\Windows\Interop.SetConsoleScreenBufferSize.cs">
- Common\Interop\Windows\Interop.SetConsoleTextAttribute.cs
+ Link="Common\Interop\Windows\Interop.SetConsoleTextAttribute.cs">
- Common\Interop\Windows\Interop.SetConsoleTitle.cs
+ Link="Common\Interop\Windows\Interop.SetConsoleTitle.cs">
- Common\Interop\Windows\Interop.SetConsoleWindowInfo.cs
+ Link="Common\Interop\Windows\Interop.SetConsoleWindowInfo.cs">
- Common\Interop\Windows\Interop.WideCharToMultiByte.cs
+ Link="Common\Interop\Windows\Interop.WideCharToMultiByte.cs">
- Common\Interop\Windows\Interop.WriteFile.cs
+ Link="Common\Interop\Windows\Interop.WriteFile.cs">
- Common\Interop\Windows\Interop.WriteConsole.cs
+ Link="Common\Interop\Windows\Interop.WriteConsole.cs">
- Common\Interop\Windows\Interop.WriteConsoleOutput.cs
+ Link="Common\Interop\Windows\Interop.WriteConsoleOutput.cs">
- Common\System\IO\EncodingHelper.Windows.cs
+ Link="Common\System\IO\EncodingHelper.Windows.cs">
- Common\System\IO\Win32Marshal.cs
+ Link="Common\System\IO\Win32Marshal.cs">
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
@@ -180,103 +180,103 @@
- Common\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs">
- Common\System\IO\PersistedFiles.Unix.cs
+ Link="Common\System\IO\PersistedFiles.Unix.cs">
- Common\System\IO\PersistedFiles.Names.Unix.cs
+ Link="Common\System\IO\PersistedFiles.Names.Unix.cs">
- Common\System\Text\StringBuilderCache.cs
+ Link="Common\System\Text\StringBuilderCache.cs">
- Common\System\Text\EncodingHelper.Unix.cs
+ Link="Common\System\Text\EncodingHelper.Unix.cs">
- Common\System\Text\StringOrCharArray.cs
+ Link="Common\System\Text\StringOrCharArray.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.IOErrors.cs
+ Link="Common\Interop\Unix\Interop.IOErrors.cs">
- Common\Interop\Unix\Interop.Close.cs
+ Link="Common\Interop\Unix\Interop.Close.cs">
- Common\Interop\Unix\Interop.Dup.cs
+ Link="Common\Interop\Unix\Interop.Dup.cs">
- Common\Interop\Unix\Interop.FileDescriptors.cs
+ Link="Common\Interop\Unix\Interop.FileDescriptors.cs">
- Common\Interop\Unix\Interop.FLock.cs
+ Link="Common\Interop\Unix\Interop.FLock.cs">
- Common\Interop\Unix\Interop.GetControlCharacters.cs
+ Link="Common\Interop\Unix\Interop.GetControlCharacters.cs">
- Common\Interop\Unix\Interop.IsATty.cs
+ Link="Common\Interop\Unix\Interop.IsATty.cs">
- Common\Interop\Unix\Interop.LSeek.cs
+ Link="Common\Interop\Unix\Interop.LSeek.cs">
- Common\Interop\Unix\Interop.Open.cs
+ Link="Common\Interop\Unix\Interop.Open.cs">
- Common\Interop\Unix\Interop.OpenFlags.cs
+ Link="Common\Interop\Unix\Interop.OpenFlags.cs">
- Common\Interop\Unix\Interop.Poll.cs
+ Link="Common\Interop\Unix\Interop.Poll.cs">
- Common\Interop\Unix\Interop.GetEUid.cs
+ Link="Common\Interop\Unix\Interop.GetEUid.cs">
- Common\Interop\Unix\Interop.GetPwUid.cs
+ Link="Common\Interop\Unix\Interop.GetPwUid.cs">
- Common\Interop\Unix\Interop.RegisterForCtrlC.cs
+ Link="Common\Interop\Unix\Interop.RegisterForCtrlC.cs">
- Common\Interop\Unix\Interop.RestoreAndHandleCtrl.cs
+ Link="Common\Interop\Unix\Interop.RestoreAndHandleCtrl.cs">
- Common\Interop\Unix\Interop.SetTerminalInvalidationHandler.cs
+ Link="Common\Interop\Unix\Interop.SetTerminalInvalidationHandler.cs">
- Common\Interop\Unix\Interop.SetSignalForBreak.cs
+ Link="Common\Interop\Unix\Interop.SetSignalForBreak.cs">
- Common\Interop\Unix\Interop.SNPrintF.cs
+ Link="Common\Interop\Unix\Interop.SNPrintF.cs">
- Common\Interop\Unix\Interop.Stat.cs
+ Link="Common\Interop\Unix\Interop.Stat.cs">
- Common\Interop\Unix\Interop.Read.cs
+ Link="Common\Interop\Unix\Interop.Read.cs">
- Common\Interop\Unix\Interop.Write.cs
+ Link="Common\Interop\Unix\Interop.Write.cs">
- Common\Interop\Unix\Interop.GetWindowWidth.cs
+ Link="Common\Interop\Unix\Interop.GetWindowWidth.cs">
- Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs
+ Link="Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs">
- Common\Interop\Unix\Interop.ReadStdinUnbuffered.cs
+ Link="Common\Interop\Unix\Interop.ReadStdinUnbuffered.cs">
- Common\Interop\Unix\Interop.StdinReady.cs
+ Link="Common\Interop\Unix\Interop.StdinReady.cs">
diff --git a/src/libraries/System.Console/tests/System.Console.Tests.csproj b/src/libraries/System.Console/tests/System.Console.Tests.csproj
index c16e3af1f24d3d..a84388202b544e 100644
--- a/src/libraries/System.Console/tests/System.Console.Tests.csproj
+++ b/src/libraries/System.Console/tests/System.Console.Tests.csproj
@@ -24,10 +24,10 @@
- Common\System\IO\InterceptStreamWriter.cs
+ Link="Common\System\IO\InterceptStreamWriter.cs">
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
@@ -43,10 +43,10 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.Fcntl.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Fcntl.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Data.Common/src/System.Data.Common.csproj b/src/libraries/System.Data.Common/src/System.Data.Common.csproj
index 561674c584e34a..e3d335dc0d5cbd 100644
--- a/src/libraries/System.Data.Common/src/System.Data.Common.csproj
+++ b/src/libraries/System.Data.Common/src/System.Data.Common.csproj
@@ -301,7 +301,7 @@
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
diff --git a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
index f82cb624c9c7d4..02cd69204ac298 100644
--- a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
+++ b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
@@ -114,10 +114,10 @@
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
+ Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
index 0712bcb677115a..cf56a0f14073e9 100644
--- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
+++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
@@ -10,7 +10,7 @@
- Common\System\Data\Common\AdapterUtil.cs
+ Link="Common\System\Data\Common\AdapterUtil.cs">
System\Data\Common\AdapterUtil.Drivers.cs
@@ -18,7 +18,7 @@
- Common\System\Data\Common\DbConnectionOptions.Common.cs
+ Link="Common\System\Data\Common\DbConnectionOptions.Common.cs">
System\Data\Common\DbConnectionPoolKey.cs
@@ -26,17 +26,17 @@
- Common\System\Data\Common\NameValuePair.cs
+ Link="Common\System\Data\Common\NameValuePair.cs">
- Common\System\Data\ProviderBase\FieldNameLookup.cs
+ Link="Common\System\Data\ProviderBase\FieldNameLookup.cs">
- Common\System\Data\ProviderBase\BasicFieldNameLookup.cs
+ Link="Common\System\Data\ProviderBase\BasicFieldNameLookup.cs">
System\Data\ProviderBase\DbConnectionInternal.cs
@@ -113,29 +113,29 @@
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\Data\Common\MultipartIdentifier.cs
+ Link="Common\System\Data\Common\MultipartIdentifier.cs">
- Common\Interop\Interop.Odbc.cs
+ Link="Common\Interop\Interop.Odbc.cs">
- Common\Interop\Linux\Interop.Libraries.cs
+ Link="Common\Interop\Linux\Interop.Libraries.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
diff --git a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
index 7136986e7836c2..fe16b255bf096c 100644
--- a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
+++ b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
@@ -17,27 +17,27 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Linux\Interop.Libraries.cs
+ Link="Common\Interop\Linux\Interop.Libraries.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\FreeBSD\Interop.Libraries.cs
+ Link="Common\Interop\FreeBSD\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
index 9c2b886ca0671b..a66ed284f4998a 100644
--- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
+++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
@@ -11,10 +11,10 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\System\Data\Common\MultipartIdentifier.cs
+ Link="Common\System\Data\Common\MultipartIdentifier.cs">
@@ -107,4 +107,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
index 8da4908a1c08f8..47079436a37a95 100644
--- a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
+++ b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
@@ -12,7 +12,7 @@
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
index 803e147792dd6e..e968e180371f3e 100644
--- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
+++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
@@ -23,13 +23,13 @@
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -83,4 +83,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
index 3d34832a280f1e..99d4693f3c0079 100644
--- a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
+++ b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
@@ -15,10 +15,10 @@
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
index 7bf58b00f29540..6398a57703270a 100644
--- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
+++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
@@ -54,67 +54,67 @@
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs">
- Common\Interop\Windows\Advapi32\Interop.ClearEventLog.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.ClearEventLog.cs">
- Common\Interop\Windows\Advapi32\Interop.CloseEventLog.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CloseEventLog.cs">
- Common\Interop\Windows\Advapi32\Interop.DeregisterEventSource.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.DeregisterEventSource.cs">
- Common\Interop\Windows\Advapi32\Interop.GetNumberOfEventLogRecords.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.GetNumberOfEventLogRecords.cs">
- Common\Interop\Windows\Advapi32\Interop.GetOldestEventLogRecord.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.GetOldestEventLogRecord.cs">
- Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs">
- Common\Interop\Windows\Advapi32\Interop.NotifyChangeEventLog.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.NotifyChangeEventLog.cs">
- Common\Interop\Windows\Advapi32\Interop.OpenEventLog.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.OpenEventLog.cs">
- Common\Interop\Windows\Advapi32\Interop.ReadEventLog.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.ReadEventLog.cs">
- Common\Interop\Windows\Advapi32\Interop.RegisterEventSource.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegisterEventSource.cs">
- Common\Interop\Windows\Advapi32\Interop.ReportEvent.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.ReportEvent.cs">
- Common\Interop\Windows\Kernel32\Interop.Constants.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.Constants.cs">
- Common\Interop\Windows\Kernel32\Interop.FormatMessage_SafeLibraryHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FormatMessage_SafeLibraryHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
- Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx.cs">
- Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\System\Diagnostics\NetFrameworkUtils.cs
+ Link="Common\System\Diagnostics\NetFrameworkUtils.cs">
@@ -147,4 +147,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
index e2a81f05dd6719..32658b32f95eba 100644
--- a/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
+++ b/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
@@ -12,40 +12,40 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.FileVersionInfo.cs
+ Link="Common\Interop\Windows\Interop.FileVersionInfo.cs">
- Common\Interop\Windows\Interop.FileVersionInfoType.cs
+ Link="Common\Interop\Windows\Interop.FileVersionInfoType.cs">
- Common\Interop\Windows\Interop.GetFileVersionInfoEx.cs
+ Link="Common\Interop\Windows\Interop.GetFileVersionInfoEx.cs">
- Common\Interop\Windows\Interop.GetFileVersionInfoSizeEx.cs
+ Link="Common\Interop\Windows\Interop.GetFileVersionInfoSizeEx.cs">
- Common\Interop\Windows\Interop.VerLanguageName.cs
+ Link="Common\Interop\Windows\Interop.VerLanguageName.cs">
- Common\Interop\Windows\Interop.VerQueryValue.cs
+ Link="Common\Interop\Windows\Interop.VerQueryValue.cs">
- Common\Interop\Windows\Interop.VSFixedFileInfo.cs
+ Link="Common\Interop\Windows\Interop.VSFixedFileInfo.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.Stat.cs
+ Link="Common\Interop\Unix\Interop.Stat.cs">
@@ -59,4 +59,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
index 2e1be8425bad80..937a18cb8cc461 100644
--- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
+++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
@@ -40,16 +40,16 @@
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\Interop.FormatMessage.cs">
- Common\Interop\Windows\Interop.RegCloseKey.cs
+ Link="Common\Interop\Windows\Interop.RegCloseKey.cs">
- Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs">
Microsoft\Win32\SafeHandles\SafeRegistryHandle.cs
@@ -58,106 +58,106 @@
Microsoft\Win32\SafeHandles\SafeRegistryHandle.Windows.cs
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Advapi32\Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs">
- Common\Interop\Windows\Advapi32\Interop.GetTokenInformation.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.GetTokenInformation.cs">
- Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs">
- Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs">
- Common\Interop\Windows\Advapi32\Interop.RegConnectRegistry.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegConnectRegistry.cs">
- Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs">
- Common\Interop\Windows\Kernel32\Interop.Constants.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.Constants.cs">
- Common\Interop\Windows\Kernel32\Interop.CreateFileMapping.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CreateFileMapping.cs">
- Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs
+ Link="Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
- Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs">
- Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs
+ Link="Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs">
- Common\Interop\Windows\Kernel32\Interop.HandleOptions.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.HandleOptions.cs">
- Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs">
- Common\Interop\Windows\Kernel32\Interop.MapViewOfFile.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MapViewOfFile.cs">
- Common\Interop\Windows\Kernel32\Interop.MemOptions.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MemOptions.cs">
- Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFO.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFO.cs">
- Common\Interop\Windows\Kernel32\Interop.OpenFileMapping.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.OpenFileMapping.cs">
- Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs">
- Common\Interop\Windows\Kernel32\Interop.PerformanceCounterOptions.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.PerformanceCounterOptions.cs">
- Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs">
- Common\Interop\Windows\Kernel32\Interop.UnmapViewOfFile.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.UnmapViewOfFile.cs">
- Common\Interop\Windows\Kernel32\Interop.VirtualQuery.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.VirtualQuery.cs">
- Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs">
- Common\Interop\Windows\PerfCounter\Interop.FormatFromRawValue.cs
+ Link="Common\Interop\Windows\PerfCounter\Interop.FormatFromRawValue.cs">
- Common\Interop\Windows\PerfCounter\Interop.PerformanceData.cs
+ Link="Common\Interop\Windows\PerfCounter\Interop.PerformanceData.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafePerfProviderHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafePerfProviderHandle.cs">
- Common\System\Diagnostics\NetFrameworkUtils.cs
+ Link="Common\System\Diagnostics\NetFrameworkUtils.cs">
@@ -190,4 +190,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
index a301f85bfc55a2..7d633a1adce109 100644
--- a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
+++ b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
@@ -14,7 +14,7 @@
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
@@ -24,4 +24,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
index 99e96c4d872d68..c2ccc5cacfab94 100644
--- a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
+++ b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
@@ -34,63 +34,63 @@
- Common\System\Runtime\Serialization\SerializationGuard.cs
+ Link="Common\System\Runtime\Serialization\SerializationGuard.cs">
System\PasteArguments.cs
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs
+ Link="Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs">
- Common\Interop\Windows\Kernel32\Interop.EnumProcessModules.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.EnumProcessModules.cs">
- Common\Interop\Windows\NtDll\Interop.NtQueryInformationProcess.cs
+ Link="Common\Interop\Windows\NtDll\Interop.NtQueryInformationProcess.cs">
- Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs
+ Link="Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs">
- Common\Interop\Windows\NtDll\Interop.PROCESS_BASIC_INFORMATION.cs
+ Link="Common\Interop\Windows\NtDll\Interop.PROCESS_BASIC_INFORMATION.cs">
- Common\Interop\Windows\NtDll\Interop.SYSTEM_PROCESS_INFORMATION.cs
+ Link="Common\Interop\Windows\NtDll\Interop.SYSTEM_PROCESS_INFORMATION.cs">
- Common\Interop\Windows\User32\Interop.EnumWindows.cs
+ Link="Common\Interop\Windows\User32\Interop.EnumWindows.cs">
- Common\Interop\Windows\User32\Interop.GetWindow.cs
+ Link="Common\Interop\Windows\User32\Interop.GetWindow.cs">
- Common\Interop\Windows\User32\Interop.GetWindowLong.cs
+ Link="Common\Interop\Windows\User32\Interop.GetWindowLong.cs">
- Common\Interop\Windows\User32\Interop.GetWindowTextLengthW.cs
+ Link="Common\Interop\Windows\User32\Interop.GetWindowTextLengthW.cs">
- Common\Interop\Windows\User32\Interop.GetWindowTextW.cs
+ Link="Common\Interop\Windows\User32\Interop.GetWindowTextW.cs">
- Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs
+ Link="Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs">
- Common\Interop\Windows\User32\Interop.PostMessage.cs
+ Link="Common\Interop\Windows\User32\Interop.PostMessage.cs">
- Common\Interop\Windows\User32\Interop.IsWindowVisible.cs
+ Link="Common\Interop\Windows\User32\Interop.IsWindowVisible.cs">
- Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs
+ Link="Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs">
- Common\Interop\Windows\User32\Interop.WaitForInputIdle.cs
+ Link="Common\Interop\Windows\User32\Interop.WaitForInputIdle.cs">
@@ -98,196 +98,196 @@
Microsoft\Win32\SafeHandles\SafeTokenHandle.cs
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs">
- Common\Interop\Windows\Kernel32\Interop.IsWow64Process_SafeProcessHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.IsWow64Process_SafeProcessHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.GetExitCodeProcess.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetExitCodeProcess.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs">
- Common\Interop\Windows\Kernel32\Interop.GetThreadTimes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetThreadTimes.cs">
- Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.CreateProcess.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CreateProcess.cs">
- Common\Interop\Windows\Kernel32\Interop.TerminateProcess.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.TerminateProcess.cs">
- Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs
+ Link="Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs">
- Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs">
- Common\Interop\Windows\Kernel32\Interop.EnumProcesses.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.EnumProcesses.cs">
- Common\Interop\Windows\Kernel32\Interop.GetModuleInformation.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetModuleInformation.cs">
- Common\Interop\Windows\Kernel32\Interop.GetModuleBaseName.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetModuleBaseName.cs">
- Common\Interop\Windows\Kernel32\Interop.GetModuleFileNameEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetModuleFileNameEx.cs">
- Common\Interop\Windows\Kernel32\Interop.SetProcessWorkingSetSizeEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetProcessWorkingSetSizeEx.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcessWorkingSetSizeEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcessWorkingSetSizeEx.cs">
- Common\Interop\Windows\Kernel32\Interop.SetProcessAffinityMask.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetProcessAffinityMask.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcessAffinityMask.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcessAffinityMask.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcessId.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcessId.cs">
- Common\Interop\Windows\Kernel32\Interop.GetThreadPriorityBoost.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetThreadPriorityBoost.cs">
- Common\Interop\Windows\Kernel32\Interop.SetThreadPriorityBoost.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetThreadPriorityBoost.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcessPriorityBoost.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcessPriorityBoost.cs">
- Common\Interop\Windows\Kernel32\Interop.SetProcessPriorityBoost.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetProcessPriorityBoost.cs">
- Common\Interop\Windows\Kernel32\Interop.OpenThread.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.OpenThread.cs">
- Common\Interop\Windows\Kernel32\Interop.SetThreadPriority.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetThreadPriority.cs">
- Common\Interop\Windows\Kernel32\Interop.GetThreadPriority.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetThreadPriority.cs">
- Common\Interop\Windows\Kernel32\Interop.SetThreadAffinityMask.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetThreadAffinityMask.cs">
- Common\Interop\Windows\Kernel32\Interop.SetThreadIdealProcessor.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetThreadIdealProcessor.cs">
- Common\Interop\Windows\Kernel32\Interop.GetPriorityClass.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetPriorityClass.cs">
- Common\Interop\Windows\Kernel32\Interop.SetPriorityClass.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetPriorityClass.cs">
- Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs
+ Link="Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs">
- Common\Interop\Windows\Advapi32\Interop.OpenProcessToken.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.OpenProcessToken.cs">
- Common\Interop\Windows\Advapi32\Interop.LookupPrivilegeValue.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.LookupPrivilegeValue.cs">
- Common\Interop\Windows\Advapi32\Interop.AdjustTokenPrivileges.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.AdjustTokenPrivileges.cs">
- Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs">
- Common\Interop\Windows\Kernel32\Interop.GetConsoleCP.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetConsoleCP.cs">
- Common\Interop\Windows\Kernel32\Interop.GetConsoleOutputCP.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetConsoleOutputCP.cs">
- Common\Interop\Windows\Advapi32\Interop.CreateProcessWithLogon.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CreateProcessWithLogon.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs">
- Common\Interop\Windows\Advapi32\Interop.LUID.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.LUID.cs">
- Common\Interop\Windows\Advapi32\Interop.LUID_AND_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.LUID_AND_ATTRIBUTES.cs">
- Common\Interop\Windows\Advapi32\Interop.TOKEN_PRIVILEGE.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.TOKEN_PRIVILEGE.cs">
- Common\Interop\Windows\Kernel32\Interop.Constants.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.Constants.cs">
- Common\Interop\Windows\kernel32\Interop.CreatePipe.cs
+ Link="Common\Interop\Windows\kernel32\Interop.CreatePipe.cs">
- Common\Interop\Windows\Kernel32\Interop.ThreadOptions.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ThreadOptions.cs">
- Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs">
- Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs">
- Common\Interop\Windows\kernel32\Interop.ProcessOptions.cs
+ Link="Common\Interop\Windows\kernel32\Interop.ProcessOptions.cs">
- Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs">
- Common\Interop\Interop.UNICODE_STRING.cs
+ Link="Common\Interop\Interop.UNICODE_STRING.cs">
- Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs">
- Common\System\Text\ConsoleEncoding.cs
+ Link="Common\System\Text\ConsoleEncoding.cs">
- Common\System\Text\EncodingHelper.Windows.cs
+ Link="Common\System\Text\EncodingHelper.Windows.cs">
- Common\System\Text\OSEncoding.Windows.cs
+ Link="Common\System\Text\OSEncoding.Windows.cs">
- Common\System\Text\OSEncoder.cs
+ Link="Common\System\Text\OSEncoder.cs">
- Common\System\Text\DBCSDecoder.cs
+ Link="Common\System\Text\DBCSDecoder.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCPInfoEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCPInfoEx.cs">
- Common\Interop\Windows\Interop.MAX_PATH.cs
+ Link="Common\Interop\Windows\Interop.MAX_PATH.cs">
- Common\System\HResults.cs
+ Link="Common\System\HResults.cs">
@@ -307,82 +307,82 @@
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
- Common\System\IO\StringParser.cs
+ Link="Common\System\IO\StringParser.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.Close.cs
+ Link="Common\Interop\Unix\Interop.Close.cs">
- Common\Interop\Unix\Interop.GetHostName.cs
+ Link="Common\Interop\Unix\Interop.GetHostName.cs">
- Common\Interop\Unix\Interop.SysConf.cs
+ Link="Common\Interop\Unix\Interop.SysConf.cs">
- Common\Interop\Unix\Interop.ConfigureTerminalForChildProcess.cs
+ Link="Common\Interop\Unix\Interop.ConfigureTerminalForChildProcess.cs">
- Common\Interop\Unix\Interop.ForkAndExecProcess.cs
+ Link="Common\Interop\Unix\Interop.ForkAndExecProcess.cs">
- Common\Interop\Unix\Interop.GetGroupList.cs
+ Link="Common\Interop\Unix\Interop.GetGroupList.cs">
- Common\Interop\Unix\Interop.GetLine.cs
+ Link="Common\Interop\Unix\Interop.GetLine.cs">
- Common\Interop\Unix\Interop.GetPid.cs
+ Link="Common\Interop\Unix\Interop.GetPid.cs">
- Common\Interop\Unix\Interop.GetPwUid.cs
+ Link="Common\Interop\Unix\Interop.GetPwUid.cs">
- Common\Interop\Unix\Interop.GetSetPriority.cs
+ Link="Common\Interop\Unix\Interop.GetSetPriority.cs">
- Common\Interop\Unix\Interop.GetSid.cs
+ Link="Common\Interop\Unix\Interop.GetSid.cs">
- Common\Interop\Unix\Interop.GetUid.cs
+ Link="Common\Interop\Unix\Interop.GetUid.cs">
- Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs
+ Link="Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs">
- Common\Interop\Unix\Interop.Kill.cs
+ Link="Common\Interop\Unix\Interop.Kill.cs">
- Common\Interop\Unix\Interop.ReadLink.cs
+ Link="Common\Interop\Unix\Interop.ReadLink.cs">
- Common\Interop\Unix\Interop.RegisterForRegisterForSigChld.cs
+ Link="Common\Interop\Unix\Interop.RegisterForRegisterForSigChld.cs">
- Common\Interop\Unix\Interop.ResourceLimits.cs
+ Link="Common\Interop\Unix\Interop.ResourceLimits.cs">
- Common\Interop\Unix\Interop.PathConf.cs
+ Link="Common\Interop\Unix\Interop.PathConf.cs">
- Common\Interop\Unix\Interop.POpen.cs
+ Link="Common\Interop\Unix\Interop.POpen.cs">
- Common\Interop\Unix\Interop.WaitId.cs
+ Link="Common\Interop\Unix\Interop.WaitId.cs">
- Common\Interop\Unix\Interop.WaitPid.cs
+ Link="Common\Interop\Unix\Interop.WaitPid.cs">
- Common\Interop\Unix\System.Native\Interop.Access.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Access.cs">
@@ -390,16 +390,16 @@
- Common\Interop\Linux\Interop.cgroups.cs
+ Link="Common\Interop\Linux\Interop.cgroups.cs">
- Common\Interop\Linux\Interop.ProcFsStat.cs
+ Link="Common\Interop\Linux\Interop.ProcFsStat.cs">
- Common\Interop\Linux\Interop.SchedGetSetAffinity.cs
+ Link="Common\Interop\Linux\Interop.SchedGetSetAffinity.cs">
- Common\System\Text\ReusableTextReader.cs
+ Link="Common\System\Text\ReusableTextReader.cs">
@@ -409,15 +409,15 @@
- Common\Interop\OSX\Interop.libproc.cs
+ Link="Common\Interop\OSX\Interop.libproc.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\Windows\Shell32\Interop.ShellExecuteExW.cs
+ Link="Common\Interop\Windows\Shell32\Interop.ShellExecuteExW.cs">
@@ -433,13 +433,13 @@
- Common\Interop\BSD\System.Native\Interop.Sysctl.cs
+ Link="Common\Interop\BSD\System.Native\Interop.Sysctl.cs">
- Common\Interop\FreeBSD\Interop.Process.cs
+ Link="Common\Interop\FreeBSD\Interop.Process.cs">
- Common\Unix\System.Native\Interop.Stat.cs
+ Link="Common\Unix\System.Native\Interop.Stat.cs">
diff --git a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
index e2f3f7ad84f9f2..32e50f3ed466e7 100644
--- a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
+++ b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
@@ -10,13 +10,13 @@
System\PasteArguments.cs
- Common\System\IO\StringParser.cs
+ Link="Common\System\IO\StringParser.cs">
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
- Common\Microsoft\Win32\TempRegistryKey.cs
+ Link="Common\Microsoft\Win32\TempRegistryKey.cs">
@@ -48,4 +48,4 @@
System\PasteArguments.Unix.cs
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
index f326d869012406..d86cae583a408f 100644
--- a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
+++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
@@ -10,29 +10,29 @@
- Common\System\Diagnostics\TraceListenerHelpers.cs
+ Link="Common\System\Diagnostics\TraceListenerHelpers.cs">
- Common\System\Diagnostics\TraceListenerHelpers.Windows.cs
+ Link="Common\System\Diagnostics\TraceListenerHelpers.Windows.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.GetCurrentProcessId.cs
+ Link="Common\Interop\Windows\Interop.GetCurrentProcessId.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.GetPid.cs
+ Link="Common\Interop\Unix\Interop.GetPid.cs">
- Common\System\Diagnostics\TraceListenerHelpers.Unix.cs
+ Link="Common\System\Diagnostics\TraceListenerHelpers.Unix.cs">
diff --git a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
index ce6fa0f43970ab..e612da8905338a 100644
--- a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
+++ b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
@@ -30,29 +30,29 @@
- Common\System\Diagnostics\TraceListenerHelpers.cs
+ Link="Common\System\Diagnostics\TraceListenerHelpers.cs">
- Common\System\Diagnostics\TraceListenerHelpers.Windows.cs
+ Link="Common\System\Diagnostics\TraceListenerHelpers.Windows.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.GetCurrentProcessId.cs
+ Link="Common\Interop\Windows\Interop.GetCurrentProcessId.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.GetPid.cs
+ Link="Common\Interop\Unix\Interop.GetPid.cs">
- Common\System\Diagnostics\TraceListenerHelpers.Unix.cs
+ Link="Common\System\Diagnostics\TraceListenerHelpers.Unix.cs">
diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
index daf24a4408f6e3..2b20fa1ea4a9db 100644
--- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
+++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
@@ -84,10 +84,10 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs">
@@ -122,4 +122,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
index f40b0251aabdb9..d29e1da3456d98 100644
--- a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
+++ b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
@@ -11,7 +11,7 @@
- Common\DirectoryServices\LdapConfiguration.cs
+ Link="Common\DirectoryServices\LdapConfiguration.cs">
@@ -19,4 +19,4 @@
PreserveNewest
-
\ No newline at end of file
+
diff --git a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
index 45ee75557ac22e..33c26adc08a7ee 100644
--- a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
+++ b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
@@ -48,7 +48,7 @@
- Common\DirectoryServices\LdapConfiguration.cs
+ Link="Common\DirectoryServices\LdapConfiguration.cs">
@@ -56,4 +56,4 @@
PreserveNewest
-
\ No newline at end of file
+
diff --git a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
index c4df6bbeb60f50..526871339eeb63 100644
--- a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
+++ b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
@@ -19,7 +19,7 @@
- Common\DirectoryServices\LdapConfiguration.cs
+ Link="Common\DirectoryServices\LdapConfiguration.cs">
@@ -31,4 +31,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
index 7a6ca380042f9b..6a8c3b859cfe9f 100644
--- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
+++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
@@ -152,10 +152,10 @@
- Common\Interop\Windows\User32\Interop.LOGFONT.cs
+ Link="Common\Interop\Windows\User32\Interop.LOGFONT.cs">
- Common\Interop\Windows\Gdi32\Interop.RasterOp.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.RasterOp.cs">
System.Drawing.DefaultComponent.bmp
@@ -225,112 +225,112 @@
System\LocalAppContextSwitches.Common.cs
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Gdi32\Interop.CombineRgn.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.CombineRgn.cs">
- Common\Interop\Windows\Gdi32\Interop.CreateCompatibleDC.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.CreateCompatibleDC.cs">
- Common\Interop\Windows\Gdi32\Interop.CreateDC.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.CreateDC.cs">
- Common\Interop\Windows\Gdi32\Interop.CreateIC.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.CreateIC.cs">
- Common\Interop\Windows\Gdi32\Interop.CreateFontIndirect.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.CreateFontIndirect.cs">
- Common\Interop\Windows\Gdi32\Interop.CreateRectRgn.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.CreateRectRgn.cs">
- Common\Interop\Windows\Gdi32\Interop.DeleteDC.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.DeleteDC.cs">
- Common\Interop\Windows\Gdi32\Interop.DeleteObject.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.DeleteObject.cs">
- Common\Interop\Windows\Gdi32\Interop.GetClipRgn.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.GetClipRgn.cs">
- Common\Interop\Windows\Gdi32\Interop.GetCurrentObject.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.GetCurrentObject.cs">
- Common\Interop\Windows\Gdi32\Interop.GetDeviceCaps.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.GetDeviceCaps.cs">
- Common\Interop\Windows\Gdi32\Interop.GetObjectType.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.GetObjectType.cs">
- Common\Interop\Windows\Gdi32\Interop.GetRgnBox.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.GetRgnBox.cs">
- Common\Interop\Windows\Gdi32\Interop.GetStockObject.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.GetStockObject.cs">
- Common\Interop\Windows\Gdi32\Interop.ObjectType.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.ObjectType.cs">
- Common\Interop\Windows\Gdi32\Interop.OffsetViewportOrgEx.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.OffsetViewportOrgEx.cs">
- Common\Interop\Windows\Gdi32\Interop.RECT.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.RECT.cs">
- Common\Interop\Windows\Gdi32\Interop.RegionType.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.RegionType.cs">
- Common\Interop\Windows\Gdi32\Interop.RestoreDC.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.RestoreDC.cs">
- Common\Interop\Windows\Gdi32\Interop.SaveDC.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.SaveDC.cs">
- Common\Interop\Windows\Gdi32\Interop.SelectClipRgn.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.SelectClipRgn.cs">
- Common\Interop\Windows\Kernel32\Interop.GlobalFree.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GlobalFree.cs">
- Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs">
- Common\Interop\Windows\Gdi32\Interop.BitBlt.cs
+ Link="Common\Interop\Windows\Gdi32\Interop.BitBlt.cs">
- Common\Interop\Windows\Ole32\Interop.IStream.cs
+ Link="Common\Interop\Windows\Ole32\Interop.IStream.cs">
- Common\Interop\Windows\Ole32\Interop.STATSTG.cs
+ Link="Common\Interop\Windows\Ole32\Interop.STATSTG.cs">
- Common\Interop\Windows\Ole32\Interop.STGTY.cs
+ Link="Common\Interop\Windows\Ole32\Interop.STGTY.cs">
- Common\Interop\Windows\Ole32\Interop.STATFLAG.cs
+ Link="Common\Interop\Windows\Ole32\Interop.STATFLAG.cs">
- Common\Interop\Windows\Ole32\Interop.STGM.cs
+ Link="Common\Interop\Windows\Ole32\Interop.STGM.cs">
- Common\Interop\Windows\User32\Interop.GetDC.cs
+ Link="Common\Interop\Windows\User32\Interop.GetDC.cs">
- Common\Interop\Windows\User32\Interop.ReleaseDC.cs
+ Link="Common\Interop\Windows\User32\Interop.ReleaseDC.cs">
- Common\Interop\Windows\User32\Interop.SystemParametersInfo.cs
+ Link="Common\Interop\Windows\User32\Interop.SystemParametersInfo.cs">
- Common\Interop\Windows\User32\Interop.NONCLIENTMETRICS.cs
+ Link="Common\Interop\Windows\User32\Interop.NONCLIENTMETRICS.cs">
- Common\Interop\Windows\User32\Interop.WindowFromDC.cs
+ Link="Common\Interop\Windows\User32\Interop.WindowFromDC.cs">
- Common\Interop\Windows\Interop.HRESULT.cs
+ Link="Common\Interop\Windows\Interop.HRESULT.cs">
@@ -378,7 +378,7 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
placeholder.ico
diff --git a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
index 610e7ec4b39623..1b299ab37bd8e9 100644
--- a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
+++ b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
@@ -80,17 +80,17 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
- Common\System\Drawing\Helpers.cs
+ Link="Common\System\Drawing\Helpers.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
-
+
System.Drawing.Tests.48x48_multiple_entries_4bit.ico
@@ -107,4 +107,4 @@
System.Drawing.Tests.Icon_toolboxBitmapAttributeTest
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
index 5a9c2609314a81..fcd4243720ea4a 100644
--- a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
+++ b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
@@ -46,13 +46,13 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\User32\Interop.GetSysColor.cs
+ Link="Common\Interop\Windows\User32\Interop.GetSysColor.cs">
- Common\Interop\Windows\User32\Interop.Win32SystemColors.cs
+ Link="Common\Interop\Windows\User32\Interop.Win32SystemColors.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
index 1601346a37a00a..34576d0c65fc1c 100644
--- a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
+++ b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
@@ -13,13 +13,13 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
- Common\System\Runtime\Serialization\DataContractSerializerHelper.cs
+ Link="Common\System\Runtime\Serialization\DataContractSerializerHelper.cs">
- Common\System\Runtime\Serialization\Utils.cs
+ Link="Common\System\Runtime\Serialization\Utils.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj b/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
index 3266b52e575a20..5f306a92d5d031 100644
--- a/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
+++ b/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
@@ -324,7 +324,7 @@
- Common\System\RandomDataGenerator.cs
+ Link="Common\System\RandomDataGenerator.cs">
diff --git a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
index a0a3271278c24a..40a7f84c40774a 100644
--- a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
+++ b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
@@ -114,7 +114,7 @@
- Common\System\RandomDataGenerator.cs
+ Link="Common\System\RandomDataGenerator.cs">
diff --git a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
index 626ab0f48a792b..867780f4374a05 100644
--- a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
+++ b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
@@ -18,22 +18,22 @@
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBrotliHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBrotliHandle.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
diff --git a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
index 6cd5df420f23f9..d992bc5a36351a 100644
--- a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
+++ b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
@@ -7,22 +7,22 @@
- Common\System\IO\Compression\CompressionStreamTestBase.cs
+ Link="Common\System\IO\Compression\CompressionStreamTestBase.cs">
- Common\System\IO\Compression\CompressionStreamUnitTestBase.cs
+ Link="Common\System\IO\Compression\CompressionStreamUnitTestBase.cs">
- Common\System\IO\Compression\LocalMemoryStream.cs
+ Link="Common\System\IO\Compression\LocalMemoryStream.cs">
- Common\System\IO\Compression\StreamHelpers.cs
+ Link="Common\System\IO\Compression\StreamHelpers.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\System\IO\PathInternal.Windows.cs
+ Link="Common\System\IO\PathInternal.Windows.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\System\IO\PathInternal.Unix.cs
+ Link="Common\System\IO\PathInternal.Unix.cs">
- Common\Interop\Unix\System.Native\Interop.PathConf.cs
+ Link="Common\Interop\Unix\System.Native\Interop.PathConf.cs">
@@ -73,4 +73,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
index 20bb882a1b9626..853951b21557f6 100644
--- a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
+++ b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
@@ -15,34 +15,34 @@
- Common\System\IO\PathFeatures.cs
+ Link="Common\System\IO\PathFeatures.cs">
- Common\System\IO\Compression\CRC.cs
+ Link="Common\System\IO\Compression\CRC.cs">
- Common\System\IO\Compression\CompressionStreamTestBase.cs
+ Link="Common\System\IO\Compression\CompressionStreamTestBase.cs">
- Common\System\IO\Compression\CompressionStreamUnitTestBase.cs
+ Link="Common\System\IO\Compression\CompressionStreamUnitTestBase.cs">
- Common\System\IO\Compression\FileData.cs
+ Link="Common\System\IO\Compression\FileData.cs">
- Common\System\IO\Compression\LocalMemoryStream.cs
+ Link="Common\System\IO\Compression\LocalMemoryStream.cs">
- Common\System\IO\Compression\StreamHelpers.cs
+ Link="Common\System\IO\Compression\StreamHelpers.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
- Common\System\IO\Compression\ZipTestHelper.cs
+ Link="Common\System\IO\Compression\ZipTestHelper.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\Interop\Windows\Interop.CreateFile.cs
+ Link="Common\Interop\Windows\Interop.CreateFile.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\libc\Interop.Read.cs
+ Link="Common\Interop\Unix\libc\Interop.Read.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.IOErrors.cs
+ Link="Common\Interop\Unix\Interop.IOErrors.cs">
- Common\System\IO\PathInternal.Unix.cs
+ Link="Common\System\IO\PathInternal.Unix.cs">
- Common\Interop\Unix\Interop.PathConf.cs
+ Link="Common\Interop\Unix\Interop.PathConf.cs">
- Common\Interop\Linux\Interop.inotify.cs
+ Link="Common\Interop\Linux\Interop.inotify.cs">
- Common\Interop\Unix\Interop.Poll.cs
+ Link="Common\Interop\Unix\Interop.Poll.cs">
- Common\Interop\Unix\Interop.Stat.cs
+ Link="Common\Interop\Unix\Interop.Stat.cs">
@@ -93,37 +93,37 @@
System.IO.FileSystem\src\System\IO\FileSystem.Exists.Unix.cs
- Common\Interop\OSX\Interop.EventStream.cs
+ Link="Common\Interop\OSX\Interop.EventStream.cs">
- Common\Interop\OSX\Interop.CoreFoundation.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\OSX\Interop.RunLoop.cs
+ Link="Common\Interop\OSX\Interop.RunLoop.cs">
- Common\Interop\Unix\Interop.RealPath.cs
+ Link="Common\Interop\Unix\Interop.RealPath.cs">
- Common\Interop\Unix\Interop.Stat.Span.cs
+ Link="Common\Interop\Unix\Interop.Stat.Span.cs">
- Common\Interop\Unix\Interop.Stat.cs
+ Link="Common\Interop\Unix\Interop.Stat.cs">
- Common\Interop\Unix\Interop.Sync.cs
+ Link="Common\Interop\Unix\Interop.Sync.cs">
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEventStreamHandle.OSX.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEventStreamHandle.OSX.cs">
- Common\System\Text\ValueUtf8Converter.cs
+ Link="Common\System\Text\ValueUtf8Converter.cs">
diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
index 589fb29ae21011..ab52666088ee26 100644
--- a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
+++ b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
@@ -27,19 +27,19 @@
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
- Common\System\IO\TempDirectory.cs
+ Link="Common\System\IO\TempDirectory.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.ResourceLimits.cs
+ Link="Common\Interop\Unix\System.Native\Interop.ResourceLimits.cs">
diff --git a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index c36d099b980f2a..4ac29bb8d45808 100644
--- a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -14,7 +14,7 @@
-
+
@@ -163,13 +163,13 @@
- Common\System\Buffers\NativeMemoryManager.cs
+ Link="Common\System\Buffers\NativeMemoryManager.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
- Common\System\IO\PathFeatures.cs
+ Link="Common\System\IO\PathFeatures.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
index 710b00e4b4c83b..1718b69a712166 100644
--- a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
+++ b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
@@ -13,7 +13,7 @@
- Common\System\Security\IdentityHelper.cs
+ Link="Common\System\Security\IdentityHelper.cs">
diff --git a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
index 0aaf3693233c22..1255cff942aa02 100644
--- a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
+++ b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
@@ -25,16 +25,16 @@
- Common\System\IO\TempDirectory.cs
+ Link="Common\System\IO\TempDirectory.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
Internals\Helper.cs
- Common\System\Security\IdentityHelper.cs
+ Link="Common\System\Security\IdentityHelper.cs">
@@ -59,4 +59,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
index c2dc86df1632e0..d2894a92ff79c0 100644
--- a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
+++ b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
@@ -19,82 +19,82 @@
- Common\Interop\Windows\Interop.CreateFileMapping.cs
+ Link="Common\Interop\Windows\Interop.CreateFileMapping.cs">
- Common\Interop\Windows\Interop.MapViewOfFile.cs
+ Link="Common\Interop\Windows\Interop.MapViewOfFile.cs">
- Common\Interop\Windows\Interop.OpenFileMapping.cs
+ Link="Common\Interop\Windows\Interop.OpenFileMapping.cs">
- Common\Interop\Windows\Interop.VirtualAlloc.cs
+ Link="Common\Interop\Windows\Interop.VirtualAlloc.cs">
- Common\Interop\Windows\Interop.GlobalMemoryStatusEx.cs
+ Link="Common\Interop\Windows\Interop.GlobalMemoryStatusEx.cs">
- Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Interop.CloseHandle.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\Interop.FormatMessage.cs">
- Common\Interop\Windows\Interop.FileAttributes.cs
+ Link="Common\Interop\Windows\Interop.FileAttributes.cs">
- Common\Interop\Windows\Interop.FileOperations.cs
+ Link="Common\Interop\Windows\Interop.FileOperations.cs">
- Common\Interop\Windows\Interop.FlushViewOfFile.cs
+ Link="Common\Interop\Windows\Interop.FlushViewOfFile.cs">
- Common\Interop\Windows\Interop.GenericOperations.cs
+ Link="Common\Interop\Windows\Interop.GenericOperations.cs">
- Common\Interop\Windows\Interop.GetSystemInfo.cs
+ Link="Common\Interop\Windows\Interop.GetSystemInfo.cs">
- Common\Interop\Windows\Interop.SYSTEM_INFO.cs
+ Link="Common\Interop\Windows\Interop.SYSTEM_INFO.cs">
- Common\Interop\Windows\Interop.HandleOptions.cs
+ Link="Common\Interop\Windows\Interop.HandleOptions.cs">
- Common\Interop\Windows\Interop.MEMORY_BASIC_INFO.cs
+ Link="Common\Interop\Windows\Interop.MEMORY_BASIC_INFO.cs">
- Common\Interop\Windows\Interop.MEMORYSTATUSEX.cs
+ Link="Common\Interop\Windows\Interop.MEMORYSTATUSEX.cs">
- Common\Interop\Windows\Interop.MemOptions.cs
+ Link="Common\Interop\Windows\Interop.MemOptions.cs">
- Common\Interop\Windows\Interop.PipeOptions.cs
+ Link="Common\Interop\Windows\Interop.PipeOptions.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\Interop.SecurityOptions.cs
+ Link="Common\Interop\Windows\Interop.SecurityOptions.cs">
- Common\Interop\Windows\Interop.UnmapViewOfFile.cs
+ Link="Common\Interop\Windows\Interop.UnmapViewOfFile.cs">
- Common\Interop\Windows\Interop.VirtualQuery.cs
+ Link="Common\Interop\Windows\Interop.VirtualQuery.cs">
- Common\System\IO\Win32Marshal.cs
+ Link="Common\System\IO\Win32Marshal.cs">
@@ -103,53 +103,53 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.Fcntl.cs
+ Link="Common\Interop\Unix\Interop.Fcntl.cs">
- Common\Interop\Unix\Interop.IOErrors.cs
+ Link="Common\Interop\Unix\Interop.IOErrors.cs">
- Common\Interop\Unix\Interop.MMap.cs
+ Link="Common\Interop\Unix\Interop.MMap.cs">
- Common\Interop\Unix\Interop.MUnmap.cs
+ Link="Common\Interop\Unix\Interop.MUnmap.cs">
- Common\Interop\Unix\Interop.MSync.cs
+ Link="Common\Interop\Unix\Interop.MSync.cs">
- Common\Interop\Unix\Interop.Open.cs
+ Link="Common\Interop\Unix\Interop.Open.cs">
- Common\Interop\Unix\Interop.OpenFlags.cs
+ Link="Common\Interop\Unix\Interop.OpenFlags.cs">
- Common\Interop\Unix\Interop.Permissions.cs
+ Link="Common\Interop\Unix\Interop.Permissions.cs">
- Common\Interop\Unix\Interop.SysConf.cs
+ Link="Common\Interop\Unix\Interop.SysConf.cs">
- Common\Interop\Unix\Interop.FTruncate.cs
+ Link="Common\Interop\Unix\Interop.FTruncate.cs">
- Common\Interop\Unix\Interop.MAdvise.cs
+ Link="Common\Interop\Unix\Interop.MAdvise.cs">
- Common\Interop\Unix\Interop.ShmOpen.cs
+ Link="Common\Interop\Unix\Interop.ShmOpen.cs">
- Common\Interop\Unix\Interop.Unlink.cs
+ Link="Common\Interop\Unix\Interop.Unlink.cs">
@@ -160,4 +160,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
index 830a1c5f73d846..372dd8846fd65b 100644
--- a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
+++ b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
@@ -16,8 +16,8 @@
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
index c15a68ff5a26ca..9a052a2f87ed94 100644
--- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
+++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
@@ -6,7 +6,7 @@
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
@@ -59,4 +59,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
index c49e5d41a7b031..5d19e9f23052de 100644
--- a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
+++ b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
@@ -28,27 +28,27 @@
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
- Common\Interop\Windows\Interop.CancelIoEx.cs
+ Link="Common\Interop\Windows\Interop.CancelIoEx.cs">
- Common\Interop\Windows\Interop.LoadLibraryEx_IntPtr.cs
+ Link="Common\Interop\Windows\Interop.LoadLibraryEx_IntPtr.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.GetNamedPipeHandleState.cs
+ Link="Common\Interop\Windows\Interop.GetNamedPipeHandleState.cs">
- Common\Interop\Windows\Interop.MaxLengths.cs
+ Link="Common\Interop\Windows\Interop.MaxLengths.cs">
@@ -63,4 +63,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
index 8b261f91ada340..58d794bd02d1ce 100644
--- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
+++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
@@ -30,116 +30,116 @@
- Common\Interop\Windows\Kernel32\Interop.DCB.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.DCB.cs">
- Common\Interop\Windows\Kernel32\Interop.COMMPROP.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.COMMPROP.cs">
- Common\Interop\Windows\Kernel32\Interop.COMMTIMEOUTS.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.COMMTIMEOUTS.cs">
- Common\Interop\Windows\Kernel32\Interop.COMSTAT.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.COMSTAT.cs">
- Common\Interop\Windows\Kernel32\Interop.SetCommState.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetCommState.cs">
- Common\Interop\Windows\Kernel32\Interop.SetCommBreak.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetCommBreak.cs">
- Common\Interop\Windows\Kernel32\Interop.ClearCommBreak.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ClearCommBreak.cs">
- Common\Interop\Windows\Kernel32\Interop.EscapeCommFunction.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.EscapeCommFunction.cs">
- Common\Interop\Windows\Kernel32\Interop.SetCommTimeouts.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetCommTimeouts.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCommModemStatus.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCommModemStatus.cs">
- Common\Interop\Windows\Kernel32\Interop.ClearCommError.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ClearCommError.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCommProperties.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCommProperties.cs">
- Common\Interop\Windows\Kernel32\Interop.SetCommMask.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetCommMask.cs">
- Common\Interop\Windows\Kernel32\Interop.PurgeComm.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.PurgeComm.cs">
- Common\Interop\Windows\Kernel32\Interop.SetupComm.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetupComm.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCommState.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCommState.cs">
- Common\Interop\Windows\Kernel32\Interop.WaitCommEvent.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WaitCommEvent.cs">
- Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs">
- Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs">
- Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs">
- Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs">
- Common\Interop\Windows\Kernel32\Interop.GetOverlappedResult.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetOverlappedResult.cs">
- Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs">
- Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs">
- Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs">
- Common\Interop\Windows\Interop.FileTypes.cs
+ Link="Common\Interop\Windows\Interop.FileTypes.cs">
- Common\System\IO\PathInternal.Windows.cs
+ Link="Common\System\IO\PathInternal.Windows.cs">
- Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\System\IO\Win32Marshal.cs
+ Link="Common\System\IO\Win32Marshal.cs">
- Common\Interop\Windows\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\Interop.FormatMessage.cs">
- Common\Interop\Windows\Kernel32\Interop.CreateFile.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CreateFile.cs">
- Common\Interop\Windows\Kernel32\Interop.FileOperations.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FileOperations.cs">
@@ -157,28 +157,28 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.IOErrors.cs
+ Link="Common\Interop\Unix\Interop.IOErrors.cs">
- Common\Interop\Unix\System.Native\Interop.Read.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Read.cs">
- Common\Interop\Unix\System.Native\Interop.Write.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Write.cs">
- Common\Interop\Unix\System.Native\Interop.Poll.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Poll.cs">
- Common\Interop\Unix\System.Native\Interop.Shutdown.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Shutdown.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
@@ -205,4 +205,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO/tests/System.IO.Tests.csproj b/src/libraries/System.IO/tests/System.IO.Tests.csproj
index 3262bfa8bb5013..5873e991199cc2 100644
--- a/src/libraries/System.IO/tests/System.IO.Tests.csproj
+++ b/src/libraries/System.IO/tests/System.IO.Tests.csproj
@@ -47,16 +47,16 @@
- Common\System\Buffers\NativeMemoryManager.cs
+ Link="Common\System\Buffers\NativeMemoryManager.cs">
- Common\System\IO\CallTrackingStream.cs
+ Link="Common\System\IO\CallTrackingStream.cs">
- Common\System\IO\DelegateStream.cs
+ Link="Common\System\IO\DelegateStream.cs">
- Common\System\IO\WrappedMemoryStream.cs
+ Link="Common\System\IO\WrappedMemoryStream.cs">
@@ -64,4 +64,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
index a88e5ca3b5e6a2..c7707f51c90adf 100644
--- a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
+++ b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
@@ -14,10 +14,10 @@
- Common\System\Collections\Generic\ArrayBuilder.cs
+ Link="Common\System\Collections\Generic\ArrayBuilder.cs">
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
diff --git a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
index 6ac48c2e3dca5c..316e0e27d19683 100644
--- a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
+++ b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
@@ -225,7 +225,7 @@
- Common\System\Collections\DictionaryExtensions.cs
+ Link="Common\System\Collections\DictionaryExtensions.cs">
@@ -248,4 +248,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
index e7a85f6cc62c42..aa8ded1ad18d89 100644
--- a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
+++ b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
@@ -5,13 +5,13 @@
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
- CommonTest\System\Threading\ThreadPoolHelpers.cs
+ Link="CommonTest\System\Threading\ThreadPoolHelpers.cs">
@@ -77,4 +77,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
index ad309e2f7319b6..29f05cac239253 100644
--- a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
+++ b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
@@ -54,7 +54,7 @@
- Common\System\Linq\SkipTakeData.cs
+ Link="Common\System\Linq\SkipTakeData.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
index fe5b68dc5b1ebe..84c9128cd748a4 100644
--- a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
+++ b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
@@ -67,13 +67,13 @@
- Common\System\Linq\SkipTakeData.cs
+ Link="Common\System\Linq\SkipTakeData.cs">
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj
index e3a79752a63d86..ec937e61496377 100644
--- a/src/libraries/System.Management/src/System.Management.csproj
+++ b/src/libraries/System.Management/src/System.Management.csproj
@@ -9,37 +9,37 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs">
- Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs">
- Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs">
- Common\Interop\Windows\Ole32\Interop.CoGetObjectContext.cs
+ Link="Common\Interop\Windows\Ole32\Interop.CoGetObjectContext.cs">
- Common\Interop\Windows\Ole32\Interop.CoMarshalInterface.cs
+ Link="Common\Interop\Windows\Ole32\Interop.CoMarshalInterface.cs">
- Common\Interop\Windows\Ole32\Interop.CoUnmarshalInterface.cs
+ Link="Common\Interop\Windows\Ole32\Interop.CoUnmarshalInterface.cs">
- Common\Interop\Windows\Ole32\Interop.CreateStreamOnHGlobal.cs
+ Link="Common\Interop\Windows\Ole32\Interop.CreateStreamOnHGlobal.cs">
- Common\Interop\Windows\Ole32\Interop.GetHGlobalFromStream.cs
+ Link="Common\Interop\Windows\Ole32\Interop.GetHGlobalFromStream.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs">
@@ -87,4 +87,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Memory/src/System.Memory.csproj b/src/libraries/System.Memory/src/System.Memory.csproj
index bada3e64b157c4..071ea3df7eaa79 100644
--- a/src/libraries/System.Memory/src/System.Memory.csproj
+++ b/src/libraries/System.Memory/src/System.Memory.csproj
@@ -35,10 +35,10 @@
- Common\System\Buffers\ArrayBufferWriter.cs
+ Link="Common\System\Buffers\ArrayBufferWriter.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
index ce1cdff0d5c2b2..2743ebe59cdf62 100644
--- a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
+++ b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
@@ -261,10 +261,10 @@
- Common\System\Buffers\NativeMemoryManager.cs
+ Link="Common\System\Buffers\NativeMemoryManager.cs">
- Common\System\MutableDecimal.cs
+ Link="Common\System\MutableDecimal.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj b/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
index 278e36d4e102c0..dad3fa4b2e92ac 100644
--- a/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
@@ -11,31 +11,31 @@
- Common\System\Net\Capability.Security.cs
+ Link="Common\System\Net\Capability.Security.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Certificates.cs
+ Link="Common\System\Net\Configuration.Certificates.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
- Common\System\Net\Configuration.Security.cs
+ Link="Common\System\Net\Configuration.Security.cs">
- Common\System\Net\Http\LoopbackServer.cs
+ Link="Common\System\Net\Http\LoopbackServer.cs">
- Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
+ Link="Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs">
- Common\System\Net\Http\GenericLoopbackServer.cs
+ Link="Common\System\Net\Http\GenericLoopbackServer.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
index c402b8d09db8af..577c5765efbe1b 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
@@ -11,82 +11,82 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
-
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
+
- Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs
-
+ Link="Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs">
+
- Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs">
- Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
+ Link="Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs">
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
+ Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs">
- Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
+ Link="Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs">
- Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
+ Link="Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs">
- Common\Interop\Windows\WinHttp\Interop.winhttp.cs
+ Link="Common\Interop\Windows\WinHttp\Interop.winhttp.cs">
- Common\System\CharArrayHelpers.cs
+ Link="Common\System\CharArrayHelpers.cs">
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
-
+ Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
+
- Common\System\Net\Http\HttpStatusDescription.cs
+ Link="Common\System\Net\Http\HttpStatusDescription.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
- Common\System\Net\UriScheme.cs
+ Link="Common\System\Net\UriScheme.cs">
- Common\System\Net\Http\HttpHandlerDefaults.cs
+ Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
- Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
+ Link="Common\System\Net\Http\NoWriteNoSeekStreamContent.cs">
- Common\System\Net\Http\WinInetProxyHelper.cs
+ Link="Common\System\Net\Http\WinInetProxyHelper.cs">
- Common\System\Net\Security\CertificateHelper.cs
+ Link="Common\System\Net\Security\CertificateHelper.cs">
- Common\System\Net\Security\CertificateHelper.Windows.cs
+ Link="Common\System\Net\Security\CertificateHelper.Windows.cs">
- Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
+ Link="Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs">
- Common\System\Threading\Tasks\RendezvousAwaitable.cs
-
+ Link="Common\System\Threading\Tasks\RendezvousAwaitable.cs">
+
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
@@ -104,10 +104,10 @@
- Common\System\IO\StreamHelpers.CopyValidation.cs
+ Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
@@ -120,4 +120,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
index 66515bbd3e1bf1..3f1798c2ad41c0 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
@@ -7,192 +7,192 @@
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
-
+
- Common\System\Net\Http\HttpHandlerDefaults.cs
+ Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
- Common\System\IO\DelegateStream.cs
-
+ Link="Common\System\IO\DelegateStream.cs">
+
- Common\System\Net\Configuration.Certificates.cs
+ Link="Common\System\Net\Configuration.Certificates.cs">
- Common\System\Net\Configuration.Security.cs
+ Link="Common\System\Net\Configuration.Security.cs">
- Common\System\Net\Configuration.Sockets.cs
+ Link="Common\System\Net\Configuration.Sockets.cs">
- Common\System\Net\Capability.Security.cs
+ Link="Common\System\Net\Capability.Security.cs">
- Common\System\Net\Capability.Security.Windows.cs
+ Link="Common\System\Net\Capability.Security.Windows.cs">
- Common\System\Net\EventSourceTestLogging.cs
+ Link="Common\System\Net\EventSourceTestLogging.cs">
- Common\System\Net\HttpsTestServer.cs
+ Link="Common\System\Net\HttpsTestServer.cs">
- Common\System\Net\RemoteServerQuery.cs
+ Link="Common\System\Net\RemoteServerQuery.cs">
- Common\System\Net\VerboseTestLogging.cs
+ Link="Common\System\Net\VerboseTestLogging.cs">
- Common\System\Net\TestWebProxies.cs
+ Link="Common\System\Net\TestWebProxies.cs">
- Common\System\Net\StreamArrayExtensions.cs
+ Link="Common\System\Net\StreamArrayExtensions.cs">
- Common\System\Net\Http\ByteAtATimeContent.cs
+ Link="Common\System\Net\Http\ByteAtATimeContent.cs">
- Common\System\Net\Http\ChannelBindingAwareContent.cs
+ Link="Common\System\Net\Http\ChannelBindingAwareContent.cs">
- Common\System\Net\Http\CustomContent.cs
+ Link="Common\System\Net\Http\CustomContent.cs">
- Common\System\Net\Http\DefaultCredentialsTest.cs
+ Link="Common\System\Net\Http\DefaultCredentialsTest.cs">
- Common\System\Net\Http\DribbleStream.cs
+ Link="Common\System\Net\Http\DribbleStream.cs">
- Common\System\Net\Http\GenericLoopbackServer.cs
+ Link="Common\System\Net\Http\GenericLoopbackServer.cs">
- Common\System\Net\Http\HttpClientHandlerTestBase.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTestBase.cs">
- Common\System\Net\Http\Http2Frames.cs
+ Link="Common\System\Net\Http\Http2Frames.cs">
- Common\System\Net\Http\HPackEncoder.cs
+ Link="Common\System\Net\Http\HPackEncoder.cs">
- Common\System\Net\Http\Http2LoopbackServer.cs
+ Link="Common\System\Net\Http\Http2LoopbackServer.cs">
- Common\System\Net\Http\Http2LoopbackConnection.cs
+ Link="Common\System\Net\Http\Http2LoopbackConnection.cs">
- Common\System\Net\Http\QPackTestDecoder.cs
+ Link="Common\System\Net\Http\QPackTestDecoder.cs">
- Common\System\Net\Http\QPackTestEncoder.cs
+ Link="Common\System\Net\Http\QPackTestEncoder.cs">
- Common\System\Net\Http\HuffmanDecoder.cs
+ Link="Common\System\Net\Http\HuffmanDecoder.cs">
- Common\System\Net\Http\HuffmanEncoder.cs
+ Link="Common\System\Net\Http\HuffmanEncoder.cs">
- Common\System\Net\Http\HttpClientHandlerTest.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.cs">
- Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs">
- Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs">
- Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs">
- Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs">
- Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs">
- Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs">
- Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs">
- Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs">
- Common\System\Net\Http\HttpProtocolTests.cs
+ Link="Common\System\Net\Http\HttpProtocolTests.cs">
- Common\System\Net\Http\HttpClient.SelectedSitesTest.cs
+ Link="Common\System\Net\Http\HttpClient.SelectedSitesTest.cs">
- Common\System\Net\Http\HttpClientEKUTest.cs
+ Link="Common\System\Net\Http\HttpClientEKUTest.cs">
- Common\System\Net\Http\HttpRetryProtocolTests.cs
+ Link="Common\System\Net\Http\HttpRetryProtocolTests.cs">
- Common\System\Net\Http\IdnaProtocolTests.cs
+ Link="Common\System\Net\Http\IdnaProtocolTests.cs">
- Common\System\Net\Http\LoopbackProxyServer.cs
+ Link="Common\System\Net\Http\LoopbackProxyServer.cs">
- Common\System\Net\Http\LoopbackServer.cs
+ Link="Common\System\Net\Http\LoopbackServer.cs">
- Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
+ Link="Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs">
- Common\System\Net\Http\TestHelper.cs
+ Link="Common\System\Net\Http\TestHelper.cs">
- Common\System\Net\Http\PostScenarioTest.cs
+ Link="Common\System\Net\Http\PostScenarioTest.cs">
- Common\System\Net\Http\RepeatedFlushContent.cs
+ Link="Common\System\Net\Http\RepeatedFlushContent.cs">
- Common\System\Net\Http\ResponseStreamTest.cs
-
+ Link="Common\System\Net\Http\ResponseStreamTest.cs">
+
- Common\System\Net\Http\SchSendAuxRecordHttpTest.cs
+ Link="Common\System\Net\Http\SchSendAuxRecordHttpTest.cs">
- Common\System\Net\Http\SyncBlockingContent.cs
+ Link="Common\System\Net\Http\SyncBlockingContent.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
- Common\System\Threading\TrackingSynchronizationContext.cs
+ Link="Common\System\Threading\TrackingSynchronizationContext.cs">
@@ -203,4 +203,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
index 9d1e3ba1e79cff..0b5595c0944797 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
@@ -12,82 +12,82 @@
- CommonTest\System\Net\SslProtocolSupport.cs
+ Link="CommonTest\System\Net\SslProtocolSupport.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
- Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
+ Link="Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs">
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
+ Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs">
- Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
+ Link="Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs">
- Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
+ Link="Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs">
- Common\System\CharArrayHelpers.cs
+ Link="Common\System\CharArrayHelpers.cs">
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\IO\StreamHelpers.CopyValidation.cs
+ Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
- Common\System\Net\HttpStatusDescription.cs
+ Link="Common\System\Net\HttpStatusDescription.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\UriScheme.cs
+ Link="Common\System\Net\UriScheme.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
- Common\System\Net\Http\HttpHandlerDefaults.cs
+ Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
- Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
+ Link="Common\System\Net\Http\NoWriteNoSeekStreamContent.cs">
- Common\System\Net\Http\WinInetProxyHelper.cs
+ Link="Common\System\Net\Http\WinInetProxyHelper.cs">
- Common\System\Net\Security\CertificateHelper.cs
+ Link="Common\System\Net\Security\CertificateHelper.cs">
- Common\System\Net\Security\CertificateHelper.Windows.cs
+ Link="Common\System\Net\Security\CertificateHelper.Windows.cs">
- Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
+ Link="Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs">
- Common\System\Text\SimpleRegex.cs
+ Link="Common\System\Text\SimpleRegex.cs">
- Common\System\Threading\Tasks\RendezvousAwaitable.cs
+ Link="Common\System\Threading\Tasks\RendezvousAwaitable.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
ProductionCode\WinHttpAuthHelper.cs
diff --git a/src/libraries/System.Net.Http/src/System.Net.Http.csproj b/src/libraries/System.Net.Http/src/System.Net.Http.csproj
index cebece24f4e13b..36cdd1ff17ff35 100644
--- a/src/libraries/System.Net.Http/src/System.Net.Http.csproj
+++ b/src/libraries/System.Net.Http/src/System.Net.Http.csproj
@@ -90,34 +90,34 @@
- Common\System\IO\StreamHelpers.CopyValidation.cs
+ Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
- Common\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs
+ Link="Common\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs">
- Common\System\IO\DelegatingStream.cs
+ Link="Common\System\IO\DelegatingStream.cs">
- Common\System\IO\ReadOnlyMemoryStream.cs
+ Link="Common\System\IO\ReadOnlyMemoryStream.cs">
- Common\System\Text\StringBuilderCache.cs
+ Link="Common\System\Text\StringBuilderCache.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\HttpDateParser.cs
+ Link="Common\System\Net\HttpDateParser.cs">
- Common\System\Text\SimpleRegex.cs
+ Link="Common\System\Text\SimpleRegex.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
- Common\System\Net\ArrayBuffer.cs
+ Link="Common\System\Net\ArrayBuffer.cs">
@@ -170,232 +170,232 @@
- Common\System\Net\NTAuthentication.Common.cs
+ Link="Common\System\Net\NTAuthentication.Common.cs">
- Common\System\Net\ContextFlagsPal.cs
+ Link="Common\System\Net\ContextFlagsPal.cs">
- Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
+ Link="Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs">
- Common\System\Net\Http\aspnetcore\Http3\Http3SettingType.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\Http3SettingType.cs">
- Common\System\Net\Http\aspnetcore\Http3\Http3StreamType.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\Http3StreamType.cs">
- Common\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs">
- Common\System\Net\Http\aspnetcore\Http3\Frames\Http3ErrorCode.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\Frames\Http3ErrorCode.cs">
- Common\System\Net\Http\aspnetcore\Http3\Frames\Http3Frame.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\Frames\Http3Frame.cs">
- Common\System\Net\Http\aspnetcore\Http3\Frames\Http3FrameType.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\Frames\Http3FrameType.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs">
- Common\System\Net\SecurityStatusPal.cs
+ Link="Common\System\Net\SecurityStatusPal.cs">
- Common\System\Net\Security\SSPIHandleCache.cs
+ Link="Common\System\Net\Security\SSPIHandleCache.cs">
- Common\System\Net\Security\NetEventSource.Security.cs
+ Link="Common\System\Net\Security\NetEventSource.Security.cs">
- Common\System\Net\ExceptionCheck.cs
+ Link="Common\System\Net\ExceptionCheck.cs">
- Common\System\Collections\Generic\BidirectionalDictionary.cs
+ Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\Net\NegotiationInfoClass.cs
+ Link="Common\System\Net\NegotiationInfoClass.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Net\Logging\DebugThreadTracking.cs
+ Link="Common\System\Net\Logging\DebugThreadTracking.cs">
- Common\System\Net\DebugSafeHandle.cs
+ Link="Common\System\Net\DebugSafeHandle.cs">
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
- Common\Interop\Linux\Interop.Libraries.cs
+ Link="Common\Interop\Linux\Interop.Libraries.cs">
@@ -404,40 +404,40 @@
- Common\System\Net\ContextFlagsAdapterPal.Unix.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Unix.cs">
- Common\System\Net\Security\Unix\SafeFreeCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs">
- Common\System\Net\Security\Unix\SafeDeleteContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs">
- Common\System\Net\Security\NegotiateStreamPal.Unix.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
+ Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs">
- Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs">
- Common\System\Net\Security\Unix\SecChannelBindings.cs
+ Link="Common\System\Net\Security\Unix\SecChannelBindings.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs">
- Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs">
@@ -448,45 +448,45 @@
- Common\Interop\OSX\Interop.CoreFoundation.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFDictionary.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFDictionary.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFProxy.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFProxy.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFUrl.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFUrl.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
- Common\Interop\OSX\Interop.RunLoop.cs
+ Link="Common\Interop\OSX\Interop.RunLoop.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
- Common\System\Net\HttpStatusDescription.cs
+ Link="Common\System\Net\HttpStatusDescription.cs">
@@ -495,160 +495,160 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
- Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs">
- Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs">
- Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
+ Link="Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs">
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
+ Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs">
- Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
+ Link="Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs">
- Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
+ Link="Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs">
- Common\Interop\Windows\WinHttp\Interop.winhttp.cs
+ Link="Common\Interop\Windows\WinHttp\Interop.winhttp.cs">
- Common\System\CharArrayHelpers.cs
+ Link="Common\System\CharArrayHelpers.cs">
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
- Common\System\Net\UriScheme.cs
+ Link="Common\System\Net\UriScheme.cs">
- Common\System\Net\Http\HttpHandlerDefaults.cs
+ Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
- Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
+ Link="Common\System\Net\Http\NoWriteNoSeekStreamContent.cs">
- Common\System\Net\Http\WinInetProxyHelper.cs
+ Link="Common\System\Net\Http\WinInetProxyHelper.cs">
- Common\System\Net\Security\CertificateHelper.cs
+ Link="Common\System\Net\Security\CertificateHelper.cs">
- Common\System\Net\Security\CertificateHelper.Windows.cs
+ Link="Common\System\Net\Security\CertificateHelper.Windows.cs">
- Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
+ Link="Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs">
- Common\System\Threading\Tasks\RendezvousAwaitable.cs
+ Link="Common\System\Threading\Tasks\RendezvousAwaitable.cs">
System\System\Threading\Tasks\TaskToApm.cs
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
- Common\System\Net\Security\SecurityBuffer.Windows.cs
+ Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
- Common\System\Net\Security\SecurityBufferType.Windows.cs
+ Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
- Common\System\Net\Security\SecurityContextTokenHandle.cs
+ Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
+ Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
- Common\System\Net\Security\NetEventSource.Security.Windows.cs
+ Link="Common\System\Net\Security\NetEventSource.Security.Windows.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
+ Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
+ Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
+ Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
+ Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
@@ -656,173 +656,173 @@
- Common\System\Net\Mail\DomainLiteralReader.cs
+ Link="Common\System\Net\Mail\DomainLiteralReader.cs">
- Common\System\Net\Mail\DotAtomReader.cs
+ Link="Common\System\Net\Mail\DotAtomReader.cs">
- Common\System\Net\Mail\MailAddress.cs
+ Link="Common\System\Net\Mail\MailAddress.cs">
- Common\System\Net\Mail\MailAddressParser.cs
+ Link="Common\System\Net\Mail\MailAddressParser.cs">
- Common\System\Net\Mail\MailBnfHelper.cs
+ Link="Common\System\Net\Mail\MailBnfHelper.cs">
- Common\System\Net\Mail\QuotedPairReader.cs
+ Link="Common\System\Net\Mail\QuotedPairReader.cs">
- Common\System\Net\Mail\QuotedStringFormatReader.cs
+ Link="Common\System\Net\Mail\QuotedStringFormatReader.cs">
- Common\System\Net\Mail\WhitespaceReader.cs
+ Link="Common\System\Net\Mail\WhitespaceReader.cs">
- Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs
+ Link="Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs">
- Common\Interop\Unix\StrongToWeakReference.cs
+ Link="Common\Interop\Unix\StrongToWeakReference.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
- Common\System\Net\UriScheme.cs
+ Link="Common\System\Net\UriScheme.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.IOErrors.cs
+ Link="Common\Interop\Unix\Interop.IOErrors.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.Close.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
- Common\Interop\Unix\System.Native\Interop.Open.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Open.cs">
- Common\Interop\Unix\System.Native\Interop.OpenFlags.cs
+ Link="Common\Interop\Unix\System.Native\Interop.OpenFlags.cs">
- Common\Interop\Unix\System.Native\Interop.Pipe.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Pipe.cs">
- Common\Interop\Unix\libc\Interop.Poll.cs
+ Link="Common\Interop\Unix\libc\Interop.Poll.cs">
- Common\Interop\Unix\libc\Interop.Read.cs
+ Link="Common\Interop\Unix\libc\Interop.Read.cs">
- Common\Interop\Unix\libc\Interop.Write.cs
+ Link="Common\Interop\Unix\libc\Interop.Write.cs">
- Common\System\CharArrayHelpers.cs
+ Link="Common\System\CharArrayHelpers.cs">
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
- Common\System\Net\HttpStatusDescription.cs
+ Link="Common\System\Net\HttpStatusDescription.cs">
- Common\System\Net\Http\HttpHandlerDefaults.cs
+ Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
- Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
+ Link="Common\System\Net\Http\NoWriteNoSeekStreamContent.cs">
- Common\System\Net\Http\TlsCertificateExtensions
+ Link="Common\System\Net\Http\TlsCertificateExtensions">
- Common\System\Net\Security\CertificateHelper.cs
+ Link="Common\System\Net\Security\CertificateHelper.cs">
- Common\System\Net\Security\CertificateHelper.Unix.cs
+ Link="Common\System\Net\Security\CertificateHelper.Unix.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs">
- Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
- Common\System\Net\Security\CertificateValidation.Unix.cs
+ Link="Common\System\Net\Security\CertificateValidation.Unix.cs">
diff --git a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
index 38385b5d780a71..bb7785887c3bf0 100644
--- a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
@@ -6,7 +6,7 @@
- Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs
+ Link="Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
index 6aa7ae56441b3a..958bc46c229a89 100644
--- a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
@@ -9,283 +9,283 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\System\Net\Http\aspnetcore\NetEventSource.Common.cs
+ Link="Common\System\Net\Http\aspnetcore\NetEventSource.Common.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs">
- Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs">
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
+ Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs">
System\System\Threading\Tasks\TaskToApm.cs
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
- Common\System\Buffers\NativeMemoryManager.cs
+ Link="Common\System\Buffers\NativeMemoryManager.cs">
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- Common\System\Diagnostics\Tracing\ConsoleEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\ConsoleEventListener.cs">
- Common\System\IO\DelegateStream.cs
+ Link="Common\System\IO\DelegateStream.cs">
- Common\System\Net\RemoteServerQuery.cs
+ Link="Common\System\Net\RemoteServerQuery.cs">
- Common\System\Net\Configuration.Certificates.cs
+ Link="Common\System\Net\Configuration.Certificates.cs">
- Common\System\Net\EventSourceTestLogging.cs
+ Link="Common\System\Net\EventSourceTestLogging.cs">
- Common\System\Net\HttpsTestServer.cs
+ Link="Common\System\Net\HttpsTestServer.cs">
- Common\System\Net\Capability.Security.cs
+ Link="Common\System\Net\Capability.Security.cs">
- Common\System\Net\Capability.Security.Windows.cs
+ Link="Common\System\Net\Capability.Security.Windows.cs">
- Common\System\Net\Capability.Security.Unix.cs
+ Link="Common\System\Net\Capability.Security.Unix.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
- Common\System\Net\Configuration.Security.cs
+ Link="Common\System\Net\Configuration.Security.cs">
- Common\System\Net\Configuration.Sockets.cs
+ Link="Common\System\Net\Configuration.Sockets.cs">
- Common\System\Net\TestWebProxies.cs
+ Link="Common\System\Net\TestWebProxies.cs">
- Common\System\Net\VerboseTestLogging.cs
+ Link="Common\System\Net\VerboseTestLogging.cs">
- Common\System\Net\Http\LoopbackProxyServer.cs
+ Link="Common\System\Net\Http\LoopbackProxyServer.cs">
- Common\System\Net\Http\LoopbackServer.cs
+ Link="Common\System\Net\Http\LoopbackServer.cs">
- Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
+ Link="Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs">
- Common\System\Net\Http\GenericLoopbackServer.cs
+ Link="Common\System\Net\Http\GenericLoopbackServer.cs">
- Common\System\Net\Http\HttpClientHandlerTestBase.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTestBase.cs">
- Common\System\Net\Http\TestHelper.cs
+ Link="Common\System\Net\Http\TestHelper.cs">
- Common\System\Threading\TrackingSynchronizationContext.cs
+ Link="Common\System\Threading\TrackingSynchronizationContext.cs">
- Common\System\Threading\Tasks\GetStateMachineData.cs
+ Link="Common\System\Threading\Tasks\GetStateMachineData.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
- Common\System\Net\Http\ChannelBindingAwareContent.cs
+ Link="Common\System\Net\Http\ChannelBindingAwareContent.cs">
- Common\System\Net\Http\DribbleStream.cs
+ Link="Common\System\Net\Http\DribbleStream.cs">
- Common\System\Net\Http\CustomContent.cs
+ Link="Common\System\Net\Http\CustomContent.cs">
- Common\System\Net\Http\ByteAtATimeContent.cs
+ Link="Common\System\Net\Http\ByteAtATimeContent.cs">
- Common\System\Net\Http\HttpClientHandlerTest.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs">
- Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs">
- Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs">
- Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs">
- Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs">
- Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs">
- Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs">
- Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs">
- Common\System\Net\Http\HttpClientEKUTest.cs
+ Link="Common\System\Net\Http\HttpClientEKUTest.cs">
- Common\System\Net\Http\HttpClient.SelectedSitesTest.cs
+ Link="Common\System\Net\Http\HttpClient.SelectedSitesTest.cs">
- Common\System\Net\Http\HttpRetryProtocolTests.cs
+ Link="Common\System\Net\Http\HttpRetryProtocolTests.cs">
- Common\System\Net\Http\IdnaProtocolTests.cs
+ Link="Common\System\Net\Http\IdnaProtocolTests.cs">
- Common\System\Net\Http\HttpProtocolTests.cs
+ Link="Common\System\Net\Http\HttpProtocolTests.cs">
@@ -295,27 +295,27 @@
- Common\System\Net\Http\PostScenarioTest.cs
+ Link="Common\System\Net\Http\PostScenarioTest.cs">
- Common\System\Net\Http\RepeatedFlushContent.cs
+ Link="Common\System\Net\Http\RepeatedFlushContent.cs">
- Common\System\Net\Http\ResponseStreamTest.cs
+ Link="Common\System\Net\Http\ResponseStreamTest.cs">
- Common\System\Net\Http\SchSendAuxRecordHttpTest.cs
+ Link="Common\System\Net\Http\SchSendAuxRecordHttpTest.cs">
- Common\System\Net\Http\SyncBlockingContent.cs
+ Link="Common\System\Net\Http\SyncBlockingContent.cs">
- Common\System\Net\Http\DefaultCredentialsTest.cs
+ Link="Common\System\Net\Http\DefaultCredentialsTest.cs">
@@ -323,19 +323,19 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Linux\Interop.Libraries.cs
+ Link="Common\Interop\Linux\Interop.Libraries.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
@@ -344,47 +344,47 @@
- Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs">
- Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs
+ Link="Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs">
- Common\System\Net\Http\Http2Frames.cs
+ Link="Common\System\Net\Http\Http2Frames.cs">
- Common\System\Net\Http\HPackEncoder.cs
+ Link="Common\System\Net\Http\HPackEncoder.cs">
- Common\System\Net\Http\QPackTestDecoder.cs
+ Link="Common\System\Net\Http\QPackTestDecoder.cs">
- Common\System\Net\Http\QPackTestEncoder.cs
+ Link="Common\System\Net\Http\QPackTestEncoder.cs">
- Common\System\Net\Http\Http2LoopbackServer.cs
+ Link="Common\System\Net\Http\Http2LoopbackServer.cs">
- Common\System\Net\Http\Http2LoopbackConnection.cs
+ Link="Common\System\Net\Http\Http2LoopbackConnection.cs">
- Common\System\Net\Http\Http3LoopbackServer.cs
+ Link="Common\System\Net\Http\Http3LoopbackServer.cs">
- Common\System\Net\Http\Http3LoopbackConnection.cs
+ Link="Common\System\Net\Http\Http3LoopbackConnection.cs">
- Common\System\Net\Http\Http3LoopbackStream.cs
+ Link="Common\System\Net\Http\Http3LoopbackStream.cs">
- Common\System\Net\Http\HuffmanDecoder.cs
+ Link="Common\System\Net\Http\HuffmanDecoder.cs">
- Common\System\Net\Http\HuffmanEncoder.cs
+ Link="Common\System\Net\Http\HuffmanEncoder.cs">
@@ -395,4 +395,4 @@
SelectedSitesTest.txt
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
index f8dc22a02beda9..da6c817624c7cd 100644
--- a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
@@ -13,7 +13,7 @@
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
ProductionCode\Common\System\NotImplemented.cs
@@ -31,7 +31,7 @@
ProductionCode\Common\System\IO\StreamHelpers.CopyValidation.cs
- Common\System\Net\ArrayBuffer.cs
+ Link="Common\System\Net\ArrayBuffer.cs">
ProductionCode\Common\System\Net\InternalException.cs
@@ -58,16 +58,16 @@
ProductionCode\Common\System\Net\UriScheme.cs
- Common\System\Text\SimpleRegex.cs
+ Link="Common\System\Text\SimpleRegex.cs">
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
- Common\System\Net\Http\HPackEncoder.cs
+ Link="Common\System\Net\Http\HPackEncoder.cs">
- Common\System\Net\Http\HuffmanEncoder.cs
+ Link="Common\System\Net\Http\HuffmanEncoder.cs">
ProductionCode\Common\src\System\Net\Mail\MailAddress.cs
@@ -463,61 +463,61 @@
ProductionCode\Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
- Common\System\Net\Http\WinInetProxyHelper.cs
+ Link="Common\System\Net\Http\WinInetProxyHelper.cs">
- Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
+ Link="Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs">
- Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
+ Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs">
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs
+ Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs">
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
WinHttpHandler\UnitTests\FakeInterop.cs
diff --git a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
index d88ccb13f96788..e15aae46f7b74f 100644
--- a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
+++ b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
@@ -57,47 +57,47 @@
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\CookieComparer.cs
+ Link="Common\System\Net\CookieComparer.cs">
- Common\System\Net\CookieFields.cs
+ Link="Common\System\Net\CookieFields.cs">
- Common\System\Net\CookieParser.cs
+ Link="Common\System\Net\CookieParser.cs">
- Common\System\Net\CaseInsensitiveAscii.cs
+ Link="Common\System\Net\CaseInsensitiveAscii.cs">
- Common\System\Net\ExceptionCheck.cs
+ Link="Common\System\Net\ExceptionCheck.cs">
- Common\System\Net\HttpStatusDescription.cs
+ Link="Common\System\Net\HttpStatusDescription.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\LazyAsyncResult.cs
+ Link="Common\System\Net\LazyAsyncResult.cs">
- Common\System\Net\UriScheme.cs
+ Link="Common\System\Net\UriScheme.cs">
- Common\System\Net\WebHeaderEncoding.cs
+ Link="Common\System\Net\WebHeaderEncoding.cs">
- Common\System\Net\WebSockets\WebSocketValidate.cs
+ Link="Common\System\Net\WebSockets\WebSocketValidate.cs">
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
@@ -115,10 +115,10 @@
- Common\System\Net\DebugSafeHandle.cs
+ Link="Common\System\Net\DebugSafeHandle.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
@@ -131,189 +131,189 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\WebSocket\Interop.Structs.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.Structs.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketAbortHandle.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketAbortHandle.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketBeginClientHandshake.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketBeginClientHandshake.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketBeginServerHandshake.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketBeginServerHandshake.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketCompleteAction.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketCompleteAction.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketCreateClientHandle.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketCreateClientHandle.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketCreateServerHandle.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketCreateServerHandle.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketDeleteHandle.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketDeleteHandle.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketEndServerHandshake.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketEndServerHandshake.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketGetAction.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketGetAction.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketReceive.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketReceive.cs">
- Common\Interop\Windows\WebSocket\Interop.WebSocketSend.cs
+ Link="Common\Interop\Windows\WebSocket\Interop.WebSocketSend.cs">
- Common\Interop\Windows\HttpApi\Interop.ErrorCodes.cs
+ Link="Common\Interop\Windows\HttpApi\Interop.ErrorCodes.cs">
- Common\Interop\Windows\HttpApi\Interop.HttpApi.cs
+ Link="Common\Interop\Windows\HttpApi\Interop.HttpApi.cs">
- Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs">
- Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs">
- Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs">
- Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
- Common\System\Collections\Generic\BidirectionalDictionary.cs
+ Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\Net\Logging\DebugThreadTracking.cs
+ Link="Common\System\Net\Logging\DebugThreadTracking.cs">
- Common\System\Net\ContextFlagsPal.cs
+ Link="Common\System\Net\ContextFlagsPal.cs">
- Common\System\Net\NegotiationInfoClass.cs
+ Link="Common\System\Net\NegotiationInfoClass.cs">
- Common\System\Net\NTAuthentication.Common.cs
+ Link="Common\System\Net\NTAuthentication.Common.cs">
- Common\System\Net\SecurityStatusPal.cs
+ Link="Common\System\Net\SecurityStatusPal.cs">
- Common\System\Net\Security\SecurityBuffer.Windows.cs
+ Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
- Common\System\Net\Security\SecurityBufferType.Windows.cs
+ Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
- Common\System\Net\Security\SSPIHandleCache.cs
+ Link="Common\System\Net\Security\SSPIHandleCache.cs">
- Common\System\Net\Security\NetEventSource.Security.cs
+ Link="Common\System\Net\Security\NetEventSource.Security.cs">
- Common\System\Net\Security\SecurityContextTokenHandle.cs
+ Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
+ Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
- Common\System\Net\Security\NetEventSource.Security.Windows.cs
+ Link="Common\System\Net\Security\NetEventSource.Security.Windows.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
+ Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
+ Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
+ Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
+ Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
@@ -336,10 +336,10 @@
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
index fb2211a5258098..41c6b4ff64fe3a 100644
--- a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
+++ b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
@@ -24,10 +24,10 @@
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
index babcb1dc6f1150..5c4dd23946c61a 100644
--- a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
+++ b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
@@ -64,229 +64,229 @@
- Common\System\Net\TlsStream.cs
+ Link="Common\System\Net\TlsStream.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Net\LazyAsyncResult.cs
+ Link="Common\System\Net\LazyAsyncResult.cs">
- Common\System\Net\ContextAwareResult.cs
+ Link="Common\System\Net\ContextAwareResult.cs">
- Common\System\Net\Mail\MailBnfHelper.cs
+ Link="Common\System\Net\Mail\MailBnfHelper.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\Mail\DotAtomReader.cs
+ Link="Common\System\Net\Mail\DotAtomReader.cs">
- Common\System\Net\Mail\MailAddressParser.cs
+ Link="Common\System\Net\Mail\MailAddressParser.cs">
- Common\System\Net\Mail\QuotedStringFormatReader.cs
+ Link="Common\System\Net\Mail\QuotedStringFormatReader.cs">
- Common\System\Net\Mail\WhitespaceReader.cs
+ Link="Common\System\Net\Mail\WhitespaceReader.cs">
- Common\System\Net\Mail\QuotedPairReader.cs
+ Link="Common\System\Net\Mail\QuotedPairReader.cs">
- Common\System\Net\Mail\DomainLiteralReader.cs
+ Link="Common\System\Net\Mail\DomainLiteralReader.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
- Common\System\Net\DebugSafeHandle.cs
+ Link="Common\System\Net\DebugSafeHandle.cs">
- Common\System\Net\ExceptionCheck.cs
+ Link="Common\System\Net\ExceptionCheck.cs">
- Common\System\Collections\Generic\BidirectionalDictionary.cs
+ Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\Net\Logging\DebugThreadTracking.cs
+ Link="Common\System\Net\Logging\DebugThreadTracking.cs">
- Common\System\Net\ContextFlagsPal.cs
+ Link="Common\System\Net\ContextFlagsPal.cs">
- Common\System\Net\NegotiationInfoClass.cs
+ Link="Common\System\Net\NegotiationInfoClass.cs">
- Common\System\Net\NTAuthentication.Common.cs
+ Link="Common\System\Net\NTAuthentication.Common.cs">
- Common\System\Net\SecurityStatusPal.cs
+ Link="Common\System\Net\SecurityStatusPal.cs">
- Common\System\Net\Security\SSPIHandleCache.cs
+ Link="Common\System\Net\Security\SSPIHandleCache.cs">
- Common\System\Net\Security\NetEventSource.Security.cs
+ Link="Common\System\Net\Security\NetEventSource.Security.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
- Common\System\Net\ContextAwareResult.Unix.cs
+ Link="Common\System\Net\ContextAwareResult.Unix.cs">
- Common\System\Net\ContextFlagsAdapterPal.Unix.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Unix.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
- Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs">
- Common\System\Net\Security\Unix\SafeFreeCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs">
- Common\System\Net\Security\Unix\SafeDeleteContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs">
- Common\System\Net\Security\NegotiateStreamPal.Unix.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
+ Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs">
- Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs">
- Common\System\Net\Security\Unix\SecChannelBindings.cs
+ Link="Common\System\Net\Security\Unix\SecChannelBindings.cs">
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
- Common\System\Net\Security\SecurityBuffer.Windows.cs
+ Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
- Common\System\Net\Security\SecurityBufferType.Windows.cs
+ Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
- Common\System\Net\Security\SecurityContextTokenHandle.cs
+ Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
- Common\System\Net\ContextAwareResult.Windows.cs
+ Link="Common\System\Net\ContextAwareResult.Windows.cs">
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
+ Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
- Common\System\Net\Security\NetEventSource.Security.Windows.cs
+ Link="Common\System\Net\Security\NetEventSource.Security.Windows.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
+ Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
+ Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
+ Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
+ Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
@@ -315,4 +315,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
index a11dcc181d3e57..9a3568fd810de5 100644
--- a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
@@ -23,16 +23,16 @@
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
index 6750ab32a4ec4e..1b86e4b43a0b29 100644
--- a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
@@ -140,229 +140,229 @@
- Common\System\Net\TlsStream.cs
+ Link="Common\System\Net\TlsStream.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Net\LazyAsyncResult.cs
+ Link="Common\System\Net\LazyAsyncResult.cs">
- Common\System\Net\ContextAwareResult.cs
+ Link="Common\System\Net\ContextAwareResult.cs">
- Common\System\Net\Mail\MailBnfHelper.cs
+ Link="Common\System\Net\Mail\MailBnfHelper.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\Mail\DotAtomReader.cs
+ Link="Common\System\Net\Mail\DotAtomReader.cs">
- Common\System\Net\Mail\MailAddressParser.cs
+ Link="Common\System\Net\Mail\MailAddressParser.cs">
- Common\System\Net\Mail\QuotedStringFormatReader.cs
+ Link="Common\System\Net\Mail\QuotedStringFormatReader.cs">
- Common\System\Net\Mail\WhitespaceReader.cs
+ Link="Common\System\Net\Mail\WhitespaceReader.cs">
- Common\System\Net\Mail\QuotedPairReader.cs
+ Link="Common\System\Net\Mail\QuotedPairReader.cs">
- Common\System\Net\Mail\DomainLiteralReader.cs
+ Link="Common\System\Net\Mail\DomainLiteralReader.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
- Common\System\Net\DebugSafeHandle.cs
+ Link="Common\System\Net\DebugSafeHandle.cs">
- Common\System\Net\ExceptionCheck.cs
+ Link="Common\System\Net\ExceptionCheck.cs">
- Common\System\Collections\Generic\BidirectionalDictionary.cs
+ Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\Net\Logging\DebugThreadTracking.cs
+ Link="Common\System\Net\Logging\DebugThreadTracking.cs">
- Common\System\Net\ContextFlagsPal.cs
+ Link="Common\System\Net\ContextFlagsPal.cs">
- Common\System\Net\NegotiationInfoClass.cs
+ Link="Common\System\Net\NegotiationInfoClass.cs">
- Common\System\Net\NTAuthentication.Common.cs
+ Link="Common\System\Net\NTAuthentication.Common.cs">
- Common\System\Net\SecurityStatusPal.cs
+ Link="Common\System\Net\SecurityStatusPal.cs">
- Common\System\Net\Security\SSPIHandleCache.cs
+ Link="Common\System\Net\Security\SSPIHandleCache.cs">
- Common\System\Net\Security\NetEventSource.Security.cs
+ Link="Common\System\Net\Security\NetEventSource.Security.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
- Common\System\Net\ContextAwareResult.Unix.cs
+ Link="Common\System\Net\ContextAwareResult.Unix.cs">
- Common\System\Net\ContextFlagsAdapterPal.Unix.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Unix.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
- Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs">
- Common\System\Net\Security\Unix\SafeFreeCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs">
- Common\System\Net\Security\Unix\SafeDeleteContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs">
- Common\System\Net\Security\NegotiateStreamPal.Unix.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
+ Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs">
- Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs">
- Common\System\Net\Security\Unix\SecChannelBindings.cs
+ Link="Common\System\Net\Security\Unix\SecChannelBindings.cs">
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
- Common\System\Net\Security\SecurityBuffer.Windows.cs
+ Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
- Common\System\Net\Security\SecurityBufferType.Windows.cs
+ Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
- Common\System\Net\Security\SecurityContextTokenHandle.cs
+ Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
- Common\System\Net\ContextAwareResult.Windows.cs
+ Link="Common\System\Net\ContextAwareResult.Windows.cs">
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
+ Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
- Common\System\Net\Security\NetEventSource.Security.Windows.cs
+ Link="Common\System\Net\Security\NetEventSource.Security.Windows.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
+ Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
+ Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
+ Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
+ Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
index e4107a9b1a3290..ad4068311c28c6 100644
--- a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
+++ b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
@@ -11,32 +11,32 @@
- Common\System\Net\Logging\DebugThreadTracking.cs
+ Link="Common\System\Net\Logging\DebugThreadTracking.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\System\Net\Sockets\ProtocolType.cs
+ Link="Common\System\Net\Sockets\ProtocolType.cs">
- Common\System\Net\Sockets\SocketType.cs
+ Link="Common\System\Net\Sockets\SocketType.cs">
- Common\System\Net\IPAddressParserStatics.cs
+ Link="Common\System\Net\IPAddressParserStatics.cs">
- Common\System\Net\IPEndPointStatics.cs
+ Link="Common\System\Net\IPEndPointStatics.cs">
- Common\System\Net\ByteOrder.cs
+ Link="Common\System\Net\ByteOrder.cs">
@@ -44,105 +44,105 @@
- Common\System\Net\DebugSafeHandle.cs
+ Link="Common\System\Net\DebugSafeHandle.cs">
- Common\System\Net\Internals\IPAddressExtensions.cs
+ Link="Common\System\Net\Internals\IPAddressExtensions.cs">
- Common\System\Net\Internals\SocketExceptionFactory.Windows.cs
+ Link="Common\System\Net\Internals\SocketExceptionFactory.Windows.cs">
- Common\System\Net\SocketProtocolSupportPal.Windows
+ Link="Common\System\Net\SocketProtocolSupportPal.Windows">
- Common\System\Net\SocketAddressPal.Windows
+ Link="Common\System\Net\SocketAddressPal.Windows">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\WinSock\AddressInfoHints.cs
+ Link="Common\Interop\Windows\WinSock\AddressInfoHints.cs">
- Common\Interop\Windows\WinSock\hostent.cs
+ Link="Common\Interop\Windows\WinSock\hostent.cs">
- Common\Interop\Windows\WinSock\Interop.closesocket.cs
+ Link="Common\Interop\Windows\WinSock\Interop.closesocket.cs">
- Common\Interop\Windows\WinSock\Interop.gethostname.cs
+ Link="Common\Interop\Windows\WinSock\Interop.gethostname.cs">
- Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs">
- Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs">
- Common\Interop\Windows\WinSock\Interop.WSAStartup.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSAStartup.cs">
- Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.cs">
- Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
+ Link="Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs">
- Common\System\Net\Sockets\ProtocolFamily.cs
+ Link="Common\System\Net\Sockets\ProtocolFamily.cs">
- Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs">
- Common\System\Net\InteropIPAddressExtensions.Unix.cs
+ Link="Common\System\Net\InteropIPAddressExtensions.Unix.cs">
- Common\System\Net\Internals\SocketAddressPal.Unix.cs
+ Link="Common\System\Net\Internals\SocketAddressPal.Unix.cs">
- Common\System\Net\SocketProtocolSupportPal.Unix
+ Link="Common\System\Net\SocketProtocolSupportPal.Unix">
- Common\System\Net\Internals\SocketExceptionFactory.cs
+ Link="Common\System\Net\Internals\SocketExceptionFactory.cs">
- Common\System\Net\Internals\SocketExceptionFactory.Unix.cs
+ Link="Common\System\Net\Internals\SocketExceptionFactory.Unix.cs">
- Common\System\Net\Internals\Interop.CheckedAccess.cs
+ Link="Common\System\Net\Internals\Interop.CheckedAccess.cs">
- Common\Interop\CoreLib\Unix\Interop.Errors.cs
+ Link="Common\Interop\CoreLib\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.Close.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
- Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs">
- Common\Interop\Unix\System.Native\Interop.HostEntries.cs
+ Link="Common\Interop\Unix\System.Native\Interop.HostEntries.cs">
- Common\Interop\Unix\System.Native\Interop.IPAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.IPAddress.cs">
- Common\Interop\Unix\System.Native\Interop.Socket.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Socket.cs">
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
@@ -161,4 +161,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
index 48b39fe6179402..92b8db28ec5cce 100644
--- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
@@ -13,16 +13,16 @@
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Sockets.cs
+ Link="Common\System\Net\Configuration.Sockets.cs">
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
index 7fcacc540d25db..1ffe06b0ec74c6 100644
--- a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
@@ -19,28 +19,28 @@
- Common\System\Net\Logging\NetEventSource.cs
+ Link="Common\System\Net\Logging\NetEventSource.cs">
- Common\System\Net\Sockets\ProtocolType.cs
+ Link="Common\System\Net\Sockets\ProtocolType.cs">
- Common\System\Net\Sockets\SocketType.cs
+ Link="Common\System\Net\Sockets\SocketType.cs">
- Common\System\Net\IPEndPointStatics.cs
+ Link="Common\System\Net\IPEndPointStatics.cs">
- Common\System\Net\IPAddressParserStatics.cs
+ Link="Common\System\Net\IPAddressParserStatics.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
- Common\System\Net\ByteOrder.cs
+ Link="Common\System\Net\ByteOrder.cs">
@@ -51,65 +51,65 @@
ProductionCode\System\Net\NameResolutionPal.Win32.cs
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
System\Net\SocketProtocolSupportPal.Windows
- Common\System\Net\SocketAddressPal.Windows
+ Link="Common\System\Net\SocketAddressPal.Windows">
- Common\System\Net\DebugSafeHandle.cs
+ Link="Common\System\Net\DebugSafeHandle.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\WinSock\AddressInfoHints.cs
+ Link="Common\Interop\Windows\WinSock\AddressInfoHints.cs">
- Common\Interop\Windows\WinSock\hostent.cs
+ Link="Common\Interop\Windows\WinSock\hostent.cs">
- Common\Interop\Windows\WinSock\Interop.closesocket.cs
+ Link="Common\Interop\Windows\WinSock\Interop.closesocket.cs">
- Common\Interop\Windows\WinSock\Interop.gethostname.cs
+ Link="Common\Interop\Windows\WinSock\Interop.gethostname.cs">
- Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs">
- Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs">
- Common\Interop\Windows\WinSock\Interop.WSAStartup.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSAStartup.cs">
- Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.cs">
- Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
+ Link="Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs">
- Common\System\Net\Sockets\ProtocolFamily.cs
+ Link="Common\System\Net\Sockets\ProtocolFamily.cs">
- Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs">
- Common\System\Net\Internals\SocketAddressPal.Unix.cs
+ Link="Common\System\Net\Internals\SocketAddressPal.Unix.cs">
- Common\System\Net\Internals\Interop.CheckedAccess.cs
+ Link="Common\System\Net\Internals\Interop.CheckedAccess.cs">
- Common\System\Net\InteropIPAddressExtensions.Unix.cs
+ Link="Common\System\Net\InteropIPAddressExtensions.Unix.cs">
ProductionCode\Common\System\Net\Internals\SocketExceptionFactory.cs
@@ -124,31 +124,31 @@
System\Net\SocketProtocolSupportPal.Unix.cs
- Common\Interop\CoreLib\Unix\Interop.Errors.cs
+ Link="Common\Interop\CoreLib\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.Close.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
- Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs">
- Common\Interop\Unix\System.Native\Interop.HostEntry.cs
+ Link="Common\Interop\Unix\System.Native\Interop.HostEntry.cs">
- Common\Interop\Unix\System.Native\Interop.IPAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.IPAddress.cs">
- Common\Interop\Unix\System.Native\Interop.Socket.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Socket.cs">
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
index ff5ea142ae7ac1..3aab2489660d2e 100644
--- a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
@@ -36,13 +36,13 @@
ProductionCode\Common\System\Net\Internals\SocketExceptionFactory.cs
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
index 1dafbcc8a66948..eff72b3dbe41e2 100644
--- a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
+++ b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
@@ -45,29 +45,29 @@
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\Net\NetworkInformation\HostInformation.cs
+ Link="Common\System\Net\NetworkInformation\HostInformation.cs">
- Common\System\Net\NetworkInformation\NetworkInformationException.cs
+ Link="Common\System\Net\NetworkInformation\NetworkInformationException.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs">
- Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs">
@@ -94,53 +94,53 @@
- Common\System\Net\ContextAwareResult.cs
+ Link="Common\System\Net\ContextAwareResult.cs">
- Common\System\Net\ContextAwareResult.Windows.cs
+ Link="Common\System\Net\ContextAwareResult.Windows.cs">
- Common\System\Net\LazyAsyncResult.cs
+ Link="Common\System\Net\LazyAsyncResult.cs">
- Common\System\Net\ByteOrder.cs
+ Link="Common\System\Net\ByteOrder.cs">
- Common\System\Net\IPAddressParserStatics.cs
+ Link="Common\System\Net\IPAddressParserStatics.cs">
- Common\System\Net\SocketAddress.cs
+ Link="Common\System\Net\SocketAddress.cs">
- Common\System\Net\SocketAddressPal.Windows.cs
+ Link="Common\System\Net\SocketAddressPal.Windows.cs">
- Common\System\Net\NetworkInformation\StartIPOptions.cs
+ Link="Common\System\Net\NetworkInformation\StartIPOptions.cs">
- Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
+ Link="Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
- Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs">
- Common\Interop\Windows\IpHlpApi\Interop.NetworkInformation.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.NetworkInformation.cs">
- Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs">
- Common\Interop\Windows\WinSock\Interop.WSAEventSelect.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSAEventSelect.cs">
- Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs">
@@ -159,31 +159,31 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.EnumerateInterfaceAddresses.cs
+ Link="Common\Interop\Unix\System.Native\Interop.EnumerateInterfaceAddresses.cs">
System\Net\NetworkInformation\HostInformationPal.Unix.cs
- Common\Interop\Unix\System.Native\Interop.GetDomainName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetDomainName.cs">
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
- Common\Interop\Unix\System.Native\Interop.MapTcpState.cs
+ Link="Common\Interop\Unix\System.Native\Interop.MapTcpState.cs">
- Common\Interop\CoreLib\Unix\Interop.Errors.cs
+ Link="Common\Interop\CoreLib\Unix\Interop.Errors.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\System\IO\RowConfigReader.cs
+ Link="Common\System\IO\RowConfigReader.cs">
@@ -210,10 +210,10 @@
- Common\System\IO\StringParser.cs
+ Link="Common\System\IO\StringParser.cs">
- Common\Interop\Linux\Interop.LinuxNetDeviceFlags.cs
+ Link="Common\Interop\Linux\Interop.LinuxNetDeviceFlags.cs">
@@ -234,40 +234,40 @@
- Common\Interop\BSD\System.Native\Interop.ProtocolStatistics.cs
+ Link="Common\Interop\BSD\System.Native\Interop.ProtocolStatistics.cs">
- Common\Interop\BSD\System.Native\Interop.TcpConnectionInfo.cs
+ Link="Common\Interop\BSD\System.Native\Interop.TcpConnectionInfo.cs">
- Common\Interop\OSX\Interop.CoreFoundation.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\OSX\Interop.RunLoop.cs
+ Link="Common\Interop\OSX\Interop.RunLoop.cs">
- Common\Interop\OSX\Interop.SystemConfiguration.cs
+ Link="Common\Interop\OSX\Interop.SystemConfiguration.cs">
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
- Common\Interop\FreeBSD\Interop.Libraries.cs
+ Link="Common\Interop\FreeBSD\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.NetworkChange.cs
+ Link="Common\Interop\Unix\System.Native\Interop.NetworkChange.cs">
diff --git a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
index 4e5a858b2fb43f..151fb8ca9f34b4 100644
--- a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
+++ b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
@@ -48,22 +48,22 @@
- Common\System\Net\TestLogging.cs
+ Link="Common\System\Net\TestLogging.cs">
- Common\System\Net\VerboseTestLogging.cs
+ Link="Common\System\Net\VerboseTestLogging.cs">
- Common\System\Net\EventSourceTestLogging.cs
+ Link="Common\System\Net\EventSourceTestLogging.cs">
- Common\System\Net\Capability.Sockets.cs
+ Link="Common\System\Net\Capability.Sockets.cs">
- Common\System\IO\StringParser.cs
+ Link="Common\System\IO\StringParser.cs">
- Common\System\IO\RowConfigReader.cs
+ Link="Common\System\IO\RowConfigReader.cs">
@@ -76,4 +76,4 @@
PreserveNewest
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
index 36d2f01f06dd80..23432a7715340f 100644
--- a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
+++ b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
@@ -18,31 +18,31 @@
- Common\System\Net\ByteOrder.cs
+ Link="Common\System\Net\ByteOrder.cs">
- Common\System\Net\IPAddressParserStatics.cs
+ Link="Common\System\Net\IPAddressParserStatics.cs">
- Common\System\Net\SocketAddress.cs
+ Link="Common\System\Net\SocketAddress.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Net\Internals\IPAddressExtensions.cs
+ Link="Common\System\Net\Internals\IPAddressExtensions.cs">
- Common\System\Net\Internals\IPEndPointExtensions.cs
+ Link="Common\System\Net\Internals\IPEndPointExtensions.cs">
@@ -51,35 +51,35 @@
- Common\System\Net\RawSocketPermissions.cs
+ Link="Common\System\Net\RawSocketPermissions.cs">
- Common\System\Net\SocketAddressPal.Unix.cs
+ Link="Common\System\Net\SocketAddressPal.Unix.cs">
- Common\System\Net\SocketProtocolSupportPal.Unix.cs
+ Link="Common\System\Net\SocketProtocolSupportPal.Unix.cs">
- Common\System\Net\NetworkInformation\UnixCommandLinePing.cs
+ Link="Common\System\Net\NetworkInformation\UnixCommandLinePing.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.Close.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
- Common\Interop\Unix\System.Native\Interop.ReadLink.cs
+ Link="Common\Interop\Unix\System.Native\Interop.ReadLink.cs">
- Common\Interop\Unix\System.Native\Interop.Socket.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Socket.cs">
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
@@ -88,36 +88,36 @@
- Common\System\Net\SocketAddressPal.Windows.cs
+ Link="Common\System\Net\SocketAddressPal.Windows.cs">
- Common\System\Net\SocketProtocolSupportPal.Windows.cs
+ Link="Common\System\Net\SocketProtocolSupportPal.Windows.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
- Common\Interop\Windows\IpHlpApi\Interop.ICMP.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.ICMP.cs">
- Common\Interop\Windows\WinSock\Interop.closesocket.cs
+ Link="Common\Interop\Windows\WinSock\Interop.closesocket.cs">
- Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.cs">
- Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
+ Link="Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs">
- Common\System\Net\Sockets\SocketType.cs
+ Link="Common\System\Net\Sockets\SocketType.cs">
@@ -140,4 +140,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
index 87cbbaf4c6139d..23b7204771c6be 100644
--- a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
@@ -20,19 +20,19 @@
SocketCommon\Configuration.Ping.cs
- Common\System\Net\RawSocketPermissions.cs
+ Link="Common\System\Net\RawSocketPermissions.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.ReadLink.cs
+ Link="Common\Interop\Unix\System.Native\Interop.ReadLink.cs">
- Common\System\Net\NetworkInformation\UnixCommandLinePing.cs
+ Link="Common\System\Net\NetworkInformation\UnixCommandLinePing.cs">
- Common\System\Net\Capability.RawSocketPermissions.cs
+ Link="Common\System\Net\Capability.RawSocketPermissions.cs">
diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
index 4d6d6413db52f2..5366a5e5605abe 100644
--- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
+++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
@@ -51,143 +51,143 @@
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Net\ByteOrder.cs
+ Link="Common\System\Net\ByteOrder.cs">
ProductionCode\System\Net\CookieComparer.cs
- Common\System\Net\CookieFields.cs
+ Link="Common\System\Net\CookieFields.cs">
- Common\System\Net\CookieParser.cs
+ Link="Common\System\Net\CookieParser.cs">
- Common\System\Net\IPAddressParserStatics.cs
+ Link="Common\System\Net\IPAddressParserStatics.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\TcpValidationHelpers.cs
+ Link="Common\System\Net\TcpValidationHelpers.cs">
- Common\System\Net\UriScheme.cs
+ Link="Common\System\Net\UriScheme.cs">
- Common\System\Net\SocketAddress.cs
+ Link="Common\System\Net\SocketAddress.cs">
- Common\System\Net\NegotiationInfoClass.cs
+ Link="Common\System\Net\NegotiationInfoClass.cs">
- Common\System\Net\NetworkInformation\HostInformation.cs
+ Link="Common\System\Net\NetworkInformation\HostInformation.cs">
- Common\System\Marvin.cs
+ Link="Common\System\Marvin.cs">
- Common\System\Text\StringBuilderCache.cs
+ Link="Common\System\Text\StringBuilderCache.cs">
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\Interop\Windows\Crypt32\Interop.Alg.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.Alg.cs">
- Common\Interop\Windows\SChannel\Interop.SchProtocols.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SchProtocols.cs">
- Common\Interop\Windows\WinSock\Interop.ErrorCodes.cs
+ Link="Common\Interop\Windows\WinSock\Interop.ErrorCodes.cs">
- Common\System\Net\SocketAddressPal.Windows.cs
+ Link="Common\System\Net\SocketAddressPal.Windows.cs">
- Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
- Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs">
- Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
+ Link="Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs">
- Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs">
- Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs">
- Common\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs
+ Link="Common\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs">
- Common\Interop\Windows\IpHlpApi\Interop.if_nametoindex.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.if_nametoindex.cs">
- Common\System\Net\SocketAddressPal.Unix.cs
+ Link="Common\System\Net\SocketAddressPal.Unix.cs">
- Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs
+ Link="Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs">
- Common\System\Net\Sockets\SocketErrorPal.Unix.cs
+ Link="Common\System\Net\Sockets\SocketErrorPal.Unix.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.GetDomainName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetDomainName.cs">
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
- Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs">
- Common\Interop\Unix\System.Native\Interop.HostEntry.cs
+ Link="Common\Interop\Unix\System.Native\Interop.HostEntry.cs">
- Common\Interop\Unix\System.Native\Interop.IPAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.IPAddress.cs">
- Common\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs
+ Link="Common\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs">
- Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
+ Link="Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs">
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
diff --git a/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj b/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
index 57187bfa326d07..6eb2711d1f96b2 100644
--- a/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
@@ -25,10 +25,10 @@
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
index 2cf3d34ae653c1..4d40cd264fd72d 100644
--- a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
@@ -5,7 +5,7 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix
-
$(DefineConstants);SYSTEM_NET_PRIMITIVES_DLL
@@ -36,7 +36,7 @@
ProductionCode\System\Net\IPEndPoint.cs
- Common\System\Net\SocketAddress.cs
+ Link="Common\System\Net\SocketAddress.cs">
ProductionCode\System\Net\EndPoint.cs
@@ -48,7 +48,7 @@
ProductionCode\Common\System\Text\StringBuilderCache.cs
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -82,22 +82,22 @@
ProductionCode\System\Net\SocketException.Windows.cs
- Common\System\Net\SocketAddressPal.Windows.cs
+ Link="Common\System\Net\SocketAddressPal.Windows.cs">
- Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
+ Link="Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs">
- Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
- Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs">
- Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs">
- Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
+ Link="Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs">
ProductionCode\Common\Interop\Windows\Interop.Libraries.cs
@@ -117,13 +117,13 @@
ProductionCode\System\Net\SocketException.Unix.cs
- Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs
+ Link="Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs">
- Common\System\Net\SocketAddressPal.Unix.cs
+ Link="Common\System\Net\SocketAddressPal.Unix.cs">
- Common\System\Net\Sockets\SocketErrorPal.Unix.cs
+ Link="Common\System\Net\Sockets\SocketErrorPal.Unix.cs">
ProductionCode\Common\Interop\Interop.CheckedAccess.cs
@@ -159,4 +159,4 @@
ProductionCode\Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj b/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
index 23430eac94c227..38af6a61a95926 100644
--- a/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
@@ -6,7 +6,7 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix
-
$(DefineConstants);SYSTEM_NET_PRIMITIVES_DLL
@@ -42,7 +42,7 @@
ProductionCode\System\Net\CookieComparer.cs
- Common\System\Net\CookieFields.cs
+ Link="Common\System\Net\CookieFields.cs">
ProductionCode\System\Net\CookieParser.cs
@@ -60,10 +60,10 @@
ProductionCode\System\Net\IPAddressParser.cs
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -73,7 +73,7 @@
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
ProductionCode\Common\System\Net\ByteOrder.cs
@@ -91,10 +91,10 @@
ProductionCode\Common\System\Net\UriScheme.cs
- Common\System\Marvin.cs
+ Link="Common\System\Marvin.cs">
- Common\System\Text\StringBuilderCache.cs
+ Link="Common\System\Text\StringBuilderCache.cs">
@@ -115,7 +115,7 @@
ProductionCode\System\Net\SocketException.Unix.cs
- Common\System\Net\SocketAddressPal.Windows.cs
+ Link="Common\System\Net\SocketAddressPal.Windows.cs">
ProductionCode\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs
@@ -135,7 +135,7 @@
ProductionCode\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs
- Common\System\Net\SocketAddressPal.Unix.cs
+ Link="Common\System\Net\SocketAddressPal.Unix.cs">
ProductionCode\Common\System\Net\Sockets\SocketErrorPal.Unix.cs
@@ -153,4 +153,4 @@
ProductionCode\Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
index 63f1a993667655..295f3613d3274a 100644
--- a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
+++ b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
@@ -44,60 +44,60 @@
- Common\System\Net\Http\HttpHandlerDefaults.cs
+ Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\Logging\DebugThreadTracking.cs
+ Link="Common\System\Net\Logging\DebugThreadTracking.cs">
- Common\System\Net\HttpDateParser.cs
+ Link="Common\System\Net\HttpDateParser.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\HttpValidationHelpers.cs
+ Link="Common\System\Net\HttpValidationHelpers.cs">
- Common\System\Net\LazyAsyncResult.cs
+ Link="Common\System\Net\LazyAsyncResult.cs">
- Common\System\Net\ContextAwareResult.cs
+ Link="Common\System\Net\ContextAwareResult.cs">
- Common\System\Net\ExceptionCheck.cs
+ Link="Common\System\Net\ExceptionCheck.cs">
- Common\System\Net\TlsStream.cs
+ Link="Common\System\Net\TlsStream.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\Interop\Windows\WinInet\Interop.wininet_errors.cs
+ Link="Common\Interop\Windows\WinInet\Interop.wininet_errors.cs">
- Common\System\Net\ContextAwareResult.Windows.cs
+ Link="Common\System\Net\ContextAwareResult.Windows.cs">
- Common\System\Net\ContextAwareResult.Unix.cs
+ Link="Common\System\Net\ContextAwareResult.Unix.cs">
@@ -124,4 +124,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj b/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
index d10fd19dfe020d..268f9017666e64 100644
--- a/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
+++ b/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
@@ -12,31 +12,31 @@
- Common\System\Net\Capability.Security.cs
+ Link="Common\System\Net\Capability.Security.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Certificates.cs
+ Link="Common\System\Net\Configuration.Certificates.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
- Common\System\Net\Configuration.Security.cs
+ Link="Common\System\Net\Configuration.Security.cs">
- Common\System\Net\Http\LoopbackServer.cs
+ Link="Common\System\Net\Http\LoopbackServer.cs">
- Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
+ Link="Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs">
- Common\System\Net\Http\GenericLoopbackServer.cs
+ Link="Common\System\Net\Http\GenericLoopbackServer.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
@@ -52,4 +52,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Security/src/System.Net.Security.csproj b/src/libraries/System.Net.Security/src/System.Net.Security.csproj
index dbf541c0f4a3da..70e8f25f214d59 100644
--- a/src/libraries/System.Net.Security/src/System.Net.Security.csproj
+++ b/src/libraries/System.Net.Security/src/System.Net.Security.csproj
@@ -48,64 +48,64 @@
- Common\System\Net\Logging\DebugThreadTracking.cs
+ Link="Common\System\Net\Logging\DebugThreadTracking.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Net\DebugSafeHandle.cs
+ Link="Common\System\Net\DebugSafeHandle.cs">
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
- Common\System\Net\ArrayBuffer.cs
+ Link="Common\System\Net\ArrayBuffer.cs">
- Common\System\Net\ExceptionCheck.cs
+ Link="Common\System\Net\ExceptionCheck.cs">
- Common\System\Net\LazyAsyncResult.cs
+ Link="Common\System\Net\LazyAsyncResult.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
- Common\System\Net\UriScheme.cs
+ Link="Common\System\Net\UriScheme.cs">
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\System\Net\Security\SSPIHandleCache.cs
+ Link="Common\System\Net\Security\SSPIHandleCache.cs">
- Common\System\Net\ContextFlagsPal.cs
+ Link="Common\System\Net\ContextFlagsPal.cs">
- Common\System\Net\NegotiationInfoClass.cs
+ Link="Common\System\Net\NegotiationInfoClass.cs">
- Common\System\Net\NTAuthentication.Common.cs
+ Link="Common\System\Net\NTAuthentication.Common.cs">
- Common\System\Net\SecurityStatusPal.cs
+ Link="Common\System\Net\SecurityStatusPal.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -156,164 +156,164 @@
- Common\System\Net\Security\SecurityBuffer.Windows.cs
+ Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
- Common\System\Net\Security\SecurityBufferType.Windows.cs
+ Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
+ Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
- Common\System\Net\Security\SecurityContextTokenHandle.cs
+ Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Interop\Windows\SChannel\Interop.Alerts.cs
+ Link="Common\Interop\Windows\SChannel\Interop.Alerts.cs">
- Common\Interop\Windows\SChannel\Interop.SchProtocols.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SchProtocols.cs">
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
+ Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
+ Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
- Common\Interop\Windows\SChannel\Interop.Sec_Application_Protocols.cs
+ Link="Common\Interop\Windows\SChannel\Interop.Sec_Application_Protocols.cs">
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.cs
+ Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.cs">
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
+ Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
+ Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
- Common\System\Collections\Generic\BidirectionalDictionary.cs
+ Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
+ Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
+ Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
+ Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
+ Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
+ Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
+ Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
+ Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs">
- Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
+ Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
- Common\System\Net\ContextFlagsAdapterPal.Unix.cs
+ Link="Common\System\Net\ContextFlagsAdapterPal.Unix.cs">
- Common\System\Net\Http\TlsCertificateExtensions.cs
+ Link="Common\System\Net\Http\TlsCertificateExtensions.cs">
- Common\System\Net\Security\NegotiateStreamPal.Unix.cs
+ Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs">
- Common\System\Net\Security\Unix\SafeDeleteContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs">
- Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs">
- Common\System\Net\Security\Unix\SafeFreeCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs">
- Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs">
- Common\System\Net\Security\Unix\SecChannelBindings.cs
+ Link="Common\System\Net\Security\Unix\SecChannelBindings.cs">
@@ -328,117 +328,117 @@
- Common\System\Net\Security\CertificateValidation.Unix.cs
+ Link="Common\System\Net\Security\CertificateValidation.Unix.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtxOptions.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtxOptions.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs">
- Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
- Common\System\Net\Security\Unix\SafeDeleteSslContext.cs
+ Link="Common\System\Net\Security\Unix\SafeDeleteSslContext.cs">
- Common\System\Net\Security\Unix\SafeFreeCertContext.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeCertContext.cs">
- Common\System\Net\Security\Unix\SafeFreeSslCredentials.cs
+ Link="Common\System\Net\Security\Unix\SafeFreeSslCredentials.cs">
- Common\Interop\OSX\Interop.CoreFoundation.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SslErr.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SslErr.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ssl.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ssl.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs">
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
diff --git a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
index 81eb118f1cc598..8f295d0849b2af 100644
--- a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
@@ -8,19 +8,19 @@
- Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs
+ Link="Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs">
- Common\System\Net\VirtualNetwork\VirtualNetwork.cs
+ Link="Common\System\Net\VirtualNetwork\VirtualNetwork.cs">
- Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs
+ Link="Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
index 1717a98df4cc8c..e029170a61d710 100644
--- a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
@@ -31,52 +31,52 @@
- Common\System\IO\DelegateStream.cs
+ Link="Common\System\IO\DelegateStream.cs">
- Common\System\Net\Capability.Security.cs
+ Link="Common\System\Net\Capability.Security.cs">
- Common\System\Net\SslStreamCertificatePolicy.cs
+ Link="Common\System\Net\SslStreamCertificatePolicy.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Security.cs
+ Link="Common\System\Net\Configuration.Security.cs">
- Common\System\Net\Configuration.Certificates.cs
+ Link="Common\System\Net\Configuration.Certificates.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
- Common\System\Net\HttpsTestClient.cs
+ Link="Common\System\Net\HttpsTestClient.cs">
- Common\System\Net\HttpsTestServer.cs
+ Link="Common\System\Net\HttpsTestServer.cs">
- Common\System\Net\SslProtocolSupport.cs
+ Link="Common\System\Net\SslProtocolSupport.cs">
- Common\System\Net\TestLogging.cs
+ Link="Common\System\Net\TestLogging.cs">
- Common\System\Net\VerboseTestLogging.cs
+ Link="Common\System\Net\VerboseTestLogging.cs">
- Common\System\Net\EventSourceTestLogging.cs
+ Link="Common\System\Net\EventSourceTestLogging.cs">
- Common\System\Net\VirtualNetwork\VirtualNetwork.cs
+ Link="Common\System\Net\VirtualNetwork\VirtualNetwork.cs">
- Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs
+ Link="Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs
@@ -102,25 +102,25 @@
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- Common\System\Net\Capability.Security.Windows.cs
+ Link="Common\System\Net\Capability.Security.Windows.cs">
- Common\System\Net\Capability.Security.Unix.cs
+ Link="Common\System\Net\Capability.Security.Unix.cs">
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
+ Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
diff --git a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
index d61c5a77775955..ac2090feb4d295 100644
--- a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
@@ -27,10 +27,10 @@
- CommonTest\System\Net\SslProtocolSupport.cs
+ Link="CommonTest\System\Net\SslProtocolSupport.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -69,10 +69,10 @@
ProductionCode\Common\System\Net\TlsAlertMessage.cs
- Common\Interop\Windows\SChannel\Interop.Alerts.cs
+ Link="Common\Interop\Windows\SChannel\Interop.Alerts.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
@@ -89,4 +89,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
index 3d74a783912353..26d4181551d25e 100644
--- a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
+++ b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
@@ -49,68 +49,68 @@
- Common\System\IO\StreamHelpers.CopyValidation.cs
+ Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
- Common\System\Net\Logging\DebugThreadTracking.cs
+ Link="Common\System\Net\Logging\DebugThreadTracking.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\InternalException.cs
+ Link="Common\System\Net\InternalException.cs">
- Common\System\Net\DebugSafeHandleMinusOneIsInvalid.cs
+ Link="Common\System\Net\DebugSafeHandleMinusOneIsInvalid.cs">
- Common\System\Net\ContextAwareResult.cs
+ Link="Common\System\Net\ContextAwareResult.cs">
- Common\System\Net\LazyAsyncResult.cs
+ Link="Common\System\Net\LazyAsyncResult.cs">
- Common\System\Net\ByteOrder.cs
+ Link="Common\System\Net\ByteOrder.cs">
- Common\System\Net\IPEndPointStatics.cs
+ Link="Common\System\Net\IPEndPointStatics.cs">
- Common\System\Net\IPAddressParserStatics.cs
+ Link="Common\System\Net\IPAddressParserStatics.cs">
- Common\System\Net\ExceptionCheck.cs
+ Link="Common\System\Net\ExceptionCheck.cs">
- Common\System\Net\RangeValidationHelpers.cs
+ Link="Common\System\Net\RangeValidationHelpers.cs">
- Common\System\Net\SocketAddress.cs
+ Link="Common\System\Net\SocketAddress.cs">
- Common\System\Net\TcpValidationHelpers.cs
+ Link="Common\System\Net\TcpValidationHelpers.cs">
- Common\System\Net\Internals\IPEndPointExtensions.cs
+ Link="Common\System\Net\Internals\IPEndPointExtensions.cs">
- Common\System\Net\Internals\IPAddressExtensions.cs
+ Link="Common\System\Net\Internals\IPAddressExtensions.cs">
- Common\System\Net\Internals\SocketExceptionFactory.cs
+ Link="Common\System\Net\Internals\SocketExceptionFactory.cs">
- Common\System\Net\Sockets\ProtocolFamily.cs
+ Link="Common\System\Net\Sockets\ProtocolFamily.cs">
- Common\System\Net\Sockets\ProtocolType.cs
+ Link="Common\System\Net\Sockets\ProtocolType.cs">
- Common\System\Net\Sockets\SocketType.cs
+ Link="Common\System\Net\Sockets\SocketType.cs">
@@ -129,125 +129,125 @@
- Common\System\Net\ContextAwareResult.Windows.cs
+ Link="Common\System\Net\ContextAwareResult.Windows.cs">
- Common\System\Net\SocketAddressPal.Windows.cs
+ Link="Common\System\Net\SocketAddressPal.Windows.cs">
- Common\System\Net\SocketProtocolSupportPal.Windows
+ Link="Common\System\Net\SocketProtocolSupportPal.Windows">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\WinSock\Interop.accept.cs
+ Link="Common\Interop\Windows\WinSock\Interop.accept.cs">
- Common\Interop\Windows\WinSock\Interop.bind.cs
+ Link="Common\Interop\Windows\WinSock\Interop.bind.cs">
- Common\Interop\Windows\WinSock\Interop.closesocket.cs
+ Link="Common\Interop\Windows\WinSock\Interop.closesocket.cs">
- Common\Interop\Windows\WinSock\Interop.getpeername.cs
+ Link="Common\Interop\Windows\WinSock\Interop.getpeername.cs">
- Common\Interop\Windows\WinSock\Interop.getsockname.cs
+ Link="Common\Interop\Windows\WinSock\Interop.getsockname.cs">
- Common\Interop\Windows\WinSock\Interop.getsockopt.cs
+ Link="Common\Interop\Windows\WinSock\Interop.getsockopt.cs">
- Common\Interop\Windows\WinSock\Interop.ioctlsocket.cs
+ Link="Common\Interop\Windows\WinSock\Interop.ioctlsocket.cs">
- Common\Interop\Windows\WinSock\Interop.listen.cs
+ Link="Common\Interop\Windows\WinSock\Interop.listen.cs">
- Common\Interop\Windows\WinSock\Interop.recv.cs
+ Link="Common\Interop\Windows\WinSock\Interop.recv.cs">
- Common\Interop\Windows\WinSock\Interop.recvfrom.cs
+ Link="Common\Interop\Windows\WinSock\Interop.recvfrom.cs">
- Common\Interop\Windows\WinSock\Interop.select.cs
+ Link="Common\Interop\Windows\WinSock\Interop.select.cs">
- Common\Interop\Windows\WinSock\Interop.send.cs
+ Link="Common\Interop\Windows\WinSock\Interop.send.cs">
- Common\Interop\Windows\WinSock\Interop.sendto.cs
+ Link="Common\Interop\Windows\WinSock\Interop.sendto.cs">
- Common\Interop\Windows\WinSock\Interop.setsockopt.cs
+ Link="Common\Interop\Windows\WinSock\Interop.setsockopt.cs">
- Common\Interop\Windows\WinSock\Interop.shutdown.cs
+ Link="Common\Interop\Windows\WinSock\Interop.shutdown.cs">
- Common\Interop\Windows\WinSock\Interop.TransmitFile.cs
+ Link="Common\Interop\Windows\WinSock\Interop.TransmitFile.cs">
- Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs">
- Common\Interop\Windows\WinSock\Interop.WinsockAsync.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WinsockAsync.cs">
- Common\Interop\Windows\WinSock\Interop.WSAConnect.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSAConnect.cs">
- Common\Interop\Windows\WinSock\Interop.WSADuplicateSocket.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSADuplicateSocket.cs">
- Common\Interop\Windows\WinSock\Interop.WSAGetOverlappedResult.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSAGetOverlappedResult.cs">
- Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs">
- Common\Interop\Windows\WinSock\Interop.WSARecv.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSARecv.cs">
- Common\Interop\Windows\WinSock\Interop.WSARecvFrom.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSARecvFrom.cs">
- Common\Interop\Windows\WinSock\Interop.WSASend.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSASend.cs">
- Common\Interop\Windows\WinSock\Interop.WSASendTo.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSASendTo.cs">
- Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.cs">
- Common\Interop\Windows\WinSock\Interop.WSASocketW.SafeCloseSocket.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.SafeCloseSocket.cs">
- Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
+ Link="Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs">
- Common\Interop\Windows\WinSock\SafeNativeOverlapped.cs
+ Link="Common\Interop\Windows\WinSock\SafeNativeOverlapped.cs">
- Common\Interop\Windows\WinSock\WSABuffer.cs
+ Link="Common\Interop\Windows\WinSock\WSABuffer.cs">
- Common\Interop\Windows\WinSock\Interop.WSAPROTOCOL_INFOW.cs
+ Link="Common\Interop\Windows\WinSock\Interop.WSAPROTOCOL_INFOW.cs">
- Common\Interop\Windows\Interop.CancelIoEx.cs
+ Link="Common\Interop\Windows\Interop.CancelIoEx.cs">
- Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs">
- Common\Interop\Windows\Kernel32\Interop.HandleInformation.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.HandleInformation.cs">
- Common\System\Net\CompletionPortHelper.Windows.cs
+ Link="Common\System\Net\CompletionPortHelper.Windows.cs">
@@ -265,133 +265,133 @@
- Common\System\Net\ContextAwareResult.Unix.cs
+ Link="Common\System\Net\ContextAwareResult.Unix.cs">
- Common\System\Net\InteropIPAddressExtensions.Unix.cs
+ Link="Common\System\Net\InteropIPAddressExtensions.Unix.cs">
- Common\System\Net\SocketAddressPal.Unix.cs
+ Link="Common\System\Net\SocketAddressPal.Unix.cs">
- Common\System\Net\SocketProtocolSupportPal.Unix
+ Link="Common\System\Net\SocketProtocolSupportPal.Unix">
- Common\System\Net\Sockets\SocketErrorPal.Unix
+ Link="Common\System\Net\Sockets\SocketErrorPal.Unix">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.Accept.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Accept.cs">
- Common\Interop\Unix\System.Native\Interop.Bind.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Bind.cs">
- Common\Interop\Unix\System.Native\Interop.Close.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
- Common\Interop\Unix\System.Native\Interop.Connect.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Connect.cs">
- Common\Interop\Unix\System.Native\Interop.Fcntl.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Fcntl.cs">
- Common\Interop\Unix\Interop.Disconnect.cs
+ Link="Common\Interop\Unix\Interop.Disconnect.cs">
- Common\Interop\Unix\System.Native\Interop.GetBytesAvailable.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetBytesAvailable.cs">
- Common\Interop\Unix\Interop.GetDomainSocketSizes.cs
+ Link="Common\Interop\Unix\Interop.GetDomainSocketSizes.cs">
- Common\Interop\Unix\System.Native\Interop.GetPeerName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetPeerName.cs">
- Common\Interop\Unix\System.Native\Interop.GetSocketErrorOption.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetSocketErrorOption.cs">
- Common\Interop\Unix\System.Native\Interop.GetSocketType.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetSocketType.cs">
- Common\Interop\Unix\System.Native\Interop.GetSockName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetSockName.cs">
- Common\Interop\Unix\System.Native\Interop.GetSockOpt.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetSockOpt.cs">
- Common\Interop\Unix\System.Native\Interop.IPAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.IPAddress.cs">
- Common\Interop\Unix\System.Native\Interop.IPPacketInformation.cs
+ Link="Common\Interop\Unix\System.Native\Interop.IPPacketInformation.cs">
- Common\Interop\Unix\System.Native\Interop.LingerOption.cs
+ Link="Common\Interop\Unix\System.Native\Interop.LingerOption.cs">
- Common\Interop\Unix\System.Native\Interop.SendFile.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SendFile.cs">
- Common\Interop\Unix\System.Native\Interop.SetSendTimeout.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SetSendTimeout.cs">
- Common\Interop\Unix\System.Native\Interop.SetReceiveTimeout.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SetReceiveTimeout.cs">
- Common\Interop\Unix\Interop.Stat.cs
+ Link="Common\Interop\Unix\Interop.Stat.cs">
- Common\Interop\Unix\System.Native\Interop.Listen.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Listen.cs">
- Common\Interop\Unix\System.Native\Interop.MemSet.cs
+ Link="Common\Interop\Unix\System.Native\Interop.MemSet.cs">
- Common\Interop\Unix\System.Native\Interop.MessageHeader.cs
+ Link="Common\Interop\Unix\System.Native\Interop.MessageHeader.cs">
- Common\Interop\Unix\System.Native\Interop.MulticastOption.cs
+ Link="Common\Interop\Unix\System.Native\Interop.MulticastOption.cs">
- Common\Interop\Unix\System.Native\Interop.Poll.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Poll.cs">
- Common\Interop\Unix\System.Native\Interop.PlatformSocketSupport.cs
+ Link="Common\Interop\Unix\System.Native\Interop.PlatformSocketSupport.cs">
- Common\Interop\Unix\System.Native\Interop.ReceiveMessage.cs
+ Link="Common\Interop\Unix\System.Native\Interop.ReceiveMessage.cs">
- Common\Interop\Unix\System.Native\Interop.SendMessage.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SendMessage.cs">
- Common\Interop\Unix\System.Native\Interop.SetSockOpt.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SetSockOpt.cs">
- Common\Interop\Unix\System.Native\Interop.Shutdown.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Shutdown.cs">
- Common\Interop\Unix\System.Native\Interop.Socket.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Socket.cs">
- Common\Interop\Unix\System.Native\Interop.SocketEvent.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SocketEvent.cs">
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
- Common\Interop\Unix\System.Native\Interop.Pipe.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Pipe.cs">
- Common\Interop\Unix\System.Native\Interop.Write.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Write.cs">
@@ -413,4 +413,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
index 7d1142099157c0..c939cdbfb869e5 100644
--- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
+++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
@@ -76,34 +76,34 @@
- Common\System\Net\TestLogging.cs
+ Link="Common\System\Net\TestLogging.cs">
- Common\System\Net\VerboseTestLogging.cs
+ Link="Common\System\Net\VerboseTestLogging.cs">
- Common\System\Net\EventSourceTestLogging.cs
+ Link="Common\System\Net\EventSourceTestLogging.cs">
- Common\System\Net\Capability.Sockets.cs
+ Link="Common\System\Net\Capability.Sockets.cs">
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
- Common\System\Buffers\NativeMemoryManager.cs
+ Link="Common\System\Buffers\NativeMemoryManager.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
index 282b766f7fcb36..21113f206299b2 100644
--- a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
+++ b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
@@ -7,22 +7,22 @@
- Common\System\IO\DelegatingStream.cs
+ Link="Common\System\IO\DelegatingStream.cs">
- Common\System\IO\ChunkedMemoryStream.cs
+ Link="Common\System\IO\ChunkedMemoryStream.cs">
- Common\System\Threading\Tasks\BeginEndAwaitableAdapter.cs
+ Link="Common\System\Threading\Tasks\BeginEndAwaitableAdapter.cs">
- Common\System\Threading\Tasks\RendezvousAwaitable.cs
+ Link="Common\System\Threading\Tasks\RendezvousAwaitable.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
diff --git a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
index b011f8361e954f..301aefa62b2a3b 100644
--- a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
+++ b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
@@ -7,28 +7,28 @@
- Common\System\Net\Capability.Security.cs
+ Link="Common\System\Net\Capability.Security.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Certificates.cs
+ Link="Common\System\Net\Configuration.Certificates.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
- Common\System\Net\Configuration.Security.cs
+ Link="Common\System\Net\Configuration.Security.cs">
- Common\System\Net\Http\LoopbackServer.cs
+ Link="Common\System\Net\Http\LoopbackServer.cs">
- Common\System\Net\Http\GenericLoopbackServer.cs
+ Link="Common\System\Net\Http\GenericLoopbackServer.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
index e7d45fd91bcca9..2f708d251af293 100644
--- a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
+++ b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
@@ -13,19 +13,19 @@
- Common\System\Net\CaseInsensitiveAscii.cs
+ Link="Common\System\Net\CaseInsensitiveAscii.cs">
- Common\System\StringExtensions.cs
+ Link="Common\System\StringExtensions.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\HttpValidationHelpers.cs
+ Link="Common\System\Net\HttpValidationHelpers.cs">
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
diff --git a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
index 60ee641776b69b..ca142bdd3e9f95 100644
--- a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
+++ b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
@@ -11,20 +11,20 @@
- Common\System\Net\Logging\NetEventSource.Common.cs
+ Link="Common\System\Net\Logging\NetEventSource.Common.cs">
- Common\System\Net\UriScheme.cs
+ Link="Common\System\Net\UriScheme.cs">
- Common\System\Net\WebSockets\WebSocketValidate.cs
+ Link="Common\System\Net\WebSockets\WebSocketValidate.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
- Common\System\Net\SecurityProtocol.cs
+ Link="Common\System\Net\SecurityProtocol.cs">
@@ -54,4 +54,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
index d685d7b270d7f2..9cdffa3b90bfa1 100644
--- a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
@@ -10,37 +10,37 @@
- Common\System\Net\Capability.Security.cs
+ Link="Common\System\Net\Capability.Security.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.Certificates.cs
+ Link="Common\System\Net\Configuration.Certificates.cs">
- Common\System\Net\Configuration.Http.cs
+ Link="Common\System\Net\Configuration.Http.cs">
- Common\System\Net\Configuration.Security.cs
+ Link="Common\System\Net\Configuration.Security.cs">
- Common\System\Net\Configuration.WebSockets.cs
+ Link="Common\System\Net\Configuration.WebSockets.cs">
- Common\System\Net\EventSourceTestLogging.cs
+ Link="Common\System\Net\EventSourceTestLogging.cs">
- Common\System\Net\Http\LoopbackProxyServer.cs
+ Link="Common\System\Net\Http\LoopbackProxyServer.cs">
- Common\System\Net\Http\LoopbackServer.cs
+ Link="Common\System\Net\Http\LoopbackServer.cs">
- Common\System\Net\Http\GenericLoopbackServer.cs
+ Link="Common\System\Net\Http\GenericLoopbackServer.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
@@ -60,4 +60,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
index 81bfe86e00cd77..0e09eebe90e2d3 100644
--- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
+++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
@@ -9,10 +9,10 @@
- Common\System\Net\WebSockets\ManagedWebSocket.cs
+ Link="Common\System\Net\WebSockets\ManagedWebSocket.cs">
- Common\System\Net\WebSockets\WebSocketValidate.cs
+ Link="Common\System\Net\WebSockets\WebSocketValidate.cs">
@@ -42,4 +42,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
index 733a9034568525..5a06c7717ec001 100644
--- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
@@ -4,17 +4,17 @@
- Common\System\Net\WebSockets\WebSocketCreateTest.cs
+ Link="Common\System\Net\WebSockets\WebSocketCreateTest.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.WebSockets.cs
+ Link="Common\System\Net\Configuration.WebSockets.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
index 06f9a2cf0c80bb..05c857fb40109a 100644
--- a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
+++ b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
@@ -18,10 +18,10 @@
- Common\System\Net\WebSockets\WebSocketValidate.cs
+ Link="Common\System\Net\WebSockets\WebSocketValidate.cs">
- Common\System\Net\WebSockets\ManagedWebSocket.cs
+ Link="Common\System\Net\WebSockets\ManagedWebSocket.cs">
@@ -38,4 +38,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
index 453ddb8ea157a2..ead9d529feb520 100644
--- a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
@@ -7,16 +7,16 @@
- Common\System\Net\WebSockets\WebSocketCreateTest.cs
+ Link="Common\System\Net\WebSockets\WebSocketCreateTest.cs">
- Common\System\Net\Configuration.cs
+ Link="Common\System\Net\Configuration.cs">
- Common\System\Net\Configuration.WebSockets.cs
+ Link="Common\System\Net\Configuration.WebSockets.cs">
- Common\System\Net\HttpKnownHeaderNames.cs
+ Link="Common\System\Net\HttpKnownHeaderNames.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
index 61d5ca2cc9cbf4..05b2b891b1216c 100644
--- a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
+++ b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
@@ -4,22 +4,22 @@
- Common\System\CollectionsIEnumerableTest.cs
+ Link="Common\System\CollectionsIEnumerableTest.cs">
- Common\System\CollectionsICollectionTest.cs
+ Link="Common\System\CollectionsICollectionTest.cs">
- Common\System\CollectionsIListTest.cs
+ Link="Common\System\CollectionsIListTest.cs">
- Common\System\CollectionsUtils.cs
+ Link="Common\System\CollectionsUtils.cs">
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
- Common\System\CollectionsIDictionaryTest.cs
+ Link="Common\System\CollectionsIDictionaryTest.cs">
@@ -40,7 +40,7 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
@@ -48,7 +48,7 @@
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
+ Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
index 8fe6a6dca457c8..65607cf851fe99 100644
--- a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
+++ b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
@@ -995,97 +995,97 @@
- Common\Interop\Interop.Libraries.cs
+ Link="Common\Interop\Interop.Libraries.cs">
- Common\Interop\Interop.Calendar.cs
+ Link="Common\Interop\Interop.Calendar.cs">
- Common\Interop\Interop.Casing.cs
+ Link="Common\Interop\Interop.Casing.cs">
- Common\Interop\Interop.Collation.cs
+ Link="Common\Interop\Interop.Collation.cs">
- Common\Interop\Interop.ICU.cs
+ Link="Common\Interop\Interop.ICU.cs">
- Common\Interop\Interop.Idna.cs
+ Link="Common\Interop\Interop.Idna.cs">
- Common\Interop\Interop.Locale.cs
+ Link="Common\Interop\Interop.Locale.cs">
- Common\Interop\Interop.Normalization.cs
+ Link="Common\Interop\Interop.Normalization.cs">
- Common\Interop\Interop.ResultCode.cs
+ Link="Common\Interop\Interop.ResultCode.cs">
- Common\Interop\Interop.TimeZoneInfo.cs
+ Link="Common\Interop\Interop.TimeZoneInfo.cs">
- Common\Interop\Interop.Utils.cs
+ Link="Common\Interop\Interop.Utils.cs">
- Common\Interop\Interop.Errors.cs
+ Link="Common\Interop\Interop.Errors.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\Kernel32\Interop.Globalization.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.Globalization.cs">
- Common\Interop\Windows\Kernel32\Interop.ResolveLocaleName.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ResolveLocaleName.cs">
- Common\Interop\Windows\Normaliz\Interop.Idna.cs
+ Link="Common\Interop\Windows\Normaliz\Interop.Idna.cs">
- Common\Interop\Windows\Normaliz\Interop.Normalization.cs
+ Link="Common\Interop\Windows\Normaliz\Interop.Normalization.cs">
- Common\System\HResults.cs
+ Link="Common\System\HResults.cs">
- Common\System\Collections\Generic\ReferenceEqualityComparer.cs
+ Link="Common\System\Collections\Generic\ReferenceEqualityComparer.cs">
- Common\System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs
+ Link="Common\System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs">
- Common\System\IO\StreamHelpers.CopyValidation.cs
+ Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
- Common\System\Runtime\Versioning\NonVersionableAttribute.cs
+ Link="Common\System\Runtime\Versioning\NonVersionableAttribute.cs">
- Common\System\Text\StringBuilderCache.cs
+ Link="Common\System\Text\StringBuilderCache.cs">
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
- Common\Interop\Windows\Advapi32\Interop.ActivityControl.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.ActivityControl.cs">
- Common\Interop\Windows\Advapi32\Interop.EtwEnableCallback.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EtwEnableCallback.cs">
- Common\Interop\Windows\Advapi32\Interop.EVENT_INFO_CLASS.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EVENT_INFO_CLASS.cs">
- Common\Interop\Interop.HostPolicy.cs
+ Link="Common\Interop\Interop.HostPolicy.cs">
@@ -1146,7 +1146,7 @@
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -1182,334 +1182,334 @@
- Common\Interop\Windows\Advapi32\Interop.EventActivityIdControl.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EventActivityIdControl.cs">
- Common\Interop\Windows\Advapi32\Interop.EventRegister.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EventRegister.cs">
- Common\Interop\Windows\Advapi32\Interop.EventSetInformation.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EventSetInformation.cs">
- Common\Interop\Windows\Advapi32\Interop.EventTraceGuidsEx.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EventTraceGuidsEx.cs">
- Common\Interop\Windows\Advapi32\Interop.EventUnregister.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EventUnregister.cs">
- Common\Interop\Windows\Advapi32\Interop.EventWriteString.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EventWriteString.cs">
- Common\Interop\Windows\Advapi32\Interop.EventWriteTransfer.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.EventWriteTransfer.cs">
- Common\Interop\Windows\Advapi32\Interop.LookupAccountNameW.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.LookupAccountNameW.cs">
- Common\Interop\Windows\Advapi32\Interop.RegCloseKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegCloseKey.cs">
- Common\Interop\Windows\Advapi32\Interop.RegCreateKeyEx.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegCreateKeyEx.cs">
- Common\Interop\Windows\Advapi32\Interop.RegDeleteKeyEx.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegDeleteKeyEx.cs">
- Common\Interop\Windows\Advapi32\Interop.RegDeleteValue.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegDeleteValue.cs">
- Common\Interop\Windows\Advapi32\Interop.RegEnumKeyEx.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegEnumKeyEx.cs">
- Common\Interop\Windows\Advapi32\Interop.RegEnumValue.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegEnumValue.cs">
- Common\Interop\Windows\Advapi32\Interop.RegFlushKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegFlushKey.cs">
- Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs">
- Common\Interop\Windows\Advapi32\Interop.RegOpenKeyEx.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegOpenKeyEx.cs">
- Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs">
- Common\Interop\Windows\Advapi32\Interop.RegSetValueEx.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.RegSetValueEx.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.GetRandomBytes.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.GetRandomBytes.cs">
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptProtectMemory.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptProtectMemory.cs">
- Common\Interop\Windows\Interop.BOOLEAN.cs
+ Link="Common\Interop\Windows\Interop.BOOLEAN.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs">
- Common\Interop\Windows\Kernel32\Interop.CompletionPort.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CompletionPort.cs">
- Common\Interop\Windows\Kernel32\Interop.CreateFile.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CreateFile.cs">
- Common\Interop\Windows\Kernel32\Interop.ExpandEnvironmentStrings.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ExpandEnvironmentStrings.cs">
- Common\Interop\Windows\Kernel32\Interop.FILE_STANDARD_INFO.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FILE_STANDARD_INFO.cs">
- Common\Interop\Windows\Kernel32\Interop.FILE_TIME.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FILE_TIME.cs">
- Common\Interop\Windows\Kernel32\Interop.FileAttributes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FileAttributes.cs">
- Common\Interop\Windows\Kernel32\Interop.FileTimeToSystemTime.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FileTimeToSystemTime.cs">
- Common\Interop\Windows\Kernel32\Interop.FileTypes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FileTypes.cs">
- Common\Interop\Windows\Kernel32\Interop.FindClose.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FindClose.cs">
- Common\Interop\Windows\Kernel32\Interop.FindFirstFileEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FindFirstFileEx.cs">
- Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs">
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
- Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs">
- Common\Interop\Windows\Kernel32\Interop.GET_FILEEX_INFO_LEVELS.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GET_FILEEX_INFO_LEVELS.cs">
- Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCPInfo.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCPInfo.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCurrentDirectory.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentDirectory.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs">
- Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs">
- Common\Interop\Windows\Kernel32\Interop.GetFileAttributesEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetFileAttributesEx.cs">
- Common\Interop\Windows\Kernel32\Interop.GetFileInformationByHandleEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetFileInformationByHandleEx.cs">
- Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.GetFullPathNameW.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetFullPathNameW.cs">
- Common\Interop\Windows\Kernel32\Interop.GetLogicalDrives.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetLogicalDrives.cs">
- Common\Interop\Windows\Kernel32\Interop.GetLongPathNameW.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetLongPathNameW.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcessMemoryInfo.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcessMemoryInfo.cs">
- Common\Interop\Windows\Kernel32\Interop.GetProcessTimes_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetProcessTimes_IntPtr.cs">
- Common\Interop\Windows\Kernel32\Interop.GetSystemDirectoryW.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetSystemDirectoryW.cs">
- Common\Interop\Windows\Kernel32\Interop.GetSystemInfo.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetSystemInfo.cs">
- Common\Interop\Windows\Kernel32\Interop.GetSystemTime.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetSystemTime.cs">
- Common\Interop\Windows\Kernel32\Interop.GetSystemTimeAsFileTime.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetSystemTimeAsFileTime.cs">
- Common\Interop\Windows\Kernel32\Interop.GetSystemTimePreciseAsFileTime.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetSystemTimePreciseAsFileTime.cs">
- Common\Interop\Windows\Kernel32\Interop.GetSystemTimes.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetSystemTimes.cs">
- Common\Interop\Windows\Kernel32\Interop.GetTempFileNameW.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetTempFileNameW.cs">
- Common\Interop\Windows\Kernel32\Interop.GetTempPathW.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetTempPathW.cs">
- Common\Interop\Windows\Kernel32\Interop.GlobalMemoryStatusEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GlobalMemoryStatusEx.cs">
- Common\Interop\Windows\Kernel32\Interop.IsWow64Process_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.IsWow64Process_IntPtr.cs">
- Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs">
- Common\Interop\Windows\Kernel32\Interop.LockFile.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.LockFile.cs">
- Common\Interop\Windows\Kernel32\Interop.MAX_PATH.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MAX_PATH.cs">
- Common\Interop\Windows\Kernel32\Interop.MemOptions.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MemOptions.cs">
- Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFORMATION.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFORMATION.cs">
- Common\Interop\Windows\Kernel32\Interop.MEMORYSTATUSEX.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MEMORYSTATUSEX.cs">
- Common\Interop\Windows\Kernel32\Interop.MUI.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MUI.cs">
- Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs">
- Common\Interop\Windows\Kernel32\Interop.OutputDebugString.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.OutputDebugString.cs">
- Common\Interop\Windows\Kernel32\Interop.QueryPerformanceCounter.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.QueryPerformanceCounter.cs">
- Common\Interop\Windows\Kernel32\Interop.QueryPerformanceFrequency.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.QueryPerformanceFrequency.cs">
- Common\Interop\Windows\Kernel32\Interop.QueryUnbiasedInterruptTime.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.QueryUnbiasedInterruptTime.cs">
- Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs">
- Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs">
- Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs">
- Common\Interop\Windows\Kernel32\Interop.SecurityOptions.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SecurityOptions.cs">
- Common\Interop\Windows\Kernel32\Interop.SetCurrentDirectory.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetCurrentDirectory.cs">
- Common\Interop\Windows\Kernel32\Interop.SetEndOfFile.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetEndOfFile.cs">
- Common\Interop\Windows\Kernel32\Interop.SetFilePointerEx.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetFilePointerEx.cs">
- Common\Interop\Windows\Kernel32\Interop.SetThreadErrorMode.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetThreadErrorMode.cs">
- Common\Interop\Windows\Kernel32\Interop.SYSTEM_INFO.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SYSTEM_INFO.cs">
- Common\Interop\Windows\Kernel32\Interop.SystemTimeToFileTime.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SystemTimeToFileTime.cs">
- Common\Interop\Windows\Kernel32\Interop.TimeZone.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.TimeZone.cs">
- Common\Interop\Windows\Kernel32\Interop.TimeZone.Registry.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.TimeZone.Registry.cs">
- Common\Interop\Windows\Kernel32\Interop.TzSpecificLocalTimeToSystemTime.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.TzSpecificLocalTimeToSystemTime.cs">
- Common\Interop\Windows\Kernel32\Interop.VerifyVersionExW.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.VerifyVersionExW.cs">
- Common\Interop\Windows\Kernel32\Interop.VerSetConditionMask.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.VerSetConditionMask.cs">
- Common\Interop\Windows\Kernel32\Interop.VirtualAlloc_Ptr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.VirtualAlloc_Ptr.cs">
- Common\Interop\Windows\Kernel32\Interop.VirtualFree.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.VirtualFree.cs">
- Common\Interop\Windows\Kernel32\Interop.VirtualQuery_Ptr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.VirtualQuery_Ptr.cs">
- Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs">
- Common\Interop\Windows\Kernel32\Interop.WIN32_FILE_ATTRIBUTE_DATA.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WIN32_FILE_ATTRIBUTE_DATA.cs">
- Common\Interop\Windows\Kernel32\Interop.WIN32_FIND_DATA.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WIN32_FIND_DATA.cs">
- Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs">
- Common\Interop\Windows\NtDll\Interop.NtQueryInformationFile.cs
+ Link="Common\Interop\Windows\NtDll\Interop.NtQueryInformationFile.cs">
- Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs
+ Link="Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs">
- Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs
+ Link="Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs">
- Common\Interop\Windows\NtDll\Interop.SYSTEM_LEAP_SECOND_INFORMATION.cs
+ Link="Common\Interop\Windows\NtDll\Interop.SYSTEM_LEAP_SECOND_INFORMATION.cs">
- Common\Interop\Windows\Ole32\Interop.CoCreateGuid.cs
+ Link="Common\Interop\Windows\Ole32\Interop.CoCreateGuid.cs">
- Common\Interop\Windows\Secur32\Interop.GetUserNameExW.cs
+ Link="Common\Interop\Windows\Secur32\Interop.GetUserNameExW.cs">
- Common\Interop\Windows\Shell32\Interop.SHGetKnownFolderPath.cs
+ Link="Common\Interop\Windows\Shell32\Interop.SHGetKnownFolderPath.cs">
- Common\Interop\Windows\User32\Interop.Constants.cs
+ Link="Common\Interop\Windows\User32\Interop.Constants.cs">
- Common\Interop\Windows\User32\Interop.LoadString.cs
+ Link="Common\Interop\Windows\User32\Interop.LoadString.cs">
- Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs
+ Link="Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs">
- Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs
+ Link="Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs">
- Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs
+ Link="Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs">
- Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs
+ Link="Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs">
@@ -1567,49 +1567,49 @@
- Common\Interop\Windows\OleAut32\Interop.SysAllocStringLen.cs
+ Link="Common\Interop\Windows\OleAut32\Interop.SysAllocStringLen.cs">
- Common\Interop\Windows\OleAut32\Interop.SysFreeString.cs
+ Link="Common\Interop\Windows\OleAut32\Interop.SysFreeString.cs">
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.Constants.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.Constants.cs">
- Common\Interop\Windows\Kernel32\Interop.EventWaitHandle.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.EventWaitHandle.cs">
- Common\Interop\Windows\Kernel32\Interop.GetEnvironmentVariable.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetEnvironmentVariable.cs">
- Common\Interop\Windows\Kernel32\Interop.GetEnvironmentStrings.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.GetEnvironmentStrings.cs">
- Common\Interop\Windows\Kernel32\Interop.FreeEnvironmentStrings.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FreeEnvironmentStrings.cs">
- Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs">
- Common\Interop\Windows\Kernel32\Interop.Mutex.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.Mutex.cs">
- Common\Interop\Windows\Kernel32\Interop.OSVERSIONINFOEX.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.OSVERSIONINFOEX.cs">
- Common\Interop\Windows\Kernel32\Interop.Semaphore.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.Semaphore.cs">
- Common\Interop\Windows\Kernel32\Interop.SetEnvironmentVariable.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.SetEnvironmentVariable.cs">
- Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs">
- Common\System\IO\Win32Marshal.cs
+ Link="Common\System\IO\Win32Marshal.cs">
@@ -1623,115 +1623,115 @@
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.IOErrors.cs
+ Link="Common\Interop\Unix\Interop.IOErrors.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Native\Interop.Access.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Access.cs">
- Common\Interop\Unix\System.Native\Interop.ChDir.cs
+ Link="Common\Interop\Unix\System.Native\Interop.ChDir.cs">
- Common\Interop\Unix\System.Native\Interop.Close.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
- Common\Interop\Unix\System.Native\Interop.FLock.cs
+ Link="Common\Interop\Unix\System.Native\Interop.FLock.cs">
- Common\Interop\Unix\System.Native\Interop.FSync.cs
+ Link="Common\Interop\Unix\System.Native\Interop.FSync.cs">
- Common\Interop\Unix\System.Native\Interop.FTruncate.cs
+ Link="Common\Interop\Unix\System.Native\Interop.FTruncate.cs">
- Common\Interop\Unix\System.Native\Interop.GetCpuUtilization.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetCpuUtilization.cs">
- Common\Interop\Unix\System.Native\Interop.GetCwd.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetCwd.cs">
- Common\Interop\Unix\System.Native\Interop.GetEUid.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetEUid.cs">
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
- Common\Interop\Unix\System.Native\Interop.GetPid.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetPid.cs">
- Common\Interop\Unix\System.Native\Interop.GetPwUid.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetPwUid.cs">
- Common\Interop\Unix\System.Native\Interop.GetRandomBytes.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetRandomBytes.cs">
- Common\Interop\Unix\System.Native\Interop.GetSystemTimeAsTicks.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetSystemTimeAsTicks.cs">
- Common\Interop\Unix\System.Native\Interop.GetTimestamp.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetTimestamp.cs">
- Common\Interop\Unix\System.Native\Interop.GetUnixName.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetUnixName.cs">
- Common\Interop\Unix\System.Native\Interop.GetUnixRelease.cs
+ Link="Common\Interop\Unix\System.Native\Interop.GetUnixRelease.cs">
- Common\Interop\Unix\System.Native\Interop.LockFileRegion.cs
+ Link="Common\Interop\Unix\System.Native\Interop.LockFileRegion.cs">
- Common\Interop\Unix\System.Native\Interop.LSeek.cs
+ Link="Common\Interop\Unix\System.Native\Interop.LSeek.cs">
- Common\Interop\Unix\System.Native\Interop.MksTemps.cs
+ Link="Common\Interop\Unix\System.Native\Interop.MksTemps.cs">
- Common\Interop\Unix\System.Native\Interop.MountPoints.cs
+ Link="Common\Interop\Unix\System.Native\Interop.MountPoints.cs">
- Common\Interop\Unix\System.Native\Interop.Open.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Open.cs">
- Common\Interop\Unix\System.Native\Interop.OpenFlags.cs
+ Link="Common\Interop\Unix\System.Native\Interop.OpenFlags.cs">
- Common\Interop\Unix\System.Native\Interop.PathConf.cs
+ Link="Common\Interop\Unix\System.Native\Interop.PathConf.cs">
- Common\Interop\Unix\System.Native\Interop.Permissions.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Permissions.cs">
- Common\Interop\Unix\System.Native\Interop.PosixFAdvise.cs
+ Link="Common\Interop\Unix\System.Native\Interop.PosixFAdvise.cs">
- Common\Interop\Unix\System.Native\Interop.Read.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Read.cs">
- Common\Interop\Unix\System.Native\Interop.ReadDir.cs
+ Link="Common\Interop\Unix\System.Native\Interop.ReadDir.cs">
- Common\Interop\Unix\System.Native\Interop.ReadLink.cs
+ Link="Common\Interop\Unix\System.Native\Interop.ReadLink.cs">
- Common\Interop\Unix\System.Native\Interop.Stat.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Stat.cs">
- Common\Interop\Unix\System.Native\Interop.SysConf.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SysConf.cs">
- Common\Interop\Unix\System.Native\Interop.SysLog.cs
+ Link="Common\Interop\Unix\System.Native\Interop.SysLog.cs">
- Common\Interop\Unix\System.Native\Interop.Unlink.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Unlink.cs">
- Common\Interop\Unix\System.Native\Interop.Write.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Write.cs">
diff --git a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
index 951b7203269739..5e68269fa284f9 100644
--- a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
+++ b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
@@ -18,10 +18,10 @@
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
diff --git a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
index 1f88c208e95f03..ea6d6fefbd0f99 100644
--- a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
+++ b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
@@ -7,10 +7,10 @@
- Common\System\Collections\Generic\ArrayBuilder.cs
+ Link="Common\System\Collections\Generic\ArrayBuilder.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -38,7 +38,7 @@
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
@@ -50,4 +50,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
index f1f97bbd7e89e9..7fa240a072d621 100644
--- a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
+++ b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
@@ -16,10 +16,10 @@
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
index 55c377e7631195..f5de47d09e753f 100644
--- a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
+++ b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
@@ -7,10 +7,10 @@
- Common\System\Collections\Generic\EnumerableHelpers.cs
+ Link="Common\System\Collections\Generic\EnumerableHelpers.cs">
- Common\System\Text\StringBuilderCache.cs
+ Link="Common\System\Text\StringBuilderCache.cs">
diff --git a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
index 27fc4e7023b8e3..4caf511ef11969 100644
--- a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
+++ b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
@@ -4,10 +4,10 @@
- Common\System\Collections\DictionaryExtensions.cs
+ Link="Common\System\Collections\DictionaryExtensions.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
@@ -56,4 +56,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
index 87a3ba557100ac..056d4bfe17551a 100644
--- a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
+++ b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
@@ -5,7 +5,7 @@
- Common\System\Collections\DictionaryExtensions.cs
+ Link="Common\System\Collections\DictionaryExtensions.cs">
@@ -25,4 +25,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
index c0215be8596441..4459d9db19f606 100644
--- a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
+++ b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
@@ -9,13 +9,13 @@
- Common\System\StringBuilderCache.cs
+ Link="Common\System\StringBuilderCache.cs">
- Common\System\Marvin.cs
+ Link="Common\System\Marvin.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
diff --git a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
index a3beda715d3df9..5368493e40fb15 100644
--- a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
@@ -4,7 +4,7 @@
- Common\System\ShouldNotBeInvokedException.cs
+ Link="Common\System\ShouldNotBeInvokedException.cs">
diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
index b28cbb68ef06ea..1a3cab1cb9f459 100644
--- a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
@@ -8,7 +8,7 @@
- Common\System\Threading\TrackingSynchronizationContext.cs
+ Link="Common\System\Threading\TrackingSynchronizationContext.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
index c7b6e43f2f4ab6..a6651ca65c30b9 100644
--- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
@@ -35,7 +35,7 @@
- Common\System\IO\TempDirectory.cs
+ Link="Common\System\IO\TempDirectory.cs">
@@ -44,4 +44,4 @@
CopyToOutputDirectory="PreserveNewest"
Visible="false" />
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj
index b79f7360072da4..00a8e719e42563 100644
--- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj
@@ -21,7 +21,7 @@
- Common\System\IO\TempDirectory.cs
+ Link="Common\System\IO\TempDirectory.cs">
@@ -30,4 +30,4 @@
CopyToOutputDirectory="PreserveNewest"
Visible="false" />
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
index b57517632ecaeb..bd489daa833d86 100644
--- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
+++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
@@ -12,7 +12,7 @@
- Common\System\Reflection\Emit\IgnoreAccessChecksToAttributeBuilder.cs
+ Link="Common\System\Reflection\Emit\IgnoreAccessChecksToAttributeBuilder.cs">
@@ -33,4 +33,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
index e2054078129e74..f4d76758dad8f9 100644
--- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
+++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
@@ -10,10 +10,10 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs
+ Link="Common\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs">
diff --git a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
index 73119be2190f9d..81f13fe85ece24 100644
--- a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
+++ b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
@@ -7,22 +7,22 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.FreeLibrary.cs
+ Link="Common\Interop\Windows\Interop.FreeLibrary.cs">
- Common\Interop\Windows\Interop.GetModuleHandle.cs
+ Link="Common\Interop\Windows\Interop.GetModuleHandle.cs">
- Common\Interop\Windows\Interop.LoadLibraryEx.cs
+ Link="Common\Interop\Windows\Interop.LoadLibraryEx.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
@@ -141,4 +141,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
index 346761c5ded63f..9d14c1802cec33 100644
--- a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
+++ b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
@@ -5,10 +5,10 @@
- Common\System\IO\TempDirectory.cs
+ Link="Common\System\IO\TempDirectory.cs">
- Common\System\IO\TempFile.cs
+ Link="Common\System\IO\TempFile.cs">
@@ -71,4 +71,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
index bc9f91e515bcd0..73a1009ddc6aad 100644
--- a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
+++ b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
@@ -8,12 +8,12 @@
- Common\System\Reflection\MockParameterInfo.cs
-
+ Link="Common\System\Reflection\MockParameterInfo.cs">
+
- Common\System\IO\TempFile.cs
-
+ Link="Common\System\IO\TempFile.cs">
+
@@ -65,4 +65,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
index 87e65b381d4651..23b1af67851426 100644
--- a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
+++ b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
@@ -19,7 +19,7 @@
- Common\System\Drawing\Helpers.cs
+ Link="Common\System\Drawing\Helpers.cs">
@@ -55,7 +55,7 @@
+ Visible="false" />
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
Microsoft\Win32\SafeHandles\SafeTokenHandle.cs
- Common\Interop\Interop.Libraries.cs
+ Link="Common\Interop\Interop.Libraries.cs">
- Common\Interop\Interop.LUID.cs
+ Link="Common\Interop\Interop.LUID.cs">
- Common\Interop\Interop.LUID_AND_ATTRIBUTES.cs
+ Link="Common\Interop\Interop.LUID_AND_ATTRIBUTES.cs">
- Common\Interop\Interop.TOKEN_PRIVILEGE.cs
+ Link="Common\Interop\Interop.TOKEN_PRIVILEGE.cs">
- Common\Interop\Interop.SecurityImpersonationLevel.cs
+ Link="Common\Interop\Interop.SecurityImpersonationLevel.cs">
- Common\Interop\Interop.Errors.cs
+ Link="Common\Interop\Interop.Errors.cs">
- Common\Interop\Interop.ProcessOptions.cs
+ Link="Common\Interop\Interop.ProcessOptions.cs">
- Common\Interop\Interop.LookupPrivilegeValue.cs
+ Link="Common\Interop\Interop.LookupPrivilegeValue.cs">
- Common\Interop\Interop.RevertToSelf.cs
+ Link="Common\Interop\Interop.RevertToSelf.cs">
- Common\Interop\Interop.ConvertSdToStringSd.cs
+ Link="Common\Interop\Interop.ConvertSdToStringSd.cs">
- Common\Interop\Interop.ConvertStringSdToSd.cs
+ Link="Common\Interop\Interop.ConvertStringSdToSd.cs">
- Common\Interop\Interop.GetSecurityInfoByHandle.cs
+ Link="Common\Interop\Interop.GetSecurityInfoByHandle.cs">
- Common\Interop\Interop.SetSecurityInfoByHandle.cs
+ Link="Common\Interop\Interop.SetSecurityInfoByHandle.cs">
- Common\Interop\Interop.GetSecurityInfoByName.cs
+ Link="Common\Interop\Interop.GetSecurityInfoByName.cs">
- Common\Interop\Interop.SetSecurityInfoByName.cs
+ Link="Common\Interop\Interop.SetSecurityInfoByName.cs">
- Common\Interop\Interop.GetSecurityDescriptorLength.cs
+ Link="Common\Interop\Interop.GetSecurityDescriptorLength.cs">
- Common\Interop\Interop.CloseHandle.cs
+ Link="Common\Interop\Interop.CloseHandle.cs">
- Common\Interop\Interop.OpenThreadToken_SafeTokenHandle.cs
+ Link="Common\Interop\Interop.OpenThreadToken_SafeTokenHandle.cs">
- Common\Interop\Interop.OpenProcessToken_IntPtrs.cs
+ Link="Common\Interop\Interop.OpenProcessToken_IntPtrs.cs">
- Common\Interop\Interop.GetCurrentProcess_IntPtr.cs
+ Link="Common\Interop\Interop.GetCurrentProcess_IntPtr.cs">
- Common\Interop\Interop.SetThreadToken.cs
+ Link="Common\Interop\Interop.SetThreadToken.cs">
- Common\Interop\Interop.GetCurrentThread.cs
+ Link="Common\Interop\Interop.GetCurrentThread.cs">
- Common\Interop\Interop.AdjustTokenPrivileges.cs
+ Link="Common\Interop\Interop.AdjustTokenPrivileges.cs">
- Common\Interop\Interop.DuplicateTokenEx_SafeTokenHandle.cs
+ Link="Common\Interop\Interop.DuplicateTokenEx_SafeTokenHandle.cs">
@@ -120,4 +120,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
index 485f96ce4cf4a8..9f2008406f0c22 100644
--- a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
+++ b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
@@ -87,7 +87,7 @@
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
+ Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs">
Internal\Cryptography\BasicSymmetricCipher.cs
@@ -99,7 +99,7 @@
Internal\Cryptography\HashProvider.cs
- Common\Internal\Cryptography\PemKeyImportHelpers.cs
+ Link="Common\Internal\Cryptography\PemKeyImportHelpers.cs">
Internal\Cryptography\UniversalCryptoTransform.cs
@@ -111,176 +111,176 @@
Internal\Cryptography\UniversalCryptoDecryptor.cs
- Common\System\Memory\PointerMemoryManager.cs
+ Link="Common\System\Memory\PointerMemoryManager.cs">
- Common\System\Security\Cryptography\CryptoPool.cs
+ Link="Common\System\Security\Cryptography\CryptoPool.cs">
- Common\System\Security\Cryptography\DSAKeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\DSAKeyFormatHelper.cs">
- Common\System\Security\Cryptography\EccKeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\EccKeyFormatHelper.cs">
- Common\System\Security\Cryptography\KeyBlobHelpers.cs
+ Link="Common\System\Security\Cryptography\KeyBlobHelpers.cs">
- Common\System\Security\Cryptography\KeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
- Common\System\Security\Cryptography\KeySizeHelpers.cs
+ Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
- Common\System\Security\Cryptography\Oids.cs
+ Link="Common\System\Security\Cryptography\Oids.cs">
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
+ Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
- Common\System\Security\Cryptography\PemLabels.cs
+ Link="Common\System\Security\Cryptography\PemLabels.cs">
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
+ Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
- Common\System\Security\Cryptography\RSAKeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\RSAKeyFormatHelper.cs">
- Common\System\Security\Cryptography\RsaPaddingProcessor.cs
+ Link="Common\System\Security\Cryptography\RsaPaddingProcessor.cs">
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml">
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml">
- Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Common\System\Security\Cryptography\Asn1\CurveAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml">
- Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Common\System\Security\Cryptography\Asn1\DssParms.xml
+ Link="Common\System\Security\Cryptography\Asn1\DssParms.xml">
- Common\System\Security\Cryptography\Asn1\DssParms.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\DssParms.xml.cs">
Common\System\Security\Cryptography\Asn1\DssParms.xml
- Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
+ Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml">
- Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs">
Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
+ Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml">
- Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs">
Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
- Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\FieldID.xml
+ Link="Common\System\Security\Cryptography\Asn1\FieldID.xml">
- Common\System\Security\Cryptography\Asn1\FieldID.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\FieldID.xml.cs">
Common\System\Security\Cryptography\Asn1\FieldID.xml
- Common\System\Security\Cryptography\Asn1\PBEParameter.xml
+ Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml">
- Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs">
Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Common\System\Security\Cryptography\Asn1\PBES2Params.xml
+ Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml">
- Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs">
Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml">
- Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs">
Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml">
- Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs">
Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml">
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs">
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs">
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml">
- Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml
- Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml">
- Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml
- Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
+ Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml">
- Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs">
Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
- Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
@@ -310,58 +310,58 @@
Internal\Cryptography\BasicSymmetricCipherBCrypt.cs
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\BCrypt\AesBCryptModes.cs
+ Link="Common\Interop\Windows\BCrypt\AesBCryptModes.cs">
- Common\Interop\Windows\BCrypt\Cng.cs
+ Link="Common\Interop\Windows\BCrypt\Cng.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptImportKey.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptImportKey.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs">
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
- Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs">
- Common\Interop\Windows\BCrypt\Interop.Blobs.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.Blobs.cs">
- Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs">
Internal\Windows\NCrypt\Interop.NCryptDeriveKeyMaterial.cs
@@ -376,43 +376,43 @@
Internal\Windows\BCrypt\BCryptAlgorithmCache.cs
- Common\Interop\Windows\BCrypt\DESBCryptModes.cs
+ Link="Common\Interop\Windows\BCrypt\DESBCryptModes.cs">
- Common\Interop\Windows\BCrypt\RC2BCryptModes.cs
+ Link="Common\Interop\Windows\BCrypt\RC2BCryptModes.cs">
- Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs
+ Link="Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs">
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
- Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs">
- Common\Interop\Windows\NCrypt\Interop.AsymmetricPaddingMode.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.AsymmetricPaddingMode.cs">
- Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs">
- Common\Interop\Windows\NCrypt\Interop.EncryptDecrypt.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.EncryptDecrypt.cs">
- Common\Interop\Windows\NCrypt\Interop.Keys.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.Keys.cs">
- Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs">
- Common\Interop\Windows\NCrypt\Interop.NCryptOpenStorageProvider.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.NCryptOpenStorageProvider.cs">
- Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs">
- Common\Interop\Windows\NCrypt\Interop.SignVerify.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.SignVerify.cs">
Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
@@ -445,150 +445,150 @@
Internal\Windows\kernel32\Interop.FormatMessage.cs
- Common\System\Security\Cryptography\CngPkcs8.cs
+ Link="Common\System\Security\Cryptography\CngPkcs8.cs">
- Common\System\Security\Cryptography\DSACng.cs
+ Link="Common\System\Security\Cryptography\DSACng.cs">
- Common\System\Security\Cryptography\DSACng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\DSACng.ImportExport.cs">
- Common\System\Security\Cryptography\DSACng.SignVerify.cs
+ Link="Common\System\Security\Cryptography\DSACng.SignVerify.cs">
- Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs
+ Link="Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs">
- Common\System\Security\Cryptography\ECCng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\ECCng.ImportExport.cs">
- Common\System\Security\Cryptography\ECDsaCng.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.cs">
- Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs">
- Common\System\Security\Cryptography\ECDsaCng.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.cs">
- Common\System\Security\Cryptography\ECDsaCng.HashData.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.HashData.cs">
- Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs">
- Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs">
- Common\System\Security\Cryptography\RSACng.cs
+ Link="Common\System\Security\Cryptography\RSACng.cs">
- Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs
+ Link="Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs">
- Common\System\Security\Cryptography\RSACng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\RSACng.ImportExport.cs">
- Common\System\Security\Cryptography\RSACng.SignVerify.cs
+ Link="Common\System\Security\Cryptography\RSACng.SignVerify.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Hmac.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Hmac.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.RAND.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.RAND.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs">
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEvpMdCtxHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEvpMdCtxHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeHmacCtxHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHmacCtxHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs">
- Common\System\Security\Cryptography\DSAOpenSsl.cs
+ Link="Common\System\Security\Cryptography\DSAOpenSsl.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs">
- Common\System\Security\Cryptography\ECDsaOpenSsl.cs
+ Link="Common\System\Security\Cryptography\ECDsaOpenSsl.cs">
- Common\System\Security\Cryptography\ECOpenSsl.cs
+ Link="Common\System\Security\Cryptography\ECOpenSsl.cs">
- Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs
+ Link="Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs">
- Common\System\Security\Cryptography\RSAOpenSsl.cs
+ Link="Common\System\Security\Cryptography\RSAOpenSsl.cs">
@@ -603,88 +603,88 @@
- Common\Interop\OSX\Interop.CoreFoundation.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Digest.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Digest.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Hmac.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Hmac.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.KeyAgree.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.KeyAgree.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Random.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Random.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Symmetric.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Symmetric.cs">
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
- Common\System\Security\Cryptography\DSASecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\DSASecurityTransforms.cs">
- Common\System\Security\Cryptography\EccSecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\EccSecurityTransforms.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanSecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanSecurityTransforms.cs">
- Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs">
- Common\System\Security\Cryptography\RSASecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\RSASecurityTransforms.cs">
- Common\System\Security\Cryptography\SecKeyPair.cs
+ Link="Common\System\Security\Cryptography\SecKeyPair.cs">
@@ -697,25 +697,25 @@
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Cipher.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Cipher.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
+ Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs">
diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
index 8b648f3cc436c2..45d493e09fc53d 100644
--- a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
@@ -4,97 +4,97 @@
- CommonTest\System\IO\PositionValueStream.cs
+ Link="CommonTest\System\IO\PositionValueStream.cs">
- CommonTest\System\RandomDataGenerator.cs
+ Link="CommonTest\System\RandomDataGenerator.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.Data.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.Data.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesContractTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesContractTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCornerTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCornerTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesModeTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesModeTests.cs">
- CommonTest\System\Security\Cryptography\ByteUtils.cs
+ Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
- CommonTest\System\Security\Cryptography\CryptoUtils.cs
+ Link="CommonTest\System\Security\Cryptography\CryptoUtils.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\DecryptorReusability.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\DecryptorReusability.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs">
@@ -131,7 +131,7 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
@@ -139,61 +139,61 @@
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs">
@@ -225,73 +225,73 @@
- CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.NistValidation.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.NistValidation.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs">
diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
index 0aae024d50dde9..f289a5ed496516 100644
--- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
+++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
@@ -71,13 +71,13 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\BCrypt\AesBCryptModes.cs
+ Link="Common\Interop\Windows\BCrypt\AesBCryptModes.cs">
- Common\Interop\Windows\BCrypt\Cng.cs
+ Link="Common\Interop\Windows\BCrypt\Cng.cs">
Interop\Windows\BCrypt\Interop.BCryptImportKey.cs
@@ -86,40 +86,40 @@
Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
- Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs">
- Common\Interop\Windows\BCrypt\Interop.Blobs.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.Blobs.cs">
- Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs">
Internal\Windows\BCrypt\BCryptAlgorithmCache.cs
@@ -131,13 +131,13 @@
Internal\Windows\BCrypt\Interop.BCryptKeyDataBlob.cs
- Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs
+ Link="Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs">
Internal\Windows\Crypt32\Interop.FindOidInfo.cs
- Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs">
Internal\Windows\NCrypt\Interop.AsymmetricPaddingMode.cs
@@ -236,194 +236,194 @@
Internal\Cryptography\UniversalCryptoDecryptor.cs
- Common\System\Memory\PointerMemoryManager.cs
+ Link="Common\System\Memory\PointerMemoryManager.cs">
- Common\System\Security\Cryptography\CryptoPool.cs
+ Link="Common\System\Security\Cryptography\CryptoPool.cs">
- Common\System\Security\Cryptography\CngPkcs8.cs
+ Link="Common\System\Security\Cryptography\CngPkcs8.cs">
- Common\System\Security\Cryptography\DSACng.cs
+ Link="Common\System\Security\Cryptography\DSACng.cs">
- Common\System\Security\Cryptography\DSACng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\DSACng.ImportExport.cs">
- Common\System\Security\Cryptography\DSACng.SignVerify.cs
+ Link="Common\System\Security\Cryptography\DSACng.SignVerify.cs">
- Common\System\Security\Cryptography\EccKeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\EccKeyFormatHelper.cs">
- Common\System\Security\Cryptography\ECCng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\ECCng.ImportExport.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanCng.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanCng.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs">
- Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs">
- Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs
+ Link="Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs">
- Common\System\Security\Cryptography\ECDsaCng.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.cs">
- Common\System\Security\Cryptography\ECDsaCng.HashData.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.HashData.cs">
- Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs
+ Link="Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs">
- Common\System\Security\Cryptography\KeyBlobHelpers.cs
+ Link="Common\System\Security\Cryptography\KeyBlobHelpers.cs">
- Common\System\Security\Cryptography\KeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
- Common\System\Security\Cryptography\KeySizeHelpers.cs
+ Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
- Common\System\Security\Cryptography\Oids.cs
+ Link="Common\System\Security\Cryptography\Oids.cs">
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
+ Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
+ Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
- Common\System\Security\Cryptography\RSACng.cs
+ Link="Common\System\Security\Cryptography\RSACng.cs">
- Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs
+ Link="Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs">
- Common\System\Security\Cryptography\RSACng.ImportExport.cs
+ Link="Common\System\Security\Cryptography\RSACng.ImportExport.cs">
- Common\System\Security\Cryptography\RSACng.SignVerify.cs
+ Link="Common\System\Security\Cryptography\RSACng.SignVerify.cs">
- Common\System\Security\Cryptography\RsaPaddingProcessor.cs
+ Link="Common\System\Security\Cryptography\RsaPaddingProcessor.cs">
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml">
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml">
- Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Common\System\Security\Cryptography\Asn1\PBEParameter.xml
+ Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml">
- Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs">
Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Common\System\Security\Cryptography\Asn1\PBES2Params.xml
+ Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml">
- Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs">
Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml">
- Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs">
Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml">
- Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs">
Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml">
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs">
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs">
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
+ Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml">
- Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs">
Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
+ Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml">
- Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs">
Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
- Common\System\Security\Cryptography\Asn1\CurveAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml">
- Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Common\System\Security\Cryptography\Asn1\FieldID.xml
+ Link="Common\System\Security\Cryptography\Asn1\FieldID.xml">
- Common\System\Security\Cryptography\Asn1\FieldID.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\FieldID.xml.cs">
Common\System\Security\Cryptography\Asn1\FieldID.xml
- Common\System\Security\Cryptography\Asn1\FieldID.xml
+ Link="Common\System\Security\Cryptography\Asn1\FieldID.xml">
- Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs">
Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
diff --git a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
index a5d72223d47015..f0f7622ac08fbf 100644
--- a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
@@ -16,79 +16,79 @@
- CommonTest\AlgorithmImplementations\AES\AesCipherTests.Data.cs
+ Link="CommonTest\AlgorithmImplementations\AES\AesCipherTests.Data.cs">
- CommonTest\AlgorithmImplementations\AES\AesCornerTests.cs
+ Link="CommonTest\AlgorithmImplementations\AES\AesCornerTests.cs">
- CommonTest\AlgorithmImplementations\AES\DecryptorReusability.cs
+ Link="CommonTest\AlgorithmImplementations\AES\DecryptorReusability.cs">
- CommonTest\AlgorithmImplementations\AES\AesFactory.cs
+ Link="CommonTest\AlgorithmImplementations\AES\AesFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs">
- CommonTest\System\Security\Cryptography\ByteUtils.cs
+ Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
- CommonTest\System\Security\Cryptography\CryptoUtils.cs
+ Link="CommonTest\System\Security\Cryptography\CryptoUtils.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs">
- CommonTest\System\IO\PositionValueStream.cs
+ Link="CommonTest\System\IO\PositionValueStream.cs">
@@ -100,134 +100,134 @@
- CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs">
- CommonTest\AlgorithmImplementations\AES\AesContractTests.cs
+ Link="CommonTest\AlgorithmImplementations\AES\AesContractTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs">
- CommonTest\AlgorithmImplementations\AES\AesModeTests.cs
+ Link="CommonTest\AlgorithmImplementations\AES\AesModeTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs">
- CommonTest\AlgorithmImplementations\AES\AesCipherTests.cs
+ Link="CommonTest\AlgorithmImplementations\AES\AesCipherTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs">
diff --git a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
index 85f5b05c2e6f6d..a7558b017325ac 100644
--- a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
+++ b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
@@ -28,7 +28,7 @@
Internal\Cryptography\Helpers.cs
- Common\System\Security\Cryptography\KeySizeHelpers.cs
+ Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
@@ -41,7 +41,7 @@
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
+ Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs">
@@ -72,82 +72,82 @@
Internal\Cryptography\Windows\CryptoThrowHelper.cs
- Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptCreateHash.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptCreateHash.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptDecrypt.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptDecrypt.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptDeriveKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptDeriveKey.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptEncrypt.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptEncrypt.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptExportKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptExportKey.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptGenKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptGenKey.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptGetDefaultProvider.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptGetDefaultProvider.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptGetHashParam.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptGetHashParam.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptGetKeyParam.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptGetKeyParam.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptGetUserKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptGetUserKey.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptHashData.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptHashData.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptImportKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptImportKey.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptSetKeyParam.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptSetKeyParam.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptSignHash.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptSignHash.cs">
- Common\Interop\Windows\Advapi32\SafeHashHandle.cs
+ Link="Common\Interop\Windows\Advapi32\SafeHashHandle.cs">
- Common\Interop\Windows\Advapi32\SafeKeyHandle.cs
+ Link="Common\Interop\Windows\Advapi32\SafeKeyHandle.cs">
- Common\Interop\Windows\Advapi32\SafeProvHandle.cs
+ Link="Common\Interop\Windows\Advapi32\SafeProvHandle.cs">
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
- Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\kernel32\Interop.FormatMessage.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
@@ -162,4 +162,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
index 887d4a3e1f2055..39abb837511323 100644
--- a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
@@ -11,31 +11,31 @@
- CommonTest\System\Security\Cryptography\ByteUtils.cs
+ Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
- CommonTest\System\Security\Cryptography\CryptoUtils.cs
+ Link="CommonTest\System\Security\Cryptography\CryptoUtils.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs">
- CommonTest\System\IO\PositionValueStream.cs
+ Link="CommonTest\System\IO\PositionValueStream.cs">
@@ -52,79 +52,79 @@
- CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs">
diff --git a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
index 19f6ae909d28fe..def5b616aeeab0 100644
--- a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
+++ b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
@@ -27,7 +27,7 @@
System\Security\Cryptography\CryptoPool.cs
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -35,22 +35,22 @@
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
- Common\Interop\Windows\BCrypt\Cng.cs
+ Link="Common\Interop\Windows\BCrypt\Cng.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs">
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
Internal\Cryptography\Windows\CryptoThrowHelper.cs
@@ -59,7 +59,7 @@
Internal\Windows\kernel32\Interop.FormatMessage.cs
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
@@ -67,69 +67,69 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.LookupFriendlyNameByOid.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.LookupFriendlyNameByOid.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs">
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
- Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs">
- Common\System\Memory\PointerMemoryManager.cs
+ Link="Common\System\Memory\PointerMemoryManager.cs">
- Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml">
- Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
diff --git a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
index 1a63d7889f1b9b..b56ed5a9a30c22 100644
--- a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
@@ -6,7 +6,7 @@
- Common\System\Security\Cryptography\CryptoPool.cs
+ Link="Common\System\Security\Cryptography\CryptoPool.cs">
@@ -91,10 +91,10 @@
- CommonTest\System\Security\Cryptography\ByteUtils.cs
+ Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
- Common\System\Memory\PointerMemoryManager.cs
+ Link="Common\System\Memory\PointerMemoryManager.cs">
diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
index 6f9f04c70d5743..b8ff95c2e8ad55 100644
--- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
+++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
@@ -19,127 +19,127 @@
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
+ Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs">
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
+ Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs">
Internal\Cryptography\Helpers.cs
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Dsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Dsa.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Rsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Rsa.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs">
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs">
- Common\System\Memory\PointerMemoryManager.cs
+ Link="Common\System\Memory\PointerMemoryManager.cs">
- Common\System\Security\Cryptography\CryptoPool.cs
+ Link="Common\System\Security\Cryptography\CryptoPool.cs">
- Common\System\Security\Cryptography\DSAOpenSsl.cs
+ Link="Common\System\Security\Cryptography\DSAOpenSsl.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs">
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs
+ Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs">
- Common\System\Security\Cryptography\ECDsaOpenSsl.cs
+ Link="Common\System\Security\Cryptography\ECDsaOpenSsl.cs">
- Common\System\Security\Cryptography\ECOpenSsl.cs
+ Link="Common\System\Security\Cryptography\ECOpenSsl.cs">
- Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs
+ Link="Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs">
- Common\System\Security\Cryptography\KeyBlobHelpers.cs
+ Link="Common\System\Security\Cryptography\KeyBlobHelpers.cs">
- Common\System\Security\Cryptography\RSAOpenSsl.cs
+ Link="Common\System\Security\Cryptography\RSAOpenSsl.cs">
- Common\System\Security\Cryptography\RsaPaddingProcessor.cs
+ Link="Common\System\Security\Cryptography\RsaPaddingProcessor.cs">
diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
index f766dd7a378c3f..b6e5c40edc64d9 100644
--- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
@@ -7,85 +7,85 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- CommonTest\System\Security\Cryptography\ByteUtils.cs
+ Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs">
- CommonTest\System\IO\PositionValueStream.cs
+ Link="CommonTest\System\IO\PositionValueStream.cs">
@@ -94,90 +94,90 @@
- CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs">
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
+ Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs">
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
index 8f3d58028081ee..7b2f9fc9d9c835 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
+++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
@@ -60,23 +60,23 @@
Internal\Cryptography\Helpers.cs
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
- Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml
@@ -161,223 +161,223 @@
- Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs">
- Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs">
- Common\Interop\Windows\Advapi32\SafeHashHandle.cs
+ Link="Common\Interop\Windows\Advapi32\SafeHashHandle.cs">
- Common\Interop\Windows\Advapi32\SafeKeyHandle.cs
+ Link="Common\Interop\Windows\Advapi32\SafeKeyHandle.cs">
- Common\Interop\Windows\Advapi32\SafeProvHandle.cs
+ Link="Common\Interop\Windows\Advapi32\SafeProvHandle.cs">
- Common\Interop\Windows\Crypt32\Interop.CERT_CONTEXT.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CERT_CONTEXT.cs">
- Common\Interop\Windows\Crypt32\Interop.CERT_ID.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CERT_ID.cs">
- Common\Interop\Windows\Crypt32\Interop.CERT_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CERT_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CERT_ISSUER_SERIAL_NUMBER.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CERT_ISSUER_SERIAL_NUMBER.cs">
- Common\Interop\Windows\Crypt32\Interop.CERT_PUBLIC_KEY_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CERT_PUBLIC_KEY_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CertContextPropId.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertContextPropId.cs">
- Common\Interop\Windows\Crypt32\Interop.CertCreateCertificateContext.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertCreateCertificateContext.cs">
- Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs">
- Common\Interop\Windows\Crypt32\Interop.CertGetCertificateContextProperty.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertGetCertificateContextProperty.cs">
- Common\Interop\Windows\Crypt32\Interop.CertGetPublicKeyLength.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertGetPublicKeyLength.cs">
- Common\Interop\Windows\Crypt32\Interop.CertIdChoice.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertIdChoice.cs">
- Common\Interop\Windows\Crypt32\Interop.CertNameStrTypeAndFlags.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertNameStrTypeAndFlags.cs">
- Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_CMS_RECIPIENT_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_CMS_RECIPIENT_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_DECRYPT_PARA.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_DECRYPT_PARA.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_KEY_AGREE_DECRYPT_PARA.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_KEY_AGREE_DECRYPT_PARA.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_ENVELOPED_ENCODE_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_ENVELOPED_ENCODE_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_RC2_AUX_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_RC2_AUX_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCODE_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCODE_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CMsgCmsRecipientChoice.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMsgCmsRecipientChoice.cs">
- Common\Interop\Windows\Crypt32\Interop.CMsgKeyAgreeOriginatorChoice.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CMsgKeyAgreeOriginatorChoice.cs">
- Common\Interop\Windows\Crypt32\Interop.CmsKeyAgreeKeyChoice.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CmsKeyAgreeKeyChoice.cs">
- Common\Interop\Windows\Crypt32\Interop.CRYPT_ALGORITHM_IDENTIFIER.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_ALGORITHM_IDENTIFIER.cs">
- Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE.cs">
- Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE_TYPE_VALUE.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE_TYPE_VALUE.cs">
- Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTES.cs">
- Common\Interop\Windows\Crypt32\Interop.CRYPT_BIT_BLOB.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_BIT_BLOB.cs">
- Common\Interop\Windows\Crypt32\Interop.CRYPT_KEY_PROV_INFO.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_KEY_PROV_INFO.cs">
- Common\Interop\Windows\Crypt32\Interop.CRYPT_RC2_CBC_PARAMETERS.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_RC2_CBC_PARAMETERS.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKey.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKey.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKeyFlags.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKeyFlags.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptDecodeObject.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptDecodeObject.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptDecodeObjectStructType.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptDecodeObjectStructType.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptEncodeDecodeWrappers.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptEncodeDecodeWrappers.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptEncodeObject.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptEncodeObject.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptKeySpec.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptKeySpec.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgControl.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgControl.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgGetParam.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgGetParam.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToDecode.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToDecode.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToEncode.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToEncode.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgParamType.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgParamType.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgType.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgType.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgUpdate.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgUpdate.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptRc2Version.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptRc2Version.cs">
- Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs">
- Common\Interop\Windows\Crypt32\Interop.ErrorCode.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.ErrorCode.cs">
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
- Common\Interop\Windows\Crypt32\Interop.MsgControlType.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.MsgControlType.cs">
- Common\Interop\Windows\Crypt32\Interop.MsgEncodingType.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.MsgEncodingType.cs">
- Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
+ Link="Common\Interop\Windows\kernel32\Interop.FormatMessage.cs">
- Common\Interop\Windows\kernel32\Interop.Heap.cs
+ Link="Common\Interop\Windows\kernel32\Interop.Heap.cs">
- Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs">
- Common\Interop\Windows\NCrypt\Interop.Properties.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.Properties.cs">
- Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs
+ Link="Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs
+ Link="Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs">
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
@@ -418,147 +418,147 @@
- Common\System\Memory\PointerMemoryManager.cs
+ Link="Common\System\Memory\PointerMemoryManager.cs">
- Common\System\Security\Cryptography\CryptoPool.cs
+ Link="Common\System\Security\Cryptography\CryptoPool.cs">
- Common\System\Security\Cryptography\Oids.cs
+ Link="Common\System\Security\Cryptography\Oids.cs">
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml">
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml">
- Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Common\System\Security\Cryptography\Asn1\AttributeAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml">
- Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
- Common\System\Security\Cryptography\Asn1\PBEParameter.xml
+ Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml">
- Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs">
Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Common\System\Security\Cryptography\Asn1\PBES2Params.xml
+ Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml">
- Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs">
Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml">
- Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs">
Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml">
- Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs">
Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml">
- Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml
- Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml">
- Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml
- Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml">
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs">
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs">
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml">
- Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
- Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
@@ -656,59 +656,59 @@
- Common\System\Security\Cryptography\KeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
- Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
+ Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
+ Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
@@ -736,4 +736,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
index 6ec360c29c787c..08d9e6a34b85f7 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
@@ -5,7 +5,7 @@
- CommonTest\System\Security\Cryptography\ByteUtils.cs
+ Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
@@ -68,4 +68,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
index df10307ed42440..aeebe595a50983 100644
--- a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
+++ b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
@@ -25,22 +25,22 @@
- Common\System\Threading\Tasks\ForceAsyncAwaiter.cs
+ Link="Common\System\Threading\Tasks\ForceAsyncAwaiter.cs">
Internal\Cryptography\Helpers.cs
- Common\System\Security\Cryptography\CryptoPool.cs
+ Link="Common\System\Security\Cryptography\CryptoPool.cs">
- Common\System\Security\Cryptography\KeySizeHelpers.cs
+ Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
- Common\System\Security\Cryptography\Oids.cs
+ Link="Common\System\Security\Cryptography\Oids.cs">
- Common\System\Threading\Tasks\TaskToApm.cs
+ Link="Common\System\Threading\Tasks\TaskToApm.cs">
@@ -48,4 +48,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
index 6a871d86030580..28b8946d8a13f8 100644
--- a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
@@ -4,7 +4,7 @@
- CommonTest\System\IO\PositionValueStream.cs
+ Link="CommonTest\System\IO\PositionValueStream.cs">
@@ -23,4 +23,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
index 08baa54b43202a..4612eb7094a1bc 100644
--- a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
+++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
@@ -11,19 +11,19 @@
- Common\Interop\Windows\Crypt32\Interop.CryptProtectData.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptProtectData.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs">
- Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
Internal\Cryptography\Windows\CryptoThrowHelper.cs
@@ -32,10 +32,10 @@
Internal\Windows\kernel32\Interop.FormatMessage.cs
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\System\HResults.cs
+ Link="Common\System\HResults.cs">
diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
index 412b5dd0ac0621..e0d78f11ac296d 100644
--- a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
@@ -6,7 +6,7 @@
- CommonTest\System\Security\Cryptography\ByteUtils.cs
+ Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
index 1d0586c53367d6..4ce8d37f4197b1 100644
--- a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
+++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
@@ -13,106 +13,106 @@
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
- Common\System\Memory\PointerMemoryManager.cs
+ Link="Common\System\Memory\PointerMemoryManager.cs">
- Common\System\Security\Cryptography\CryptoPool.cs
+ Link="Common\System\Security\Cryptography\CryptoPool.cs">
- Common\System\Security\Cryptography\Oids.cs
+ Link="Common\System\Security\Cryptography\Oids.cs">
- Common\System\Security\Cryptography\KeyBlobHelpers.cs
+ Link="Common\System\Security\Cryptography\KeyBlobHelpers.cs">
- Common\System\Security\Cryptography\KeySizeHelpers.cs
+ Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml">
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml">
- Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Common\System\Security\Cryptography\Asn1\AttributeAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml">
- Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml">
- Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
- Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml">
- Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml
- Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml">
- Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
- Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
+ Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs">
Internal\Cryptography\Helpers.cs
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -251,52 +251,52 @@
- Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs">
- Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs">
- Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs">
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
- Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs
+ Link="Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs">
- Common\Internal\Windows\kernel32\Interop.FormatMessage.cs
+ Link="Common\Internal\Windows\kernel32\Interop.FormatMessage.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptDestroyKey.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptDestroyKey.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptExportKey.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptExportKey.cs">
- Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs">
- Common\Interop\Windows\BCrypt\Interop.Blobs.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.Blobs.cs">
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
+ Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBCryptKeyHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBCryptKeyHandle.cs">
@@ -309,13 +309,13 @@
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointNameAsn.xml
- Common\System\Security\Cryptography\KeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
+ Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
+ Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
@@ -339,277 +339,277 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\System.Native\Interop.Permissions.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Permissions.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.GetIntegerBytes.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.GetIntegerBytes.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Encode.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Encode.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs12.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs12.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs7.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs7.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs">
- Common\Interop\Unix\Interop.Close.cs
+ Link="Common\Interop\Unix\Interop.Close.cs">
- Common\Interop\Unix\System.Native\Interop.FChMod.cs
+ Link="Common\Interop\Unix\System.Native\Interop.FChMod.cs">
- Common\Interop\Unix\Interop.GetEUid.cs
+ Link="Common\Interop\Unix\Interop.GetEUid.cs">
- Common\Interop\Unix\Interop.GetPwUid.cs
+ Link="Common\Interop\Unix\Interop.GetPwUid.cs">
- Common\Interop\Unix\System.Native\Interop.Stat.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Stat.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs">
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.PooledCrypto.cs
+ Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.PooledCrypto.cs">
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafePkcs12Handle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafePkcs12Handle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafePkcs7Handle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafePkcs7Handle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs">
- Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
+ Link="Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs">
- Common\System\IO\PersistedFiles.Unix.cs
+ Link="Common\System\IO\PersistedFiles.Unix.cs">
- Common\System\IO\PersistedFiles.Names.Unix.cs
+ Link="Common\System\IO\PersistedFiles.Names.Unix.cs">
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
+ Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs">
- Common\Interop\OSX\Interop.CoreFoundation.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Trust.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Trust.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Store.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Store.cs">
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
- Common\System\Security\Cryptography\DSAKeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\DSAKeyFormatHelper.cs">
- Common\System\Security\Cryptography\DSASecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\DSASecurityTransforms.cs">
- Common\System\Security\Cryptography\EccKeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\EccKeyFormatHelper.cs">
- Common\System\Security\Cryptography\EccSecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\EccSecurityTransforms.cs">
- Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs">
- Common\System\Security\Cryptography\KeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
+ Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
+ Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
- Common\System\Security\Cryptography\RSAKeyFormatHelper.cs
+ Link="Common\System\Security\Cryptography\RSAKeyFormatHelper.cs">
- Common\System\Security\Cryptography\RsaPaddingProcessor.cs
+ Link="Common\System\Security\Cryptography\RsaPaddingProcessor.cs">
- Common\System\Security\Cryptography\RSASecurityTransforms.cs
+ Link="Common\System\Security\Cryptography\RSASecurityTransforms.cs">
- Common\System\Security\Cryptography\SecKeyPair.cs
+ Link="Common\System\Security\Cryptography\SecKeyPair.cs">
- Common\System\Security\Cryptography\Asn1\CurveAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml">
- Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Common\System\Security\Cryptography\Asn1\DssParms.xml
+ Link="Common\System\Security\Cryptography\Asn1\DssParms.xml">
- Common\System\Security\Cryptography\Asn1\DssParms.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\DssParms.xml.cs">
Common\System\Security\Cryptography\Asn1\DssParms.xml
- Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
+ Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml">
- Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs">
Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
+ Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml">
- Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs">
Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
- Common\System\Security\Cryptography\Asn1\FieldID.xml
+ Link="Common\System\Security\Cryptography\Asn1\FieldID.xml">
- Common\System\Security\Cryptography\Asn1\FieldID.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\FieldID.xml.cs">
Common\System\Security\Cryptography\Asn1\FieldID.xml
- Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml">
- Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml
- Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml">
- Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml
- Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
+ Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml">
- Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs">
Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
@@ -628,116 +628,116 @@
- Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\PBEParameter.xml
+ Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml">
- Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs">
Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Common\System\Security\Cryptography\Asn1\PBES2Params.xml
+ Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml">
- Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs">
Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml">
- Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs">
Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml">
- Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs">
Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml">
- Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
- Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
+ Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml">
- Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs">
Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml">
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs">
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs
+ Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs">
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
@@ -778,6 +778,6 @@
-
+
diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
index 3f129ff6efe9a7..121680cefd9a9f 100644
--- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
@@ -9,10 +9,10 @@
- Common\System\Memory\PointerMemoryManager.cs
+ Link="Common\System\Memory\PointerMemoryManager.cs">
- Common\System\Security\Cryptography\CryptoPool.cs
+ Link="Common\System\Security\Cryptography\CryptoPool.cs">
@@ -41,7 +41,7 @@
- CommonTest\System\Security\Cryptography\ByteUtils.cs
+ Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
@@ -66,71 +66,71 @@
- Common\Interop\Unix\Interop.Libraries.cs
+ Link="Common\Interop\Unix\Interop.Libraries.cs">
- Common\Interop\Unix\Interop.Errors.cs
+ Link="Common\Interop\Unix\Interop.Errors.cs">
- Common\Interop\Unix\Interop.GetEUid.cs
+ Link="Common\Interop\Unix\Interop.GetEUid.cs">
- Common\Interop\Unix\Interop.GetPwUid.cs
+ Link="Common\Interop\Unix\Interop.GetPwUid.cs">
- Common\Interop\Unix\System.Native\Interop.FChMod.cs
+ Link="Common\Interop\Unix\System.Native\Interop.FChMod.cs">
- Common\Interop\Unix\System.Native\Interop.Permissions.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Permissions.cs">
- Common\Interop\Unix\System.Native\Interop.Stat.cs
+ Link="Common\Interop\Unix\System.Native\Interop.Stat.cs">
- Common\System\IO\PersistedFiles.Unix.cs
+ Link="Common\System\IO\PersistedFiles.Unix.cs">
- Common\System\IO\PersistedFiles.Names.Unix.cs
+ Link="Common\System\IO\PersistedFiles.Names.Unix.cs">
- Common\Interop\OSX\Interop.CoreFoundation.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
+ Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
- Common\Interop\OSX\Interop.Libraries.cs
+ Link="Common\Interop\OSX\Interop.Libraries.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs">
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
+ Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs">
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
index 44784da1fb405c..b5f2c0ebe210b7 100644
--- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
+++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
@@ -84,7 +84,7 @@
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -115,4 +115,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
index 17bbfa7f04173d..d34bea5382cc1d 100644
--- a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
+++ b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
@@ -29,159 +29,159 @@
- Common\Interop\Interop.Libraries.cs
+ Link="Common\Interop\Interop.Libraries.cs">
- Common\Interop\Windows\Advapi32\Interop.UNICODE_STRING.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.UNICODE_STRING.cs">
- Common\Interop\Windows\Advapi32\Interop.OBJECT_ATTRIBUTES.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.OBJECT_ATTRIBUTES.cs">
- Common\Interop\Interop.TOKENS.cs
+ Link="Common\Interop\Interop.TOKENS.cs">
- Common\Interop\Interop.WinError.cs
+ Link="Common\Interop\Interop.WinError.cs">
- Common\Interop\Interop.Winnt.cs
+ Link="Common\Interop\Interop.Winnt.cs">
- Common\Interop\Interop.NtStatus.cs
+ Link="Common\Interop\Interop.NtStatus.cs">
- Common\Interop\Interop.LSAStructs.cs
+ Link="Common\Interop\Interop.LSAStructs.cs">
- Common\Interop\Interop.SECURITY_LOGON_SESSION_DATA.cs
+ Link="Common\Interop\Interop.SECURITY_LOGON_SESSION_DATA.cs">
- Common\Interop\Interop.GetCurrentProcess.cs
+ Link="Common\Interop\Interop.GetCurrentProcess.cs">
- Common\Interop\Interop.GetCurrentThread.cs
+ Link="Common\Interop\Interop.GetCurrentThread.cs">
- Common\Interop\Interop.ClaimSecurityAttributes.cs
+ Link="Common\Interop\Interop.ClaimSecurityAttributes.cs">
- Common\Interop\Interop.OpenProcessToken.cs
+ Link="Common\Interop\Interop.OpenProcessToken.cs">
- Common\Interop\Interop.GetTokenInformation.cs
+ Link="Common\Interop\Interop.GetTokenInformation.cs">
- Common\Interop\Interop.DuplicateTokenEx.cs
+ Link="Common\Interop\Interop.DuplicateTokenEx.cs">
- Common\Interop\Interop.DuplicateHandle.cs
+ Link="Common\Interop\Interop.DuplicateHandle.cs">
- Common\Interop\Interop.CloseHandle.cs
+ Link="Common\Interop\Interop.CloseHandle.cs">
- Common\Interop\Interop.LsaGetLogonSessionData.cs
+ Link="Common\Interop\Interop.LsaGetLogonSessionData.cs">
- Common\Interop\Interop.LsaFreeReturnBuffer.cs
+ Link="Common\Interop\Interop.LsaFreeReturnBuffer.cs">
- Common\Interop\Interop.LsaLookupNames2.cs
+ Link="Common\Interop\Interop.LsaLookupNames2.cs">
- Common\Interop\Interop.LsaLookupSids.cs
+ Link="Common\Interop\Interop.LsaLookupSids.cs">
- Common\Interop\Interop.LsaClose.cs
+ Link="Common\Interop\Interop.LsaClose.cs">
- Common\Interop\Interop.LsaFreeMemory.cs
+ Link="Common\Interop\Interop.LsaFreeMemory.cs">
- Common\Interop\Interop.LsaOpenPolicy.cs
+ Link="Common\Interop\Interop.LsaOpenPolicy.cs">
- Common\Interop\Interop.ConvertStringSidToSid.cs
+ Link="Common\Interop\Interop.ConvertStringSidToSid.cs">
- Common\Interop\Interop.CreateWellKnownSid.cs
+ Link="Common\Interop\Interop.CreateWellKnownSid.cs">
- Common\Interop\Interop.GetWindowsAccountDomainSid.cs
+ Link="Common\Interop\Interop.GetWindowsAccountDomainSid.cs">
- Common\Interop\Interop.IsWellKnownSid.cs
+ Link="Common\Interop\Interop.IsWellKnownSid.cs">
- Common\Interop\Interop.IsEqualDomainSid.cs
+ Link="Common\Interop\Interop.IsEqualDomainSid.cs">
- Common\Interop\Interop.OpenThreadToken.cs
+ Link="Common\Interop\Interop.OpenThreadToken.cs">
- Common\Interop\Interop.RevertToSelf.cs
+ Link="Common\Interop\Interop.RevertToSelf.cs">
- Common\Interop\Interop.ImpersonateLoggedOnUser.cs
+ Link="Common\Interop\Interop.ImpersonateLoggedOnUser.cs">
- Common\Interop\Interop.LsaNtStatusToWinError.cs
+ Link="Common\Interop\Interop.LsaNtStatusToWinError.cs">
- Common\Interop\Windows\Advapi32\Interop.LSA_STRING.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.LSA_STRING.cs">
- Common\Interop\Windows\SspiCli\Interop.AuthenticationPackageNames.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.AuthenticationPackageNames.cs">
- Common\Interop\Windows\SspiCli\Interop.KerbLogonSubmitType.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.KerbLogonSubmitType.cs">
- Common\Interop\Windows\SspiCli\Interop.KerbS4uLogin.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.KerbS4uLogin.cs">
- Common\Interop\Windows\SspiCli\Interop.LsaConnectUntrusted.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.LsaConnectUntrusted.cs">
- Common\Interop\Windows\SspiCli\Interop.LsaDeregisterLogonProcess.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.LsaDeregisterLogonProcess.cs">
- Common\Interop\Windows\SspiCli\Interop.LsaLogonUser.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.LsaLogonUser.cs">
- Common\Interop\Windows\SspiCli\Interop.LsaLookupAuthenticationPackage.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.LsaLookupAuthenticationPackage.cs">
- Common\Interop\Windows\SspiCli\Interop.QuotaLimits.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.QuotaLimits.cs">
- Common\Interop\Windows\SspiCli\Interop.SecurityLogonType.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.SecurityLogonType.cs">
- Common\Interop\Windows\SspiCli\Interop.TokenSource.cs
+ Link="Common\Interop\Windows\SspiCli\Interop.TokenSource.cs">
- Common\Interop\Windows\Advapi32\Interop.AllocateLocallyUniqueId.cs
+ Link="Common\Interop\Windows\Advapi32\Interop.AllocateLocallyUniqueId.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLsaHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLsaHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLsaMemoryHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLsaMemoryHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLsaPolicyHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLsaPolicyHandle.cs">
- Common\Microsoft\Win32\SafeHandles\SafeLsaReturnBufferHandle.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeLsaReturnBufferHandle.cs">
- Common\Interop\Interop.CheckTokenMembership.cs
+ Link="Common\Interop\Interop.CheckTokenMembership.cs">
diff --git a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
index 1607b7dbbce2bb..c7baeda7da4cf5 100644
--- a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
+++ b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
@@ -13,7 +13,7 @@
- Common\System\Threading\ThreadTestHelpers.cs
+ Link="Common\System\Threading\ThreadTestHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
index 6c47b7598ab68a..454b572777376c 100644
--- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
+++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
@@ -10,76 +10,76 @@
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.Errors.cs
+ Link="Common\Interop\Windows\Interop.Errors.cs">
- Common\Interop\Windows\Interop.ServiceProcessOptions.cs
+ Link="Common\Interop\Windows\Interop.ServiceProcessOptions.cs">
- Common\Interop\Windows\Interop.CloseServiceHandle.cs
+ Link="Common\Interop\Windows\Interop.CloseServiceHandle.cs">
- Common\Interop\Windows\Interop.ControlService.cs
+ Link="Common\Interop\Windows\Interop.ControlService.cs">
- Common\Interop\Windows\Interop.EnumDependentServices.cs
+ Link="Common\Interop\Windows\Interop.EnumDependentServices.cs">
- Common\Interop\Windows\Interop.EnumServicesStatusEx.cs
+ Link="Common\Interop\Windows\Interop.EnumServicesStatusEx.cs">
- Common\Interop\Windows\Interop.GetServiceDisplayName.cs
+ Link="Common\Interop\Windows\Interop.GetServiceDisplayName.cs">
- Common\Interop\Windows\Interop.GetServiceKeyName.cs
+ Link="Common\Interop\Windows\Interop.GetServiceKeyName.cs">
- Common\Interop\Windows\Interop.OpenSCManager.cs
+ Link="Common\Interop\Windows\Interop.OpenSCManager.cs">
- Common\Interop\Windows\Interop.OpenService.cs
+ Link="Common\Interop\Windows\Interop.OpenService.cs">
- Common\Interop\Windows\Interop.QueryServiceConfig.cs
+ Link="Common\Interop\Windows\Interop.QueryServiceConfig.cs">
- Common\Interop\Windows\Interop.QueryServiceStatus.cs
+ Link="Common\Interop\Windows\Interop.QueryServiceStatus.cs">
- Common\Interop\Windows\Interop.StartService.cs
+ Link="Common\Interop\Windows\Interop.StartService.cs">
- Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS.cs
+ Link="Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS.cs">
- Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS_PROCESS.cs
+ Link="Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS_PROCESS.cs">
- Common\Interop\Windows\Interop.QUERY_SERVICE_CONFIG.cs
+ Link="Common\Interop\Windows\Interop.QUERY_SERVICE_CONFIG.cs">
- Common\Interop\Windows\Interop.SERVICE_STATUS.cs
+ Link="Common\Interop\Windows\Interop.SERVICE_STATUS.cs">
- Common\Interop\Windows\Interop.SERVICE_TABLE_ENTRY.cs
+ Link="Common\Interop\Windows\Interop.SERVICE_TABLE_ENTRY.cs">
- Common\Interop\Windows\Interop.SetServiceStatus.cs
+ Link="Common\Interop\Windows\Interop.SetServiceStatus.cs">
- Common\Interop\Windows\Interop.WTSSESSION_NOTIFICATION.cs
+ Link="Common\Interop\Windows\Interop.WTSSESSION_NOTIFICATION.cs">
- Common\Interop\Windows\Interop.RegisterServiceCtrlHandlerEx.cs
+ Link="Common\Interop\Windows\Interop.RegisterServiceCtrlHandlerEx.cs">
- Common\Interop\Windows\Interop.StartServiceCtrlDispatcher.cs
+ Link="Common\Interop\Windows\Interop.StartServiceCtrlDispatcher.cs">
@@ -117,4 +117,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
index a93989888aa84a..9d068f966fad52 100644
--- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
+++ b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
@@ -15,37 +15,37 @@
Microsoft\Win32\SafeHandles\SafeServiceHandle.cs
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.ServiceProcessOptions.cs
+ Link="Common\Interop\Windows\Interop.ServiceProcessOptions.cs">
- Common\Interop\Windows\Interop.CloseServiceHandle.cs
+ Link="Common\Interop\Windows\Interop.CloseServiceHandle.cs">
- Common\Interop\Windows\Interop.OpenSCManager.cs
+ Link="Common\Interop\Windows\Interop.OpenSCManager.cs">
- Common\Interop\Windows\Interop.OpenService.cs
+ Link="Common\Interop\Windows\Interop.OpenService.cs">
- Common\Interop\Windows\Interop.CreateService.cs
+ Link="Common\Interop\Windows\Interop.CreateService.cs">
- Common\Interop\Windows\Interop.SERVICE_DESCRIPTION.cs
+ Link="Common\Interop\Windows\Interop.SERVICE_DESCRIPTION.cs">
- Common\Interop\Windows\Interop.ChangeServiceConfig2.cs
+ Link="Common\Interop\Windows\Interop.ChangeServiceConfig2.cs">
- Common\Interop\Windows\Interop.SERVICE_DELAYED_AUTOSTART_INFO.cs
+ Link="Common\Interop\Windows\Interop.SERVICE_DELAYED_AUTOSTART_INFO.cs">
- Common\Interop\Windows\Interop.DeleteService.cs
+ Link="Common\Interop\Windows\Interop.DeleteService.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
index 54071d3f8948f3..bc81ec486de074 100644
--- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
+++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
@@ -32,19 +32,19 @@
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Interop\Windows\Interop.BOOL.cs
+ Link="Common\Interop\Windows\Interop.BOOL.cs">
- Common\Interop\Windows\Interop.GetCPInfoEx.cs
+ Link="Common\Interop\Windows\Interop.GetCPInfoEx.cs">
- Common\Interop\Windows\Interop.MAX_PATH.cs
+ Link="Common\Interop\Windows\Interop.MAX_PATH.cs">
- Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs
+ Link="Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs">
@@ -79,4 +79,4 @@
Data\PreferredCodePageNames.csv
System\Text\EncodingTable.Data.cs
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
index 176198fafdd570..0588f5320b76cd 100644
--- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
+++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
@@ -34,7 +34,7 @@
System\Text\UnicodeUtility.cs
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -48,4 +48,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
index 5c821348d95b40..e69392277ff1e5 100644
--- a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
+++ b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
@@ -53,7 +53,7 @@
System\Text\UnicodeUtility.cs
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj
index a261c488c72931..eefe7d8c32d4aa 100644
--- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj
+++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj
@@ -16,10 +16,10 @@
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
+ Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
@@ -214,7 +214,7 @@
- Common\System\Buffers\ArrayBufferWriter.cs
+ Link="Common\System\Buffers\ArrayBufferWriter.cs">
@@ -225,7 +225,7 @@
- Common\System\Collections\Generic\ReferenceEqualityComparer.cs
+ Link="Common\System\Collections\Generic\ReferenceEqualityComparer.cs">
diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
index 89f75872b706b6..9125a7d650ddae 100644
--- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
+++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
@@ -6,7 +6,7 @@
- CommonTest\System\IO\WrappedMemoryStream.cs
+ Link="CommonTest\System\IO\WrappedMemoryStream.cs">
@@ -137,7 +137,7 @@
- CommonTest\System\Buffers\ArrayBufferWriter.cs
+ Link="CommonTest\System\Buffers\ArrayBufferWriter.cs">
diff --git a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
index f3a73189a0b72c..22095d760f18a5 100644
--- a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
+++ b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
@@ -48,16 +48,16 @@
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
- Common\System\Collections\Generic\ValueListBuilder.cs
+ Link="Common\System\Collections\Generic\ValueListBuilder.cs">
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
@@ -73,4 +73,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
index b89454d09d19df..459d2bdbd043f8 100644
--- a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
+++ b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
@@ -44,7 +44,7 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
index 46c9198e3b0d63..88e75764efd15c 100644
--- a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
+++ b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
@@ -14,7 +14,7 @@
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
index 495e5054c7ca56..a12323863504ea 100644
--- a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
+++ b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
@@ -24,7 +24,7 @@
- CommonTest\System\Threading\ThreadTestHelpers.cs
+ Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
index 9e20116e0ba468..60511e8e3962b7 100644
--- a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
+++ b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
@@ -42,7 +42,7 @@
- Common\Internal\Padding.cs
+ Link="Common\Internal\Padding.cs">
@@ -76,4 +76,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
index 1b02b25a8553c3..fe417f00ca259e 100644
--- a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
@@ -22,10 +22,10 @@
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- Common\System\Diagnostics\DebuggerAttributes.cs
+ Link="Common\System\Diagnostics\DebuggerAttributes.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
index 65d89caaf8e729..7696b1e1e23eb4 100644
--- a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
@@ -10,13 +10,13 @@
- Common\System\Threading\Tasks\Sources\ManualResetValueTaskSource.cs
+ Link="Common\System\Threading\Tasks\Sources\ManualResetValueTaskSource.cs">
- Common\System\Threading\Tasks\Sources\ManualResetValueTaskSourceFactory.cs
+ Link="Common\System\Threading\Tasks\Sources\ManualResetValueTaskSourceFactory.cs">
- Common\System\Threading\Tasks\GetStateMachineData.cs
+ Link="Common\System\Threading\Tasks\GetStateMachineData.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
index 0c93e3a41ffa05..ea599a2d62f43a 100644
--- a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
@@ -8,7 +8,7 @@
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
@@ -26,7 +26,7 @@
- CommonTest\System\Threading\ThreadPoolHelpers.cs
+ Link="CommonTest\System\Threading\ThreadPoolHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
index d05826479b00d1..c82d6ba75316fa 100644
--- a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
@@ -49,14 +49,14 @@
- Common\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
- CommonTest\System\Threading\ThreadPoolHelpers.cs
+ Link="CommonTest\System\Threading\ThreadPoolHelpers.cs">
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
+ Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
index 5834cb689cb113..91e566ba19946e 100644
--- a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
+++ b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
@@ -13,10 +13,10 @@
- CommonTest\System\Threading\ThreadTestHelpers.cs
+ Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
index c178d826b6809d..c15ee3f2a49a03 100644
--- a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
+++ b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
@@ -9,7 +9,7 @@
- CommonTest\System\Threading\ThreadTestHelpers.cs
+ Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
index ed2ea9ccca87b9..f8278b90c01023 100644
--- a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
+++ b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
@@ -11,7 +11,7 @@
- CommonTest\System\Threading\ThreadTestHelpers.cs
+ Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading/src/System.Threading.csproj b/src/libraries/System.Threading/src/System.Threading.csproj
index 6401755e4cdbc0..641b53719ea8bf 100644
--- a/src/libraries/System.Threading/src/System.Threading.csproj
+++ b/src/libraries/System.Threading/src/System.Threading.csproj
@@ -15,7 +15,7 @@
- Common\System\HResults.cs
+ Link="Common\System\HResults.cs">
diff --git a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
index 4e27b5fc95d26b..8b3dc695ab45fc 100644
--- a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
+++ b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
@@ -33,10 +33,10 @@
- CommonTest\System\Diagnostics\Tracing\TestEventListener.cs
+ Link="CommonTest\System\Diagnostics\Tracing\TestEventListener.cs">
- CommonTest\System\Threading\ThreadTestHelpers.cs
+ Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
index dd5adc8a691957..4dabc712fb1864 100644
--- a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
+++ b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
@@ -51,10 +51,10 @@
- Common\System\Marvin.cs
+ Link="Common\System\Marvin.cs">
- Common\System\NotImplemented.cs
+ Link="Common\System\NotImplemented.cs">
System\Char8.cs
@@ -174,4 +174,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
index 8779e2c76d94b5..7e9b512bd54f6b 100644
--- a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
+++ b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
@@ -11,7 +11,7 @@
- Common\System\HexConverter.cs
+ Link="Common\System\HexConverter.cs">
diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
index 5608db2ffe1501..7ea1b853c6b309 100644
--- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
+++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
@@ -7,58 +7,58 @@
- Common\Interop\Windows\Crypt32\Interop.CertAddCertificateLinkToStore.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertAddCertificateLinkToStore.cs">
- Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs">
- Common\Interop\Windows\Crypt32\Interop.CertDuplicateCertificateContext.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertDuplicateCertificateContext.cs">
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore_IntPtr.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore_IntPtr.cs">
- Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs">
- Common\Interop\Windows\Crypt32\Interop.CertOpenStore.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CertOpenStore.cs">
- Common\Interop\Windows\Crypt32\Interop.CryptUIDlgCertificate.cs
+ Link="Common\Interop\Windows\Crypt32\Interop.CryptUIDlgCertificate.cs">
- Common\Interop\Windows\User32\Interop.MessageBeep.cs
+ Link="Common\Interop\Windows\User32\Interop.MessageBeep.cs">
- Common\Interop\Windows\WinMm\Interop.MMCKINFO.cs
+ Link="Common\Interop\Windows\WinMm\Interop.MMCKINFO.cs">
- Common\Interop\Windows\WinMm\Interop.mmioAscend.cs
+ Link="Common\Interop\Windows\WinMm\Interop.mmioAscend.cs">
- Common\Interop\Windows\WinMm\Interop.mmioClose.cs
+ Link="Common\Interop\Windows\WinMm\Interop.mmioClose.cs">
- Common\Interop\Windows\WinMm\Interop.mmioDescend.cs
+ Link="Common\Interop\Windows\WinMm\Interop.mmioDescend.cs">
- Common\Interop\Windows\WinMm\Interop.mmioRead.cs
+ Link="Common\Interop\Windows\WinMm\Interop.mmioRead.cs">
- Common\Interop\Windows\WinMm\Interop.mmioOpen.cs
+ Link="Common\Interop\Windows\WinMm\Interop.mmioOpen.cs">
- Common\Interop\Windows\WinMm\Interop.PlaySound.cs
+ Link="Common\Interop\Windows\WinMm\Interop.PlaySound.cs">
- Common\Interop\Windows\Interop.Libraries.cs
+ Link="Common\Interop\Windows\Interop.Libraries.cs">
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
+ Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
- Common\System\Text\ValueStringBuilder.cs
+ Link="Common\System\Text\ValueStringBuilder.cs">
diff --git a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
index ebd9e736f130ac..2326488fd4183c 100644
--- a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
+++ b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
@@ -9,7 +9,7 @@
- Common\System\Drawing\Helpers.cs
+ Link="Common\System\Drawing\Helpers.cs">
@@ -27,4 +27,4 @@
-
\ No newline at end of file
+
diff --git a/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
index 48967bb3cbc8c8..5a94043ffa08e8 100644
--- a/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -293,7 +293,7 @@
- Common\Interop\OSX\Interop.SearchPath.cs
+ Link="Common\Interop\OSX\Interop.SearchPath.cs">
From 5951f5446cb28dd1f2a8bbbaccdfd972f52124cb Mon Sep 17 00:00:00 2001
From: marcusturewicz <24448509+marcusturewicz@users.noreply.github.com>
Date: Sat, 25 Apr 2020 15:14:46 +1000
Subject: [PATCH 2/4] Revert "Use attribute Link syntax for Common files"
This reverts commit 120d9cb631b3eeab2c19e7a0ee2eff66bda9646d.
---
.../System.Private.CoreLib.csproj | 22 +-
.../ILCompiler.ReadyToRun.csproj | 8 +-
.../ILCompiler.TypeSystem.ReadyToRun.csproj | 2 +-
.../Security/Cryptography/Asn1/AsnXml.targets | 8 +-
...y.Cryptography.Asn1Reader.Shared.projitems | 70 +--
.../Common/tests/Common.Tests.csproj | 158 +++----
.../tests/TestUtilities/TestUtilities.csproj | 24 +-
.../src/Microsoft.CSharp.csproj | 14 +-
...oft.Extensions.Caching.Memory.Tests.csproj | 4 +-
...tensions.Configuration.Binder.Tests.csproj | 4 +-
...ons.Configuration.CommandLine.Tests.csproj | 6 +-
...guration.EnvironmentVariables.Tests.csproj | 8 +-
....Extensions.Configuration.Xml.Tests.csproj | 12 +-
...ions.Configuration.Functional.Tests.csproj | 2 +-
...ns.DependencyInjection.Abstractions.csproj | 8 +-
...soft.Extensions.DependencyInjection.csproj | 4 +-
...xtensions.DependencyInjection.Tests.csproj | 4 +-
...tensions.FileProviders.Abstractions.csproj | 2 +-
...t.Extensions.FileProviders.Physical.csproj | 4 +-
...nsions.FileProviders.Physical.Tests.csproj | 4 +-
...osoft.Extensions.FileSystemGlobbing.csproj | 2 +-
.../src/Microsoft.Extensions.Http.csproj | 6 +-
...oft.Extensions.Logging.Abstractions.csproj | 6 +-
...ft.Extensions.Logging.Configuration.csproj | 2 +-
...icrosoft.Extensions.Logging.Console.csproj | 4 +-
.../Microsoft.Extensions.Logging.Debug.csproj | 4 +-
...crosoft.Extensions.Logging.EventLog.csproj | 6 +-
...soft.Extensions.Logging.EventSource.csproj | 4 +-
.../src/Microsoft.Extensions.Logging.csproj | 6 +-
...ft.Extensions.Logging.Testing.Tests.csproj | 2 +-
.../Microsoft.Extensions.Primitives.csproj | 4 +-
.../src/Microsoft.Win32.Primitives.csproj | 10 +-
.../src/Microsoft.Win32.Registry.csproj | 36 +-
.../Microsoft.Win32.Registry.Tests.csproj | 6 +-
.../src/Microsoft.Win32.SystemEvents.csproj | 84 ++--
.../Microsoft.Win32.SystemEvents.Tests.csproj | 10 +-
.../tests/System.CodeDom.Tests.csproj | 14 +-
...System.Collections.Concurrent.Tests.csproj | 44 +-
.../src/System.Collections.Immutable.csproj | 2 +-
.../System.Collections.Immutable.Tests.csproj | 42 +-
.../src/System.Collections.NonGeneric.csproj | 2 +-
...System.Collections.NonGeneric.Tests.csproj | 20 +-
.../src/System.Collections.Specialized.csproj | 2 +-
...ystem.Collections.Specialized.Tests.csproj | 20 +-
.../src/System.Collections.csproj | 8 +-
.../tests/System.Collections.Tests.csproj | 50 +-
.../System.ComponentModel.Annotations.csproj | 4 +-
...onentModel.Composition.Registration.csproj | 12 +-
.../System.ComponentModel.Composition.csproj | 10 +-
...em.ComponentModel.Composition.Tests.csproj | 6 +-
...System.ComponentModel.TypeConverter.csproj | 4 +-
.../src/System.Composition.Convention.csproj | 12 +-
.../src/System.Composition.TypedParts.csproj | 4 +-
...System.Composition.TypedParts.Tests.csproj | 4 +-
....Configuration.ConfigurationManager.csproj | 6 +-
...guration.ConfigurationManager.Tests.csproj | 6 +-
.../System.Console/src/System.Console.csproj | 164 +++----
.../tests/System.Console.Tests.csproj | 10 +-
.../src/System.Data.Common.csproj | 2 +-
.../tests/System.Data.Common.Tests.csproj | 4 +-
.../src/System.Data.Odbc.csproj | 22 +-
.../tests/System.Data.Odbc.Tests.csproj | 10 +-
.../src/System.Data.OleDb.csproj | 6 +-
.../System.Diagnostics.Contracts.Tests.csproj | 4 +-
...System.Diagnostics.DiagnosticSource.csproj | 6 +-
....Diagnostics.DiagnosticSource.Tests.csproj | 6 +-
.../src/System.Diagnostics.EventLog.csproj | 44 +-
.../System.Diagnostics.FileVersionInfo.csproj | 24 +-
...stem.Diagnostics.PerformanceCounter.csproj | 78 ++--
...iagnostics.PerformanceCounter.Tests.csproj | 4 +-
.../src/System.Diagnostics.Process.csproj | 236 +++++-----
.../System.Diagnostics.Process.Tests.csproj | 8 +-
...Diagnostics.TextWriterTraceListener.csproj | 14 +-
.../src/System.Diagnostics.TraceSource.csproj | 14 +-
...DirectoryServices.AccountManagement.csproj | 6 +-
...oryServices.AccountManagement.Tests.csproj | 4 +-
...m.DirectoryServices.Protocols.Tests.csproj | 4 +-
.../System.DirectoryServices.Tests.csproj | 4 +-
.../src/System.Drawing.Common.csproj | 78 ++--
.../tests/System.Drawing.Common.Tests.csproj | 10 +-
.../src/System.Drawing.Primitives.csproj | 8 +-
.../System.Drawing.Primitives.Tests.csproj | 8 +-
.../System.Globalization.Nls.Tests.csproj | 2 +-
.../tests/System.Globalization.Tests.csproj | 2 +-
.../src/System.IO.Compression.Brotli.csproj | 8 +-
.../System.IO.Compression.Brotli.Tests.csproj | 14 +-
.../src/System.IO.Compression.ZipFile.csproj | 2 +-
...System.IO.Compression.ZipFile.Tests.csproj | 16 +-
.../src/System.IO.Compression.csproj | 16 +-
.../tests/System.IO.Compression.Tests.csproj | 22 +-
...m.IO.FileSystem.AccessControl.Tests.csproj | 6 +-
.../src/System.IO.FileSystem.DriveInfo.csproj | 52 +--
.../src/System.IO.FileSystem.Watcher.csproj | 58 +--
.../System.IO.FileSystem.Watcher.Tests.csproj | 8 +-
.../tests/System.IO.FileSystem.Tests.csproj | 10 +-
.../src/System.IO.IsolatedStorage.csproj | 2 +-
.../System.IO.IsolatedStorage.Tests.csproj | 8 +-
.../src/System.IO.MemoryMappedFiles.csproj | 84 ++--
.../System.IO.MemoryMappedFiles.Tests.csproj | 4 +-
.../src/System.IO.Pipelines.csproj | 4 +-
.../tests/System.IO.Pipes.Tests.csproj | 16 +-
.../src/System.IO.Ports.csproj | 90 ++--
.../System.IO/tests/System.IO.Tests.csproj | 10 +-
.../src/System.Linq.Expressions.csproj | 4 +-
.../System.Linq.Expressions.Tests.csproj | 4 +-
.../tests/System.Linq.Parallel.Tests.csproj | 8 +-
.../tests/System.Linq.Queryable.Tests.csproj | 4 +-
.../tests/System.Linq.Tests.csproj | 6 +-
.../src/System.Management.csproj | 24 +-
.../System.Memory/src/System.Memory.csproj | 4 +-
.../tests/System.Memory.Tests.csproj | 6 +-
...stem.Net.Http.Json.Functional.Tests.csproj | 18 +-
.../src/System.Net.Http.WinHttpHandler.csproj | 66 +--
...ttp.WinHttpHandler.Functional.Tests.csproj | 130 +++---
....Net.Http.WinHttpHandler.Unit.Tests.csproj | 52 +--
.../src/System.Net.Http.csproj | 432 +++++++++---------
.../System.Net.Http.Enterprise.Tests.csproj | 4 +-
.../System.Net.Http.Functional.Tests.csproj | 218 ++++-----
.../System.Net.Http.Unit.Tests.csproj | 50 +-
.../src/System.Net.HttpListener.csproj | 158 +++----
.../System.Net.HttpListener.Tests.csproj | 4 +-
.../src/System.Net.Mail.csproj | 148 +++---
.../System.Net.Mail.Functional.Tests.csproj | 8 +-
.../Unit/System.Net.Mail.Unit.Tests.csproj | 148 +++---
.../src/System.Net.NameResolution.csproj | 84 ++--
...Net.NameResolution.Functional.Tests.csproj | 10 +-
...System.Net.NameResolution.Pal.Tests.csproj | 72 +--
...ystem.Net.NameResolution.Unit.Tests.csproj | 8 +-
.../src/System.Net.NetworkInformation.csproj | 84 ++--
...NetworkInformation.Functional.Tests.csproj | 14 +-
.../src/System.Net.Ping.csproj | 56 +--
.../System.Net.Ping.Functional.Tests.csproj | 10 +-
.../src/System.Net.Primitives.csproj | 86 ++--
...tem.Net.Primitives.Functional.Tests.csproj | 4 +-
.../System.Net.Primitives.Pal.Tests.csproj | 26 +-
...stem.Net.Primitives.UnitTests.Tests.csproj | 20 +-
.../src/System.Net.Requests.csproj | 36 +-
.../tests/System.Net.Requests.Tests.csproj | 20 +-
.../src/System.Net.Security.csproj | 216 ++++-----
...ystem.Net.Security.Enterprise.Tests.csproj | 10 +-
.../System.Net.Security.Tests.csproj | 42 +-
.../System.Net.Security.Unit.Tests.csproj | 10 +-
.../src/System.Net.Sockets.csproj | 208 ++++-----
.../System.Net.Sockets.Tests.csproj | 22 +-
.../src/System.Net.WebClient.csproj | 12 +-
.../tests/System.Net.WebClient.Tests.csproj | 18 +-
.../src/System.Net.WebHeaderCollection.csproj | 10 +-
.../src/System.Net.WebSockets.Client.csproj | 12 +-
.../System.Net.WebSockets.Client.Tests.csproj | 24 +-
...em.Net.WebSockets.WebSocketProtocol.csproj | 6 +-
....WebSockets.WebSocketProtocol.Tests.csproj | 10 +-
.../src/System.Net.WebSockets.csproj | 6 +-
.../tests/System.Net.WebSockets.Tests.csproj | 10 +-
.../tests/System.ObjectModel.Tests.csproj | 18 +-
.../System.Private.CoreLib.Shared.projitems | 386 ++++++++--------
...m.Private.DataContractSerialization.csproj | 4 +-
.../src/System.Private.Uri.csproj | 8 +-
.../System.Private.Uri.Unit.Tests.csproj | 6 +-
.../src/System.Private.Xml.Linq.csproj | 4 +-
...tem.Xml.Linq.TreeManipulation.Tests.csproj | 6 +-
.../System.Xml.Linq.xNodeBuilder.Tests.csproj | 4 +-
.../src/System.Private.Xml.csproj | 6 +-
.../System.Xml.XmlDocument.Tests.csproj | 2 +-
.../System.Xml.RW.XmlReader.Tests.csproj | 4 +-
.../System.Xml.XmlSchemaSet.Tests.csproj | 4 +-
...lSchema.XmlSchemaValidatorApi.Tests.csproj | 4 +-
.../System.Reflection.DispatchProxy.csproj | 4 +-
.../src/System.Reflection.Metadata.csproj | 4 +-
.../System.Reflection.Metadata.Tests.csproj | 14 +-
...eflection.MetadataLoadContext.Tests.csproj | 6 +-
.../tests/System.Reflection.Tests.csproj | 10 +-
...tem.Resources.ResourceManager.Tests.csproj | 6 +-
.../src/System.Runtime.Caching.csproj | 8 +-
.../System.Runtime.Extensions.Tests.csproj | 12 +-
....InteropServices.RuntimeInformation.csproj | 22 +-
...opServices.RuntimeInformation.Tests.csproj | 4 +-
.../src/System.Runtime.InteropServices.csproj | 8 +-
...em.Runtime.Serialization.Formatters.csproj | 4 +-
...time.Serialization.Formatters.Tests.csproj | 8 +-
....Serialization.Xml.Canonicalization.csproj | 4 +-
...ialization.Xml.ReflectionOnly.Tests.csproj | 6 +-
...tem.Runtime.Serialization.Xml.Tests.csproj | 6 +-
...stem.Runtime.WindowsRuntime.UI.Xaml.csproj | 2 +-
.../src/System.Runtime.WindowsRuntime.csproj | 18 +-
.../NlsTests/System.Runtime.Nls.Tests.csproj | 6 +-
.../tests/System.Runtime.Tests.csproj | 32 +-
.../src/System.Security.AccessControl.csproj | 52 +--
...em.Security.Cryptography.Algorithms.csproj | 334 +++++++-------
...urity.Cryptography.Algorithms.Tests.csproj | 148 +++---
.../System.Security.Cryptography.Cng.csproj | 150 +++---
...tem.Security.Cryptography.Cng.Tests.csproj | 130 +++---
.../System.Security.Cryptography.Csp.csproj | 58 +--
...tem.Security.Cryptography.Csp.Tests.csproj | 68 +--
...stem.Security.Cryptography.Encoding.csproj | 54 +--
...ecurity.Cryptography.Encoding.Tests.csproj | 6 +-
...ystem.Security.Cryptography.OpenSsl.csproj | 80 ++--
...Security.Cryptography.OpenSsl.Tests.csproj | 110 ++---
.../System.Security.Cryptography.Pkcs.csproj | 270 +++++------
...em.Security.Cryptography.Pkcs.Tests.csproj | 4 +-
...em.Security.Cryptography.Primitives.csproj | 12 +-
...urity.Cryptography.Primitives.Tests.csproj | 4 +-
...Security.Cryptography.ProtectedData.csproj | 14 +-
...ty.Cryptography.ProtectedData.Tests.csproj | 4 +-
...urity.Cryptography.X509Certificates.csproj | 338 +++++++-------
...Cryptography.X509Certificates.Tests.csproj | 48 +-
.../System.Security.Cryptography.Xml.csproj | 4 +-
.../System.Security.Principal.Windows.csproj | 102 ++---
...em.Security.Principal.Windows.Tests.csproj | 4 +-
...em.ServiceProcess.ServiceController.csproj | 50 +-
...ocess.ServiceController.TestService.csproj | 24 +-
.../src/System.Text.Encoding.CodePages.csproj | 12 +-
.../src/System.Text.Encodings.Web.csproj | 4 +-
.../System.Text.Encodings.Web.Tests.csproj | 2 +-
.../src/System.Text.Json.csproj | 8 +-
.../tests/System.Text.Json.Tests.csproj | 4 +-
.../src/System.Text.RegularExpressions.csproj | 10 +-
...ystem.Text.RegularExpressions.Tests.csproj | 4 +-
.../System.Threading.Channels.Tests.csproj | 4 +-
.../System.Threading.Overlapped.Tests.csproj | 4 +-
.../System.Threading.Tasks.Dataflow.csproj | 4 +-
...stem.Threading.Tasks.Dataflow.Tests.csproj | 6 +-
...em.Threading.Tasks.Extensions.Tests.csproj | 8 +-
...stem.Threading.Tasks.Parallel.Tests.csproj | 6 +-
.../tests/System.Threading.Tasks.Tests.csproj | 8 +-
.../System.Threading.Thread.Tests.csproj | 4 +-
.../System.Threading.ThreadPool.Tests.csproj | 4 +-
.../tests/System.Threading.Timer.Tests.csproj | 4 +-
.../src/System.Threading.csproj | 2 +-
.../tests/System.Threading.Tests.csproj | 6 +-
.../src/System.Utf8String.Experimental.csproj | 6 +-
.../src/System.Web.HttpUtility.csproj | 2 +-
.../src/System.Windows.Extensions.csproj | 36 +-
.../System.Windows.Extensions.Tests.csproj | 4 +-
.../System.Private.CoreLib.csproj | 2 +-
234 files changed, 3774 insertions(+), 3774 deletions(-)
diff --git a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index af33ed2a021cad..b0456f3825d1e3 100644
--- a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -260,19 +260,19 @@
- Link="Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs">
+ Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs">
+ Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs
- Link="Common\Interop\Windows\Ole32\Interop.CoTaskMemAlloc.cs">
+ Common\Interop\Windows\Ole32\Interop.CoTaskMemAlloc.cs
- Link="Common\Interop\Windows\OleAut32\Interop.SysAllocStringByteLen.cs">
+ Common\Interop\Windows\OleAut32\Interop.SysAllocStringByteLen.cs
@@ -283,16 +283,16 @@
- Link="Common\System\Runtime\InteropServices\IDispatch.cs">
+ Common\System\Runtime\InteropServices\IDispatch.cs
- Link="Common\System\Runtime\InteropServices\ComEventsMethod.cs">
+ Common\System\Runtime\InteropServices\ComEventsMethod.cs
- Link="Common\System\Runtime\InteropServices\ComEventsSink.cs">
+ Common\System\Runtime\InteropServices\ComEventsSink.cs
- Link="Common\System\Runtime\InteropServices\Variant.cs">
+ Common\System\Runtime\InteropServices\Variant.cs
@@ -366,7 +366,7 @@
- Link="Common\Interop\Windows\OleAut32\Interop.VariantClear.cs">
+ Common\Interop\Windows\OleAut32\Interop.VariantClear.cs
@@ -378,7 +378,7 @@
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
diff --git a/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj b/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj
index c7a4660ff1a4e6..f36eb5fd382cdf 100644
--- a/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj
+++ b/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj
@@ -209,16 +209,16 @@
- Link="Common\ModuleHeaders.cs">
+ Common\ModuleHeaders.cs
- Link="Common\Utf8String.cs">
+ Common\Utf8String.cs
- Link="Common\Utf8StringBuilder.cs">
+ Common\Utf8StringBuilder.cs
- Link="Common\ArrayBuilder.cs">
+ Common\ArrayBuilder.cs
IL\HelperExtensions.cs
diff --git a/src/coreclr/src/tools/crossgen2/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj b/src/coreclr/src/tools/crossgen2/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj
index 44a584985e033a..c034a83959686a 100644
--- a/src/coreclr/src/tools/crossgen2/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj
+++ b/src/coreclr/src/tools/crossgen2/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj
@@ -581,7 +581,7 @@
TypeSystem\RuntimeDetermined\TypeSystemContext.RuntimeDetermined.cs
- Link="Common\System\FormattingHelpers.cs">
+ Common\System\FormattingHelpers.cs
TypeSystem\Sorting\ArrayType.Sorting.cs
diff --git a/src/libraries/Common/src/System/Security/Cryptography/Asn1/AsnXml.targets b/src/libraries/Common/src/System/Security/Cryptography/Asn1/AsnXml.targets
index f0bf12d0a2d03f..071432c841e84d 100644
--- a/src/libraries/Common/src/System/Security/Cryptography/Asn1/AsnXml.targets
+++ b/src/libraries/Common/src/System/Security/Cryptography/Asn1/AsnXml.targets
@@ -4,7 +4,7 @@
- Link="Common\System\Security\Cryptography\Asn1\asn.xsd">
+ Common\System\Security\Cryptography\Asn1\asn.xsd
@@ -35,9 +35,9 @@
-
+
-
+
diff --git a/src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/System.Security.Cryptography.Asn1Reader.Shared.projitems b/src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/System.Security.Cryptography.Asn1Reader.Shared.projitems
index 7c3743668ef483..f495ac7aeb3bb1 100644
--- a/src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/System.Security.Cryptography.Asn1Reader.Shared.projitems
+++ b/src/libraries/Common/src/System/Security/Cryptography/Asn1Reader/System.Security.Cryptography.Asn1Reader.Shared.projitems
@@ -11,109 +11,109 @@
- Link="Common\System\Security\Cryptography\Asn1Reader\Asn1Tag.cs">
+ Common\System\Security\Cryptography\Asn1Reader\Asn1Tag.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\Asn1Tag.Accelerators.cs">
+ Common\System\Security\Cryptography\Asn1Reader\Asn1Tag.Accelerators.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnCharacterStringEncodings.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnCharacterStringEncodings.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnEncodingRules.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnEncodingRules.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.BitString.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.BitString.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Boolean.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.Boolean.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Enumerated.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.Enumerated.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.GeneralizedTime.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.GeneralizedTime.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Integer.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.Integer.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.NamedBitList.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.NamedBitList.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Null.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.Null.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.OctetString.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.OctetString.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Oid.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.Oid.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Sequence.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.Sequence.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.SetOf.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.SetOf.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.Text.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.Text.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnReader.UtcTime.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnReader.UtcTime.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.BitString.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.BitString.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Boolean.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Boolean.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Enumerated.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Enumerated.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.GeneralizedTime.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.GeneralizedTime.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Integer.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Integer.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.NamedBitList.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.NamedBitList.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Null.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Null.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.OctetString.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.OctetString.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Oid.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Oid.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Sequence.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Sequence.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.SetOf.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.SetOf.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Text.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.Text.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\AsnWriter.UtcTime.cs">
+ Common\System\Security\Cryptography\Asn1Reader\AsnWriter.UtcTime.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\SetOfValueComparer.cs">
+ Common\System\Security\Cryptography\Asn1Reader\SetOfValueComparer.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\TagClass.cs">
+ Common\System\Security\Cryptography\Asn1Reader\TagClass.cs
- Link="Common\System\Security\Cryptography\Asn1Reader\UniversalTagNumber.cs">
+ Common\System\Security\Cryptography\Asn1Reader\UniversalTagNumber.cs
diff --git a/src/libraries/Common/tests/Common.Tests.csproj b/src/libraries/Common/tests/Common.Tests.csproj
index d7723b58d1576a..18a311eb4c6d90 100644
--- a/src/libraries/Common/tests/Common.Tests.csproj
+++ b/src/libraries/Common/tests/Common.Tests.csproj
@@ -8,208 +8,208 @@
- Link="Common\System\Collections\DictionaryExtensions.cs">
+ Common\System\Collections\DictionaryExtensions.cs
- Link="Common\System\Security\Cryptography\ByteUtils.cs">
+ Common\System\Security\Cryptography\ByteUtils.cs
- Link="Common\Interop\Linux\cgroups\Interop.cgroups.cs">
+ Common\Interop\Linux\cgroups\Interop.cgroups.cs
- Link="Common\Interop\Linux\procfs\Interop.ProcFsStat.cs">
+ Common\Interop\Linux\procfs\Interop.ProcFsStat.cs
- Link="Common\System\CharArrayHelpers.cs">
+ Common\System\CharArrayHelpers.cs
- Link="Common\System\Marvin.cs">
+ Common\System\Marvin.cs
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Collections\Generic\ArrayBuilder.cs">
+ Common\System\Collections\Generic\ArrayBuilder.cs
- Link="Common\System\Collections\Generic\LargeArrayBuilder.cs">
+ Common\System\Collections\Generic\LargeArrayBuilder.cs
- Link="Common\System\Collections\Generic\LargeArrayBuilder.SpeedOpt.cs">
+ Common\System\Collections\Generic\LargeArrayBuilder.SpeedOpt.cs
- Link="Common\System\IO\PathInternal.CaseSensitivity.cs">
+ Common\System\IO\PathInternal.CaseSensitivity.cs
- Link="Common\System\IO\RowConfigReader.cs">
+ Common\System\IO\RowConfigReader.cs
- Link="Common\System\IO\StringParser.cs">
+ Common\System\IO\StringParser.cs
- Link="Common\System\Net\HttpDateParser.cs">
+ Common\System\Net\HttpDateParser.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
+ Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
- Link="Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs">
+ Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs">
+ Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
- Link="Common\System\Text\ReusableTextReader.cs">
+ Common\System\Text\ReusableTextReader.cs
- Link="Common\System\Text\SimpleRegex.cs">
+ Common\System\Text\SimpleRegex.cs
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
- Link="Common\System\Security\IdentityHelper.cs">
+ Common\System\Security\IdentityHelper.cs
System\PasteArguments.cs
@@ -246,10 +246,10 @@
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
System\IO\PathInternal.cs
@@ -260,17 +260,17 @@
System\IO\PathInternal.Windows.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\kernel32\Interop.FormatMessage.cs">
+ Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\System\IO\Win32Marshal.cs">
+ Common\System\IO\Win32Marshal.cs
@@ -283,10 +283,10 @@
System\IO\PathInternal.Unix.cs
- Link="Common\Interop\Unix\Interop.PathConf.cs">
+ Common\Interop\Unix\Interop.PathConf.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
System\PasteArguments.Unix.cs
@@ -295,13 +295,13 @@
- Link="Common\Interop\Linux\Interop.Libraries.cs">
+ Common\Interop\Linux\Interop.Libraries.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
@@ -310,4 +310,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
index c61592eccac621..559cca7f20346b 100644
--- a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
+++ b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
@@ -24,7 +24,7 @@
-
@@ -33,40 +33,40 @@
- Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs
- Link="Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs">
+ Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs
- Link="Common\Interop\Windows\Advapi32\Interop.OpenProcessToken_SafeAccessTokenHandle.cs">
+ Common\Interop\Windows\Advapi32\Interop.OpenProcessToken_SafeAccessTokenHandle.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs">
+ Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs
- Link="Common\Interop\Windows\Advapi32\Interop.GetTokenInformation_void.cs">
+ Common\Interop\Windows\Advapi32\Interop.GetTokenInformation_void.cs
- Link="Common\Interop\Windows\Advapi32\Interop.TOKEN_ELEVATION.cs">
+ Common\Interop\Windows\Advapi32\Interop.TOKEN_ELEVATION.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
- Link="Common\Interop\Unix\Interop.GetEUid.cs">
+ Common\Interop\Unix\Interop.GetEUid.cs
diff --git a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
index 8b2020be7d2e90..1e0036d0e92c76 100644
--- a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
+++ b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
@@ -161,27 +161,27 @@
- Link="Common\System\Collections\HashHelpers.cs">
+ Common\System\Collections\HashHelpers.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\OleAut32\Interop.VariantClear.cs">
+ Common\Interop\Windows\OleAut32\Interop.VariantClear.cs
- Link="Common\System\Runtime\InteropServices\ComEventsSink.cs">
+ Common\System\Runtime\InteropServices\ComEventsSink.cs
- Link="Common\System\Runtime\InteropServices\ComEventsMethod.cs">
+ Common\System\Runtime\InteropServices\ComEventsMethod.cs
- Link="Common\System\Runtime\InteropServices\IDispatch.cs">
+ Common\System\Runtime\InteropServices\IDispatch.cs
- Link="Common\System\Runtime\InteropServices\Variant.cs">
+ Common\System\Runtime\InteropServices\Variant.cs
diff --git a/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj b/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
index 94f4ae15854f80..723c7244522e13 100644
--- a/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
@@ -7,10 +7,10 @@
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs
diff --git a/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
index 25f03d0b8ec85a..df49f6059b5017 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
@@ -7,10 +7,10 @@
- Link="Common\ConfigurationProviderExtensions.cs">
+ Common\ConfigurationProviderExtensions.cs
- Link="Common\TestStreamHelpers.cs">
+ Common\TestStreamHelpers.cs
diff --git a/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
index 28018e4e9d1e49..4b9c4ed4aa1a43 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
@@ -7,13 +7,13 @@
- Link="Common\ConfigurationProviderTestBase.cs">
+ Common\ConfigurationProviderTestBase.cs
- Link="Common\ConfigurationProviderExtensions.cs">
+ Common\ConfigurationProviderExtensions.cs
- Link="Common\TestStreamHelpers.cs">
+ Common\TestStreamHelpers.cs
diff --git a/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
index bf24be8842666f..74357f4d7bec52 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
@@ -7,18 +7,18 @@
- Link="Common\ConfigurationProviderTestBase.cs">
+ Common\ConfigurationProviderTestBase.cs
- Link="Common\ConfigurationProviderExtensions.cs">
+ Common\ConfigurationProviderExtensions.cs
- Link="Common\TestStreamHelpers.cs">
+ Common\TestStreamHelpers.cs
-
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
index 2afcea677fa652..b65127b6326679 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
@@ -16,22 +16,22 @@
Microsoft.Extensions.Configuration\tests\Common\TestStreamHelpers.cs
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ReplaceCulture.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ReplaceCulture.cs
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\FrameworkSkipConditionAttribute.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\FrameworkSkipConditionAttribute.cs
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\RuntimeFrameworks.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\RuntimeFrameworks.cs
-
+
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TestPlatformHelper.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TestPlatformHelper.cs
diff --git a/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
index 0444e70290f05f..38c800ff807a5d 100644
--- a/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
@@ -7,7 +7,7 @@
- Link="Common\ConfigurationProviderExtensions.cs">
+ Common\ConfigurationProviderExtensions.cs
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
index 9299501de46df9..a88b34d985e02a 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
@@ -8,16 +8,16 @@
- Link="Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs">
+ Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs
- Link="Common\src\Extensions\ActivatorUtilities\ActivatorUtilities.cs">
+ Common\src\Extensions\ActivatorUtilities\ActivatorUtilities.cs
- Link="Common\src\Extensions\ActivatorUtilities\ActivatorUtilitiesConstructorAttribute.cs">
+ Common\src\Extensions\ActivatorUtilities\ActivatorUtilitiesConstructorAttribute.cs
- Link="Common\src\Extensions\ActivatorUtilities\ObjectFactory.cs">
+ Common\src\Extensions\ActivatorUtilities\ObjectFactory.cs
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
index 4b93e144afb1db..80589409dba6b0 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
@@ -49,10 +49,10 @@
- Link="Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs">
+ Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs
- Link="Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs">
+ Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
index 0588cd1aae76fe..2ce3453a2d2ff6 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
@@ -7,10 +7,10 @@
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
index 335942c7651839..6f7344c8ff8cfa 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
@@ -8,7 +8,7 @@
- Link="Common\src\Extensions\EmptyDisposable.cs">
+ Common\src\Extensions\EmptyDisposable.cs
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
index 27464e76e0638c..5f23ebcc600ad6 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
@@ -9,10 +9,10 @@
- Link="Common\src\Extensions\EmptyDisposable.cs">
+ Common\src\Extensions\EmptyDisposable.cs
- Link="Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs">
+ Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
index 379a853c8eab7e..8cb5229c139d3e 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
@@ -8,10 +8,10 @@
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TaskExtensions.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TaskExtensions.cs
diff --git a/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj b/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
index 667bb756f1b657..00d510d0cede57 100644
--- a/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
+++ b/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
@@ -8,7 +8,7 @@
- Link="Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs">
+ Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs
diff --git a/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj b/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
index 4303f5ce1b6b55..c8a0848f510662 100644
--- a/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
+++ b/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
@@ -8,13 +8,13 @@
- Link="Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs">
+ Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs
- Link="Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs">
+ Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
- Link="Common\src\Extensions\ValueStopwatch\ValueStopwatch.cs">
+ Common\src\Extensions\ValueStopwatch\ValueStopwatch.cs
diff --git a/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj b/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
index 8fd0c413f7a72e..247ee6768e7a8d 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
@@ -8,13 +8,13 @@
- Link="Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs">
+ Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
- Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
+ Common\src\Extensions\Logging\NullExternalScopeProvider.cs
- Link="Common\src\Extensions\Logging\NullScope.cs">
+ Common\src\Extensions\Logging\NullScope.cs
diff --git a/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj b/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
index 1d50b08ffc87ad..a3bb2b570f8ae7 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
@@ -7,7 +7,7 @@
- Link="Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs">
+ Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs
diff --git a/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj b/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
index 8e21a65ecbb3bd..9bf8ca6491ae0a 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
@@ -16,10 +16,10 @@
- Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
+ Common\src\Extensions\Logging\NullExternalScopeProvider.cs
- Link="Common\src\Extensions\Logging\NullScope.cs">
+ Common\src\Extensions\Logging\NullScope.cs
diff --git a/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj b/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
index 959d6b62bec389..936305667687c2 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
@@ -12,10 +12,10 @@
- Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
+ Common\src\Extensions\Logging\NullExternalScopeProvider.cs
- Link="Common\src\Extensions\Logging\NullScope.cs">
+ Common\src\Extensions\Logging\NullScope.cs
diff --git a/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj b/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
index da0000d4a02979..930e42aeef4520 100644
--- a/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
@@ -18,15 +18,15 @@
-
+
- Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
+ Common\src\Extensions\Logging\NullExternalScopeProvider.cs
- Link="Common\src\Extensions\Logging\NullScope.cs">
+ Common\src\Extensions\Logging\NullScope.cs
diff --git a/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj b/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
index dc74f5826d4be9..9458321aabdfb4 100644
--- a/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
@@ -9,10 +9,10 @@
- Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
+ Common\src\Extensions\Logging\NullExternalScopeProvider.cs
- Link="Common\src\Extensions\Logging\NullScope.cs">
+ Common\src\Extensions\Logging\NullScope.cs
diff --git a/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj b/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
index 21ce0c3b53bda3..b97b83142698c2 100644
--- a/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
@@ -8,13 +8,13 @@
- Link="Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs">
+ Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs
- Link="Common\src\Extensions\Logging\NullExternalScopeProvider.cs">
+ Common\src\Extensions\Logging\NullExternalScopeProvider.cs
- Link="Common\src\Extensions\Logging\NullScope.cs">
+ Common\src\Extensions\Logging\NullScope.cs
diff --git a/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj b/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
index ff3b64c09fdc21..905b9a874c12d7 100644
--- a/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
@@ -6,7 +6,7 @@
- Link="Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ShortClassNameAttribute.cs">
+ Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ShortClassNameAttribute.cs
tests\DI.Common\Common\src\LogLevelAttribute.cs
diff --git a/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj b/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
index 73e85fe0b4e72b..407d76de016d8e 100644
--- a/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
+++ b/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
@@ -6,7 +6,7 @@
- Link="Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs">
+ Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs
@@ -35,4 +35,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
index 8aa1db1a32765b..1114cc984bd052 100644
--- a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
+++ b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
@@ -9,24 +9,24 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.FormatMessage.cs">
+ Common\Interop\Windows\Interop.FormatMessage.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
index 89c9e0aff26755..c477714db0b9f0 100644
--- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
+++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
@@ -13,7 +13,7 @@
- Link="Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs
Microsoft\Win32\SafeHandles\SafeRegistryHandle.cs
@@ -31,55 +31,55 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.FormatMessage.cs">
+ Common\Interop\Windows\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.RegCloseKey.cs">
+ Common\Interop\Windows\Interop.RegCloseKey.cs
- Link="Common\Interop\Windows\Interop.RegConnectRegistry.cs">
+ Common\Interop\Windows\Interop.RegConnectRegistry.cs
- Link="Common\Interop\Windows\Interop.RegCreateKeyEx.cs">
+ Common\Interop\Windows\Interop.RegCreateKeyEx.cs
- Link="Common\Interop\Windows\Interop.RegDeleteKeyEx.cs">
+ Common\Interop\Windows\Interop.RegDeleteKeyEx.cs
- Link="Common\Interop\Windows\Interop.RegDeleteValue.cs">
+ Common\Interop\Windows\Interop.RegDeleteValue.cs
- Link="Common\Interop\Windows\Interop.RegEnumKeyEx.cs">
+ Common\Interop\Windows\Interop.RegEnumKeyEx.cs
- Link="Common\Interop\Windows\Interop.RegEnumValue.cs">
+ Common\Interop\Windows\Interop.RegEnumValue.cs
- Link="Common\Interop\Windows\Interop.RegFlushKey.cs">
+ Common\Interop\Windows\Interop.RegFlushKey.cs
- Link="Common\Interop\Windows\Interop.RegOpenKeyEx.cs">
+ Common\Interop\Windows\Interop.RegOpenKeyEx.cs
- Link="Common\Interop\Windows\Interop.RegQueryInfoKey.cs">
+ Common\Interop\Windows\Interop.RegQueryInfoKey.cs
- Link="Common\Interop\Windows\Interop.RegQueryValueEx.cs">
+ Common\Interop\Windows\Interop.RegQueryValueEx.cs
- Link="Common\Interop\Windows\Interop.RegSetValueEx.cs">
+ Common\Interop\Windows\Interop.RegSetValueEx.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs">
+ Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
diff --git a/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj b/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
index 28ac7d8d949418..0f007343e85222 100644
--- a/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
+++ b/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
@@ -5,10 +5,10 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.RegSetValueEx.cs">
+ Common\Interop\Windows\Interop.RegSetValueEx.cs
@@ -58,4 +58,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
index 830230afaaf61f..9305567a07479f 100644
--- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
+++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
@@ -10,124 +10,124 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\User32\Interop.Constants.cs">
+ Common\Interop\Windows\User32\Interop.Constants.cs
- Link="Common\Interop\Windows\User32\Interop.CreateWindowEx.cs">
+ Common\Interop\Windows\User32\Interop.CreateWindowEx.cs
- Link="Common\Interop\Windows\User32\Interop.DefWindowProc.cs">
+ Common\Interop\Windows\User32\Interop.DefWindowProc.cs
- Link="Common\Interop\Windows\User32\Interop.DestroyWindow.cs">
+ Common\Interop\Windows\User32\Interop.DestroyWindow.cs
- Link="Common\Interop\Windows\User32\Interop.DispatchMessage.cs">
+ Common\Interop\Windows\User32\Interop.DispatchMessage.cs
- Link="Common\Interop\Windows\User32\Interop.GetClassInfo.cs">
+ Common\Interop\Windows\User32\Interop.GetClassInfo.cs
- Link="Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs">
+ Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs
- Link="Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs">
+ Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs
- Link="Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs">
+ Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs
- Link="Common\Interop\Windows\User32\Interop.IsWindow.cs">
+ Common\Interop\Windows\User32\Interop.IsWindow.cs
- Link="Common\Interop\Windows\User32\Interop.KillTimer.cs">
+ Common\Interop\Windows\User32\Interop.KillTimer.cs
- Link="Common\Interop\Windows\User32\Interop.MSG.cs">
+ Common\Interop\Windows\User32\Interop.MSG.cs
- Link="Common\Interop\Windows\User32\Interop.MsgWaitForMultipleObjectsEx.cs">
+ Common\Interop\Windows\User32\Interop.MsgWaitForMultipleObjectsEx.cs
- Link="Common\Interop\Windows\User32\Interop.PeekMessage.cs">
+ Common\Interop\Windows\User32\Interop.PeekMessage.cs
- Link="Common\Interop\Windows\User32\Interop.PostMessage.cs">
+ Common\Interop\Windows\User32\Interop.PostMessage.cs
- Link="Common\Interop\Windows\User32\Interop.RegisterClass.cs">
+ Common\Interop\Windows\User32\Interop.RegisterClass.cs
- Link="Common\Interop\Windows\User32\Interop.RegisterWindowMessage.cs">
+ Common\Interop\Windows\User32\Interop.RegisterWindowMessage.cs
- Link="Common\Interop\Windows\User32\Interop.SendMessage.cs">
+ Common\Interop\Windows\User32\Interop.SendMessage.cs
- Link="Common\Interop\Windows\User32\Interop.SetClassLong.cs">
+ Common\Interop\Windows\User32\Interop.SetClassLong.cs
- Link="Common\Interop\Windows\User32\Interop.SetClassLongPtr.cs">
+ Common\Interop\Windows\User32\Interop.SetClassLongPtr.cs
- Link="Common\Interop\Windows\User32\Interop.SetTimer.cs">
+ Common\Interop\Windows\User32\Interop.SetTimer.cs
- Link="Common\Interop\Windows\User32\Interop.SetWindowLong.cs">
+ Common\Interop\Windows\User32\Interop.SetWindowLong.cs
- Link="Common\Interop\Windows\User32\Interop.SetWindowLongPtr.cs">
+ Common\Interop\Windows\User32\Interop.SetWindowLongPtr.cs
- Link="Common\Interop\Windows\User32\Interop.TranslateMessage.cs">
+ Common\Interop\Windows\User32\Interop.TranslateMessage.cs
- Link="Common\Interop\Windows\User32\Interop.UnregisterClass.cs">
+ Common\Interop\Windows\User32\Interop.UnregisterClass.cs
- Link="Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs">
+ Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs
- Link="Common\Interop\Windows\User32\Interop.WNDCLASS.cs">
+ Common\Interop\Windows\User32\Interop.WNDCLASS.cs
- Link="Common\Interop\Windows\User32\Interop.WndProc.cs">
+ Common\Interop\Windows\User32\Interop.WndProc.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentThreadId.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCurrentThreadId.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs">
+ Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
+ Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetConsoleCtrlHandler.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetConsoleCtrlHandler.cs
- Link="Common\Interop\Windows\WtsApi32\Interop.Constants.cs">
+ Common\Interop\Windows\WtsApi32\Interop.Constants.cs
- Link="Common\Interop\Windows\WtsApi32\Interop.WTSRegisterSessionNotification.cs">
+ Common\Interop\Windows\WtsApi32\Interop.WTSRegisterSessionNotification.cs
- Link="Common\Interop\Windows\WtsApi32\Interop.WTSUnRegisterSessionNotification.cs">
+ Common\Interop\Windows\WtsApi32\Interop.WTSUnRegisterSessionNotification.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
@@ -151,7 +151,7 @@
- Link="Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs">
+ Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs
@@ -174,4 +174,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj b/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
index 26ad97bb25d16c..c536995d9bf272 100644
--- a/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
+++ b/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
@@ -4,16 +4,16 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\User32\Interop.Constants.cs">
+ Common\Interop\Windows\User32\Interop.Constants.cs
- Link="Common\Interop\Windows\User32\Interop.FindWindow.cs">
+ Common\Interop\Windows\User32\Interop.FindWindow.cs
- Link="Common\Interop\Windows\User32\Interop.SendMessage.cs">
+ Common\Interop\Windows\User32\Interop.SendMessage.cs
@@ -33,4 +33,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj b/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
index f9890464309a4b..e30f1847fded38 100644
--- a/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
+++ b/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
@@ -98,22 +98,22 @@
- Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
+ Common\System\Collections\IList.NonGeneric.Tests.cs
- Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
+ Common\System\Collections\ICollection.NonGeneric.Tests.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
- Link="Common\System\Collections\TestBase.NonGeneric.cs">
+ Common\System\Collections\TestBase.NonGeneric.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
- Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
+ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
index 0cc9ceb900e7c0..08891beb71dbc4 100644
--- a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
+++ b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
@@ -10,58 +10,58 @@
- Link="Common\System\Collections\CollectionAsserts.cs">
+ Common\System\Collections\CollectionAsserts.cs
- Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
+ Common\System\Collections\ICollection.NonGeneric.Tests.cs
- Link="Common\System\Collections\ICollection.Generic.Tests.cs">
+ Common\System\Collections\ICollection.Generic.Tests.cs
- Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
+ Common\System\Collections\IDictionary.NonGeneric.Tests.cs
- Link="Common\System\Collections\IDictionary.Generic.Tests.cs">
+ Common\System\Collections\IDictionary.Generic.Tests.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
- Link="Common\System\Collections\IEnumerable.Generic.Tests.cs">
+ Common\System\Collections\IEnumerable.Generic.Tests.cs
- Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
+ Common\System\Collections\IList.NonGeneric.Tests.cs
- Link="Common\System\Collections\IList.Generic.Tests.cs">
+ Common\System\Collections\IList.Generic.Tests.cs
- Link="Common\System\Collections\IGenericSharedAPI.Tests.cs">
+ Common\System\Collections\IGenericSharedAPI.Tests.cs
- Link="Common\System\Collections\ISet.Generic.Tests.cs">
+ Common\System\Collections\ISet.Generic.Tests.cs
- Link="Common\System\Collections\TestBase.NonGeneric.Tests.cs">
+ Common\System\Collections\TestBase.NonGeneric.Tests.cs
- Link="Common\System\Collections\TestBase.Generic.Tests.cs">
+ Common\System\Collections\TestBase.Generic.Tests.cs
- Link="Common\System\Collections\DebugView.Tests.cs">
+ Common\System\Collections\DebugView.Tests.cs
- Link="Common\System\Collections\TestingTypes.cs">
+ Common\System\Collections\TestingTypes.cs
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="Common\System\EnumTypes.cs">
+ Common\System\EnumTypes.cs
- Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
+ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
@@ -81,15 +81,15 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
- Link="Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs">
+ Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
index 8df37a25a3b626..ed5c6b9cd674c8 100644
--- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
+++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
@@ -84,7 +84,7 @@
- Link="Common\System\Runtime\Versioning\NonVersionableAttribute.cs">
+ Common\System\Runtime\Versioning\NonVersionableAttribute.cs
diff --git a/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj b/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
index 492bcd830fb433..e1b74ff9bd5154 100644
--- a/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
+++ b/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
@@ -5,7 +5,7 @@
- Link="Common\System\Collections\DictionaryExtensions.cs">
+ Common\System\Collections\DictionaryExtensions.cs
@@ -33,62 +33,62 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
- Link="Common\System\Collections\CollectionAsserts.cs">
+ Common\System\Collections\CollectionAsserts.cs
- Link="Common\System\Collections\DelegateEqualityComparer.cs">
+ Common\System\Collections\DelegateEqualityComparer.cs
- Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
+ Common\System\Collections\ICollection.NonGeneric.Tests.cs
- Link="Common\System\Collections\ICollection.Generic.Tests.cs">
+ Common\System\Collections\ICollection.Generic.Tests.cs
- Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
+ Common\System\Collections\IDictionary.NonGeneric.Tests.cs
- Link="Common\System\Collections\IDictionary.Generic.Tests.cs">
+ Common\System\Collections\IDictionary.Generic.Tests.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
- Link="Common\System\Collections\IEnumerable.Generic.Tests.cs">
+ Common\System\Collections\IEnumerable.Generic.Tests.cs
- Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
+ Common\System\Collections\IList.NonGeneric.Tests.cs
- Link="Common\System\Collections\IList.Generic.Tests.cs">
+ Common\System\Collections\IList.Generic.Tests.cs
- Link="Common\System\Collections\IGenericSharedAPI.Tests.cs">
+ Common\System\Collections\IGenericSharedAPI.Tests.cs
- Link="Common\System\Collections\ISet.Generic.Tests.cs">
+ Common\System\Collections\ISet.Generic.Tests.cs
- Link="Common\System\Collections\TestBase.NonGeneric.Tests.cs">
+ Common\System\Collections\TestBase.NonGeneric.Tests.cs
- Link="Common\System\Collections\TestBase.Generic.Tests.cs">
+ Common\System\Collections\TestBase.Generic.Tests.cs
- Link="Common\System\Collections\DebugView.Tests.cs">
+ Common\System\Collections\DebugView.Tests.cs
- Link="Common\System\Collections\TestingTypes.cs">
+ Common\System\Collections\TestingTypes.cs
- Link="Common\System\SerializableAttribute.cs">
+ Common\System\SerializableAttribute.cs
@@ -116,4 +116,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
index e5a05f9c25e403..2e6adcbba08cf8 100644
--- a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
+++ b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
@@ -17,7 +17,7 @@
- Link="Common\System\Collections\KeyValuePairs.cs">
+ Common\System\Collections\KeyValuePairs.cs
diff --git a/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
index 53b436ad02f133..f5e98bb5275246 100644
--- a/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -6,25 +6,25 @@
- Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
+ Common\System\Collections\ICollection.NonGeneric.Tests.cs
- Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
+ Common\System\Collections\IDictionary.NonGeneric.Tests.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
- Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
+ Common\System\Collections\IList.NonGeneric.Tests.cs
- Link="Common\System\Collections\TestBase.NonGeneric.cs">
+ Common\System\Collections\TestBase.NonGeneric.cs
- Link="Common\System\Collections\TestingTypes.cs">
+ Common\System\Collections\TestingTypes.cs
- Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
+ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
@@ -43,11 +43,11 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
index ae80183ebba42b..f024aa1179130b 100644
--- a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
+++ b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
@@ -16,7 +16,7 @@
- Link="Common\System\Collections\CompatibleComparer.cs">
+ Common\System\Collections\CompatibleComparer.cs
diff --git a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
index 27e41cfdd36477..1027ec603631a6 100644
--- a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
+++ b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
@@ -5,28 +5,28 @@
- Link="Common\System\Collections\CollectionAsserts.cs">
+ Common\System\Collections\CollectionAsserts.cs
- Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
+ Common\System\Collections\ICollection.NonGeneric.Tests.cs
- Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
+ Common\System\Collections\IDictionary.NonGeneric.Tests.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
- Link="Common\System\Collections\TestBase.NonGeneric.Tests.cs">
+ Common\System\Collections\TestBase.NonGeneric.Tests.cs
- Link="Common\System\Collections\TestingTypes.cs">
+ Common\System\Collections\TestingTypes.cs
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
- Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
+ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
@@ -82,8 +82,8 @@
- Link="Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections/src/System.Collections.csproj b/src/libraries/System.Collections/src/System.Collections.csproj
index e689a41b8057d0..ca99c1d7aed64f 100644
--- a/src/libraries/System.Collections/src/System.Collections.csproj
+++ b/src/libraries/System.Collections/src/System.Collections.csproj
@@ -14,10 +14,10 @@
- Link="Common\System\Collections\Generic\ICollectionDebugView.cs">
+ Common\System\Collections\Generic\ICollectionDebugView.cs
- Link="Common\System\Collections\Generic\IDictionaryDebugView.cs">
+ Common\System\Collections\Generic\IDictionaryDebugView.cs
@@ -34,10 +34,10 @@
- Link="Common\System\Collections\HashHelpers.cs">
+ Common\System\Collections\HashHelpers.cs
- Link="Common\System\Collections\Generic\EnumerableHelpers.cs">
+ Common\System\Collections\Generic\EnumerableHelpers.cs
diff --git a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
index c5b5e3caa0fd9e..0614402205bbe6 100644
--- a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
+++ b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
@@ -6,61 +6,61 @@
- Link="Common\System\Collections\CollectionAsserts.cs">
+ Common\System\Collections\CollectionAsserts.cs
- Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs">
+ Common\System\Collections\ICollection.NonGeneric.Tests.cs
- Link="Common\System\Collections\ICollection.Generic.Tests.cs">
+ Common\System\Collections\ICollection.Generic.Tests.cs
- Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs">
+ Common\System\Collections\IDictionary.NonGeneric.Tests.cs
- Link="Common\System\Collections\IDictionary.Generic.Tests.cs">
+ Common\System\Collections\IDictionary.Generic.Tests.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
- Link="Common\System\Collections\IEnumerable.Generic.Tests.cs">
+ Common\System\Collections\IEnumerable.Generic.Tests.cs
- Link="Common\System\Collections\IList.NonGeneric.Tests.cs">
+ Common\System\Collections\IList.NonGeneric.Tests.cs
- Link="Common\System\Collections\IList.Generic.Tests.cs">
+ Common\System\Collections\IList.Generic.Tests.cs
- Link="Common\System\Collections\IGenericSharedAPI.Tests.cs">
+ Common\System\Collections\IGenericSharedAPI.Tests.cs
- Link="Common\System\Collections\ISet.Generic.Tests.cs">
+ Common\System\Collections\ISet.Generic.Tests.cs
- Link="Common\System\Collections\TestBase.NonGeneric.Tests.cs">
+ Common\System\Collections\TestBase.NonGeneric.Tests.cs
- Link="Common\System\Collections\TestBase.Generic.Tests.cs">
+ Common\System\Collections\TestBase.Generic.Tests.cs
- Link="Common\System\Collections\DebugView.Tests.cs">
+ Common\System\Collections\DebugView.Tests.cs
- Link="Common\System\Collections\TestingTypes.cs">
+ Common\System\Collections\TestingTypes.cs
- Link="Common\System\EnumTypes.cs">
+ Common\System\EnumTypes.cs
- Link="Common\System\ObjectCloner.cs">
+ Common\System\ObjectCloner.cs
- Link="Common\System\RandomExtensions.cs">
+ Common\System\RandomExtensions.cs
- Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
+ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
@@ -134,20 +134,20 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
- Link="Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs">
+ Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
- Link="Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs">
+ Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs
- Link="Common\System\Collections\IDictionary.Generic.Tests.netcoreapp.cs">
+ Common\System\Collections\IDictionary.Generic.Tests.netcoreapp.cs
- Link="Common\System\Collections\IDictionary.NonGeneric.Tests.netcoreapp.cs">
+ Common\System\Collections\IDictionary.NonGeneric.Tests.netcoreapp.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
index e692835ecdb82b..e3898f5ee0da37 100644
--- a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
+++ b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
@@ -51,7 +51,7 @@
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
index 8ff7dc1029a21f..a8442b7eedf766 100644
--- a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
+++ b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
@@ -14,23 +14,23 @@
- Link="Common\System\Composition\Diagnostics\CompositionTrace.cs">
+ Common\System\Composition\Diagnostics\CompositionTrace.cs
- Link="Common\System\Composition\Diagnostics\CompositionTraceId.cs">
+ Common\System\Composition\Diagnostics\CompositionTraceId.cs
- Link="Common\System\Composition\Diagnostics\CompositionTraceSource.cs">
+ Common\System\Composition\Diagnostics\CompositionTraceSource.cs
- Link="Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs">
+ Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
- Link="Common\System\Composition\Diagnostics\TraceWriter.cs">
+ Common\System\Composition\Diagnostics\TraceWriter.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
index 6a69ae0bcdf4e9..bcd943cbd0b02c 100644
--- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
+++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
@@ -177,16 +177,16 @@
- Link="Common\System\Composition\Diagnostics\CompositionTraceId.cs">
+ Common\System\Composition\Diagnostics\CompositionTraceId.cs
- Link="Common\System\Composition\Diagnostics\CompositionTraceSource.cs">
+ Common\System\Composition\Diagnostics\CompositionTraceSource.cs
- Link="Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs">
+ Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
- Link="Common\System\Composition\Diagnostics\TraceWriter.cs">
+ Common\System\Composition\Diagnostics\TraceWriter.cs
@@ -218,4 +218,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
index a8ab735535cd1d..52d0ec7cfa6448 100644
--- a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
+++ b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
@@ -11,10 +11,10 @@
- Link="Common\System\IO\TempDirectory.cs">
+ Common\System\IO\TempDirectory.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
@@ -179,4 +179,4 @@
PreserveNewest
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
index 54d887b30ae812..5285055594c6e3 100644
--- a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
+++ b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
@@ -240,7 +240,7 @@
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
@@ -266,4 +266,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
index 8908517e62d9a5..e83917a8d68038 100644
--- a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
+++ b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
@@ -14,22 +14,22 @@
- Link="Common\System\Composition\Diagnostics\CompositionTrace.cs">
+ Common\System\Composition\Diagnostics\CompositionTrace.cs
- Link="Common\System\Composition\Diagnostics\CompositionTraceId.cs">
+ Common\System\Composition\Diagnostics\CompositionTraceId.cs
- Link="Common\System\Composition\Diagnostics\CompositionTraceSource.cs">
+ Common\System\Composition\Diagnostics\CompositionTraceSource.cs
- Link="Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs">
+ Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
- Link="Common\System\Composition\Diagnostics\TraceWriter.cs">
+ Common\System\Composition\Diagnostics\TraceWriter.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
index 5e78be0b6f2ecb..8fc187238cd066 100644
--- a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
+++ b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
@@ -27,7 +27,7 @@
- Link="Common\System\Numerics\Hashing\HashHelpers.cs">
+ Common\System\Numerics\Hashing\HashHelpers.cs
@@ -35,4 +35,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
index e2e5ab4f833bce..d394da4cf09e93 100644
--- a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
+++ b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
@@ -5,8 +5,8 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
index bd91cbfe4cc516..6de345cee06256 100644
--- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
+++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
@@ -238,7 +238,7 @@
- Link="Common\System\Security\IdentityHelper.cs">
+ Common\System\Security\IdentityHelper.cs
@@ -246,7 +246,7 @@
- Link="Common\System\IO\TempFileCollection.cs">
+ Common\System\IO\TempFileCollection.cs
@@ -261,4 +261,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
index deb898dd27067f..ae774993387fff 100644
--- a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
+++ b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
@@ -8,10 +8,10 @@
- Link="Common\System\IO\TempDirectory.cs">
+ Common\System\IO\TempDirectory.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
Source\ConfigPathUtility.cs
@@ -112,4 +112,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Console/src/System.Console.csproj b/src/libraries/System.Console/src/System.Console.csproj
index 6238759d5ea770..1415fce320a6a6 100644
--- a/src/libraries/System.Console/src/System.Console.csproj
+++ b/src/libraries/System.Console/src/System.Console.csproj
@@ -18,159 +18,159 @@
- Link="Common\System\Text\ConsoleEncoding.cs">
+ Common\System\Text\ConsoleEncoding.cs
- Link="Common\Interop\OSX\Interop.Log.cs">
+ Common\Interop\OSX\Interop.Log.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\System\Text\OSEncoding.Windows.cs">
+ Common\System\Text\OSEncoding.Windows.cs
- Link="Common\System\Text\OSEncoder.cs">
+ Common\System\Text\OSEncoder.cs
- Link="Common\System\Text\DBCSDecoder.cs">
+ Common\System\Text\DBCSDecoder.cs
- Link="Common\Interop\Windows\Interop.GetCPInfoEx.cs">
+ Common\Interop\Windows\Interop.GetCPInfoEx.cs
- Link="Common\Interop\Windows\Interop.MAX_PATH.cs">
+ Common\Interop\Windows\Interop.MAX_PATH.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\Interop.Beep.cs">
+ Common\Interop\Windows\Interop.Beep.cs
- Link="Common\Interop\Windows\Interop.FormatMessage.cs">
+ Common\Interop\Windows\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.ConsoleCursorInfo.cs">
+ Common\Interop\Windows\Interop.ConsoleCursorInfo.cs
- Link="Common\Interop\Windows\Interop.ConsoleScreenBufferInfo.cs">
+ Common\Interop\Windows\Interop.ConsoleScreenBufferInfo.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.FillConsoleOutputAttribute.cs">
+ Common\Interop\Windows\Interop.FillConsoleOutputAttribute.cs
- Link="Common\Interop\Windows\Interop.FillConsoleOutputCharacter.cs">
+ Common\Interop\Windows\Interop.FillConsoleOutputCharacter.cs
- Link="Common\Interop\Windows\Interop.FileTypes.cs">
+ Common\Interop\Windows\Interop.FileTypes.cs
- Link="Common\Interop\Windows\Interop.GetConsoleScreenBufferInfo.cs">
+ Common\Interop\Windows\Interop.GetConsoleScreenBufferInfo.cs
- Link="Common\Interop\Windows\Interop.GetConsoleCP.cs">
+ Common\Interop\Windows\Interop.GetConsoleCP.cs
- Link="Common\Interop\Windows\Interop.GetConsoleTitle.cs">
+ Common\Interop\Windows\Interop.GetConsoleTitle.cs
- Link="Common\Interop\Windows\Interop.GetConsoleMode.cs">
+ Common\Interop\Windows\Interop.GetConsoleMode.cs
- Link="Common\Interop\Windows\Interop.GetConsoleOutputCP.cs">
+ Common\Interop\Windows\Interop.GetConsoleOutputCP.cs
- Link="Common\Interop\Windows\Interop.GetLargestConsoleWindowSize.cs">
+ Common\Interop\Windows\Interop.GetLargestConsoleWindowSize.cs
- Link="Common\Interop\Windows\Interop.GetFileType.cs">
+ Common\Interop\Windows\Interop.GetFileType.cs
- Link="Common\Interop\Windows\Interop.GetKeyState.cs">
+ Common\Interop\Windows\Interop.GetKeyState.cs
- Link="Common\Interop\Windows\Interop.GetStdHandle.cs">
+ Common\Interop\Windows\Interop.GetStdHandle.cs
- Link="Common\Interop\Windows\Interop.HandleTypes.cs">
+ Common\Interop\Windows\Interop.HandleTypes.cs
- Link="Common\Interop\Windows\Interop.MultiByteToWideChar.cs">
+ Common\Interop\Windows\Interop.MultiByteToWideChar.cs
- Link="Common\Interop\Windows\Interop.PeekConsoleInput.cs">
+ Common\Interop\Windows\Interop.PeekConsoleInput.cs
- Link="Common\Interop\Windows\Interop.ReadFile.cs">
+ Common\Interop\Windows\Interop.ReadFile.cs
- Link="Common\Interop\Windows\Interop.ReadConsole.cs">
+ Common\Interop\Windows\Interop.ReadConsole.cs
- Link="Common\Interop\Windows\Interop.ReadConsoleInput.cs">
+ Common\Interop\Windows\Interop.ReadConsoleInput.cs
- Link="Common\Interop\Windows\Interop.ReadConsoleOutput.cs">
+ Common\Interop\Windows\Interop.ReadConsoleOutput.cs
- Link="Common\Interop\Windows\Interop.SetConsoleCP.cs">
+ Common\Interop\Windows\Interop.SetConsoleCP.cs
- Link="Common\Interop\Windows\Interop.SetConsoleCtrlHandler.cs">
+ Common\Interop\Windows\Interop.SetConsoleCtrlHandler.cs
- Link="Common\Interop\Windows\Interop.SetConsoleCursorPosition.cs">
+ Common\Interop\Windows\Interop.SetConsoleCursorPosition.cs
- Link="Common\Interop\Windows\Interop.SetConsoleOutputCP.cs">
+ Common\Interop\Windows\Interop.SetConsoleOutputCP.cs
- Link="Common\Interop\Windows\Interop.SetConsoleScreenBufferSize.cs">
+ Common\Interop\Windows\Interop.SetConsoleScreenBufferSize.cs
- Link="Common\Interop\Windows\Interop.SetConsoleTextAttribute.cs">
+ Common\Interop\Windows\Interop.SetConsoleTextAttribute.cs
- Link="Common\Interop\Windows\Interop.SetConsoleTitle.cs">
+ Common\Interop\Windows\Interop.SetConsoleTitle.cs
- Link="Common\Interop\Windows\Interop.SetConsoleWindowInfo.cs">
+ Common\Interop\Windows\Interop.SetConsoleWindowInfo.cs
- Link="Common\Interop\Windows\Interop.WideCharToMultiByte.cs">
+ Common\Interop\Windows\Interop.WideCharToMultiByte.cs
- Link="Common\Interop\Windows\Interop.WriteFile.cs">
+ Common\Interop\Windows\Interop.WriteFile.cs
- Link="Common\Interop\Windows\Interop.WriteConsole.cs">
+ Common\Interop\Windows\Interop.WriteConsole.cs
- Link="Common\Interop\Windows\Interop.WriteConsoleOutput.cs">
+ Common\Interop\Windows\Interop.WriteConsoleOutput.cs
- Link="Common\System\IO\EncodingHelper.Windows.cs">
+ Common\System\IO\EncodingHelper.Windows.cs
- Link="Common\System\IO\Win32Marshal.cs">
+ Common\System\IO\Win32Marshal.cs
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
@@ -180,103 +180,103 @@
- Link="Common\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs
- Link="Common\System\IO\PersistedFiles.Unix.cs">
+ Common\System\IO\PersistedFiles.Unix.cs
- Link="Common\System\IO\PersistedFiles.Names.Unix.cs">
+ Common\System\IO\PersistedFiles.Names.Unix.cs
- Link="Common\System\Text\StringBuilderCache.cs">
+ Common\System\Text\StringBuilderCache.cs
- Link="Common\System\Text\EncodingHelper.Unix.cs">
+ Common\System\Text\EncodingHelper.Unix.cs
- Link="Common\System\Text\StringOrCharArray.cs">
+ Common\System\Text\StringOrCharArray.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.IOErrors.cs">
+ Common\Interop\Unix\Interop.IOErrors.cs
- Link="Common\Interop\Unix\Interop.Close.cs">
+ Common\Interop\Unix\Interop.Close.cs
- Link="Common\Interop\Unix\Interop.Dup.cs">
+ Common\Interop\Unix\Interop.Dup.cs
- Link="Common\Interop\Unix\Interop.FileDescriptors.cs">
+ Common\Interop\Unix\Interop.FileDescriptors.cs
- Link="Common\Interop\Unix\Interop.FLock.cs">
+ Common\Interop\Unix\Interop.FLock.cs
- Link="Common\Interop\Unix\Interop.GetControlCharacters.cs">
+ Common\Interop\Unix\Interop.GetControlCharacters.cs
- Link="Common\Interop\Unix\Interop.IsATty.cs">
+ Common\Interop\Unix\Interop.IsATty.cs
- Link="Common\Interop\Unix\Interop.LSeek.cs">
+ Common\Interop\Unix\Interop.LSeek.cs
- Link="Common\Interop\Unix\Interop.Open.cs">
+ Common\Interop\Unix\Interop.Open.cs
- Link="Common\Interop\Unix\Interop.OpenFlags.cs">
+ Common\Interop\Unix\Interop.OpenFlags.cs
- Link="Common\Interop\Unix\Interop.Poll.cs">
+ Common\Interop\Unix\Interop.Poll.cs
- Link="Common\Interop\Unix\Interop.GetEUid.cs">
+ Common\Interop\Unix\Interop.GetEUid.cs
- Link="Common\Interop\Unix\Interop.GetPwUid.cs">
+ Common\Interop\Unix\Interop.GetPwUid.cs
- Link="Common\Interop\Unix\Interop.RegisterForCtrlC.cs">
+ Common\Interop\Unix\Interop.RegisterForCtrlC.cs
- Link="Common\Interop\Unix\Interop.RestoreAndHandleCtrl.cs">
+ Common\Interop\Unix\Interop.RestoreAndHandleCtrl.cs
- Link="Common\Interop\Unix\Interop.SetTerminalInvalidationHandler.cs">
+ Common\Interop\Unix\Interop.SetTerminalInvalidationHandler.cs
- Link="Common\Interop\Unix\Interop.SetSignalForBreak.cs">
+ Common\Interop\Unix\Interop.SetSignalForBreak.cs
- Link="Common\Interop\Unix\Interop.SNPrintF.cs">
+ Common\Interop\Unix\Interop.SNPrintF.cs
- Link="Common\Interop\Unix\Interop.Stat.cs">
+ Common\Interop\Unix\Interop.Stat.cs
- Link="Common\Interop\Unix\Interop.Read.cs">
+ Common\Interop\Unix\Interop.Read.cs
- Link="Common\Interop\Unix\Interop.Write.cs">
+ Common\Interop\Unix\Interop.Write.cs
- Link="Common\Interop\Unix\Interop.GetWindowWidth.cs">
+ Common\Interop\Unix\Interop.GetWindowWidth.cs
- Link="Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs">
+ Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs
- Link="Common\Interop\Unix\Interop.ReadStdinUnbuffered.cs">
+ Common\Interop\Unix\Interop.ReadStdinUnbuffered.cs
- Link="Common\Interop\Unix\Interop.StdinReady.cs">
+ Common\Interop\Unix\Interop.StdinReady.cs
diff --git a/src/libraries/System.Console/tests/System.Console.Tests.csproj b/src/libraries/System.Console/tests/System.Console.Tests.csproj
index a84388202b544e..c16e3af1f24d3d 100644
--- a/src/libraries/System.Console/tests/System.Console.Tests.csproj
+++ b/src/libraries/System.Console/tests/System.Console.Tests.csproj
@@ -24,10 +24,10 @@
- Link="Common\System\IO\InterceptStreamWriter.cs">
+ Common\System\IO\InterceptStreamWriter.cs
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
@@ -43,10 +43,10 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.Fcntl.cs">
+ Common\Interop\Unix\System.Native\Interop.Fcntl.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Data.Common/src/System.Data.Common.csproj b/src/libraries/System.Data.Common/src/System.Data.Common.csproj
index e3d335dc0d5cbd..561674c584e34a 100644
--- a/src/libraries/System.Data.Common/src/System.Data.Common.csproj
+++ b/src/libraries/System.Data.Common/src/System.Data.Common.csproj
@@ -301,7 +301,7 @@
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
diff --git a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
index 02cd69204ac298..f82cb624c9c7d4 100644
--- a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
+++ b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
@@ -114,10 +114,10 @@
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
+ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
index cf56a0f14073e9..0712bcb677115a 100644
--- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
+++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
@@ -10,7 +10,7 @@
- Link="Common\System\Data\Common\AdapterUtil.cs">
+ Common\System\Data\Common\AdapterUtil.cs
System\Data\Common\AdapterUtil.Drivers.cs
@@ -18,7 +18,7 @@
- Link="Common\System\Data\Common\DbConnectionOptions.Common.cs">
+ Common\System\Data\Common\DbConnectionOptions.Common.cs
System\Data\Common\DbConnectionPoolKey.cs
@@ -26,17 +26,17 @@
- Link="Common\System\Data\Common\NameValuePair.cs">
+ Common\System\Data\Common\NameValuePair.cs
- Link="Common\System\Data\ProviderBase\FieldNameLookup.cs">
+ Common\System\Data\ProviderBase\FieldNameLookup.cs
- Link="Common\System\Data\ProviderBase\BasicFieldNameLookup.cs">
+ Common\System\Data\ProviderBase\BasicFieldNameLookup.cs
System\Data\ProviderBase\DbConnectionInternal.cs
@@ -113,29 +113,29 @@
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\Data\Common\MultipartIdentifier.cs">
+ Common\System\Data\Common\MultipartIdentifier.cs
- Link="Common\Interop\Interop.Odbc.cs">
+ Common\Interop\Interop.Odbc.cs
- Link="Common\Interop\Linux\Interop.Libraries.cs">
+ Common\Interop\Linux\Interop.Libraries.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
diff --git a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
index fe16b255bf096c..7136986e7836c2 100644
--- a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
+++ b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
@@ -17,27 +17,27 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Linux\Interop.Libraries.cs">
+ Common\Interop\Linux\Interop.Libraries.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\FreeBSD\Interop.Libraries.cs">
+ Common\Interop\FreeBSD\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
index a66ed284f4998a..9c2b886ca0671b 100644
--- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
+++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
@@ -11,10 +11,10 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\System\Data\Common\MultipartIdentifier.cs">
+ Common\System\Data\Common\MultipartIdentifier.cs
@@ -107,4 +107,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
index 47079436a37a95..8da4908a1c08f8 100644
--- a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
+++ b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
@@ -12,7 +12,7 @@
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
index e968e180371f3e..803e147792dd6e 100644
--- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
+++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
@@ -23,13 +23,13 @@
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -83,4 +83,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
index 99d4693f3c0079..3d34832a280f1e 100644
--- a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
+++ b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
@@ -15,10 +15,10 @@
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
index 6398a57703270a..7bf58b00f29540 100644
--- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
+++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
@@ -54,67 +54,67 @@
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
- Link="Common\Interop\Windows\Advapi32\Interop.ClearEventLog.cs">
+ Common\Interop\Windows\Advapi32\Interop.ClearEventLog.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CloseEventLog.cs">
+ Common\Interop\Windows\Advapi32\Interop.CloseEventLog.cs
- Link="Common\Interop\Windows\Advapi32\Interop.DeregisterEventSource.cs">
+ Common\Interop\Windows\Advapi32\Interop.DeregisterEventSource.cs
- Link="Common\Interop\Windows\Advapi32\Interop.GetNumberOfEventLogRecords.cs">
+ Common\Interop\Windows\Advapi32\Interop.GetNumberOfEventLogRecords.cs
- Link="Common\Interop\Windows\Advapi32\Interop.GetOldestEventLogRecord.cs">
+ Common\Interop\Windows\Advapi32\Interop.GetOldestEventLogRecord.cs
- Link="Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs">
+ Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs
- Link="Common\Interop\Windows\Advapi32\Interop.NotifyChangeEventLog.cs">
+ Common\Interop\Windows\Advapi32\Interop.NotifyChangeEventLog.cs
- Link="Common\Interop\Windows\Advapi32\Interop.OpenEventLog.cs">
+ Common\Interop\Windows\Advapi32\Interop.OpenEventLog.cs
- Link="Common\Interop\Windows\Advapi32\Interop.ReadEventLog.cs">
+ Common\Interop\Windows\Advapi32\Interop.ReadEventLog.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegisterEventSource.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegisterEventSource.cs
- Link="Common\Interop\Windows\Advapi32\Interop.ReportEvent.cs">
+ Common\Interop\Windows\Advapi32\Interop.ReportEvent.cs
- Link="Common\Interop\Windows\Kernel32\Interop.Constants.cs">
+ Common\Interop\Windows\Kernel32\Interop.Constants.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FormatMessage_SafeLibraryHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.FormatMessage_SafeLibraryHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
+ Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs">
+ Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\System\Diagnostics\NetFrameworkUtils.cs">
+ Common\System\Diagnostics\NetFrameworkUtils.cs
@@ -147,4 +147,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
index 32658b32f95eba..e2a81f05dd6719 100644
--- a/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
+++ b/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
@@ -12,40 +12,40 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.FileVersionInfo.cs">
+ Common\Interop\Windows\Interop.FileVersionInfo.cs
- Link="Common\Interop\Windows\Interop.FileVersionInfoType.cs">
+ Common\Interop\Windows\Interop.FileVersionInfoType.cs
- Link="Common\Interop\Windows\Interop.GetFileVersionInfoEx.cs">
+ Common\Interop\Windows\Interop.GetFileVersionInfoEx.cs
- Link="Common\Interop\Windows\Interop.GetFileVersionInfoSizeEx.cs">
+ Common\Interop\Windows\Interop.GetFileVersionInfoSizeEx.cs
- Link="Common\Interop\Windows\Interop.VerLanguageName.cs">
+ Common\Interop\Windows\Interop.VerLanguageName.cs
- Link="Common\Interop\Windows\Interop.VerQueryValue.cs">
+ Common\Interop\Windows\Interop.VerQueryValue.cs
- Link="Common\Interop\Windows\Interop.VSFixedFileInfo.cs">
+ Common\Interop\Windows\Interop.VSFixedFileInfo.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.Stat.cs">
+ Common\Interop\Unix\Interop.Stat.cs
@@ -59,4 +59,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
index 937a18cb8cc461..2e1be8425bad80 100644
--- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
+++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
@@ -40,16 +40,16 @@
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\Interop.FormatMessage.cs">
+ Common\Interop\Windows\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.RegCloseKey.cs">
+ Common\Interop\Windows\Interop.RegCloseKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs
Microsoft\Win32\SafeHandles\SafeRegistryHandle.cs
@@ -58,106 +58,106 @@
Microsoft\Win32\SafeHandles\SafeRegistryHandle.Windows.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Advapi32\Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs">
+ Common\Interop\Windows\Advapi32\Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs
- Link="Common\Interop\Windows\Advapi32\Interop.GetTokenInformation.cs">
+ Common\Interop\Windows\Advapi32\Interop.GetTokenInformation.cs
- Link="Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs">
+ Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs
- Link="Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs">
+ Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegConnectRegistry.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegConnectRegistry.cs
- Link="Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs">
+ Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs
- Link="Common\Interop\Windows\Kernel32\Interop.Constants.cs">
+ Common\Interop\Windows\Kernel32\Interop.Constants.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CreateFileMapping.cs">
+ Common\Interop\Windows\Kernel32\Interop.CreateFileMapping.cs
- Link="Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs">
+ Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
+ Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs
- Link="Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs">
+ Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.HandleOptions.cs">
+ Common\Interop\Windows\Kernel32\Interop.HandleOptions.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs">
+ Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MapViewOfFile.cs">
+ Common\Interop\Windows\Kernel32\Interop.MapViewOfFile.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MemOptions.cs">
+ Common\Interop\Windows\Kernel32\Interop.MemOptions.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFO.cs">
+ Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFO.cs
- Link="Common\Interop\Windows\Kernel32\Interop.OpenFileMapping.cs">
+ Common\Interop\Windows\Kernel32\Interop.OpenFileMapping.cs
- Link="Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs">
+ Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs
- Link="Common\Interop\Windows\Kernel32\Interop.PerformanceCounterOptions.cs">
+ Common\Interop\Windows\Kernel32\Interop.PerformanceCounterOptions.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs">
+ Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
- Link="Common\Interop\Windows\Kernel32\Interop.UnmapViewOfFile.cs">
+ Common\Interop\Windows\Kernel32\Interop.UnmapViewOfFile.cs
- Link="Common\Interop\Windows\Kernel32\Interop.VirtualQuery.cs">
+ Common\Interop\Windows\Kernel32\Interop.VirtualQuery.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs">
+ Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs
- Link="Common\Interop\Windows\PerfCounter\Interop.FormatFromRawValue.cs">
+ Common\Interop\Windows\PerfCounter\Interop.FormatFromRawValue.cs
- Link="Common\Interop\Windows\PerfCounter\Interop.PerformanceData.cs">
+ Common\Interop\Windows\PerfCounter\Interop.PerformanceData.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafePerfProviderHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafePerfProviderHandle.cs
- Link="Common\System\Diagnostics\NetFrameworkUtils.cs">
+ Common\System\Diagnostics\NetFrameworkUtils.cs
@@ -190,4 +190,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
index 7d633a1adce109..a301f85bfc55a2 100644
--- a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
+++ b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
@@ -14,7 +14,7 @@
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
@@ -24,4 +24,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
index c2ccc5cacfab94..99e96c4d872d68 100644
--- a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
+++ b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
@@ -34,63 +34,63 @@
- Link="Common\System\Runtime\Serialization\SerializationGuard.cs">
+ Common\System\Runtime\Serialization\SerializationGuard.cs
System\PasteArguments.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs">
+ Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs
- Link="Common\Interop\Windows\Kernel32\Interop.EnumProcessModules.cs">
+ Common\Interop\Windows\Kernel32\Interop.EnumProcessModules.cs
- Link="Common\Interop\Windows\NtDll\Interop.NtQueryInformationProcess.cs">
+ Common\Interop\Windows\NtDll\Interop.NtQueryInformationProcess.cs
- Link="Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs">
+ Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs
- Link="Common\Interop\Windows\NtDll\Interop.PROCESS_BASIC_INFORMATION.cs">
+ Common\Interop\Windows\NtDll\Interop.PROCESS_BASIC_INFORMATION.cs
- Link="Common\Interop\Windows\NtDll\Interop.SYSTEM_PROCESS_INFORMATION.cs">
+ Common\Interop\Windows\NtDll\Interop.SYSTEM_PROCESS_INFORMATION.cs
- Link="Common\Interop\Windows\User32\Interop.EnumWindows.cs">
+ Common\Interop\Windows\User32\Interop.EnumWindows.cs
- Link="Common\Interop\Windows\User32\Interop.GetWindow.cs">
+ Common\Interop\Windows\User32\Interop.GetWindow.cs
- Link="Common\Interop\Windows\User32\Interop.GetWindowLong.cs">
+ Common\Interop\Windows\User32\Interop.GetWindowLong.cs
- Link="Common\Interop\Windows\User32\Interop.GetWindowTextLengthW.cs">
+ Common\Interop\Windows\User32\Interop.GetWindowTextLengthW.cs
- Link="Common\Interop\Windows\User32\Interop.GetWindowTextW.cs">
+ Common\Interop\Windows\User32\Interop.GetWindowTextW.cs
- Link="Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs">
+ Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs
- Link="Common\Interop\Windows\User32\Interop.PostMessage.cs">
+ Common\Interop\Windows\User32\Interop.PostMessage.cs
- Link="Common\Interop\Windows\User32\Interop.IsWindowVisible.cs">
+ Common\Interop\Windows\User32\Interop.IsWindowVisible.cs
- Link="Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs">
+ Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs
- Link="Common\Interop\Windows\User32\Interop.WaitForInputIdle.cs">
+ Common\Interop\Windows\User32\Interop.WaitForInputIdle.cs
@@ -98,196 +98,196 @@
Microsoft\Win32\SafeHandles\SafeTokenHandle.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs">
+ Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs
- Link="Common\Interop\Windows\Kernel32\Interop.IsWow64Process_SafeProcessHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.IsWow64Process_SafeProcessHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetExitCodeProcess.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetExitCodeProcess.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetThreadTimes.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetThreadTimes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CreateProcess.cs">
+ Common\Interop\Windows\Kernel32\Interop.CreateProcess.cs
- Link="Common\Interop\Windows\Kernel32\Interop.TerminateProcess.cs">
+ Common\Interop\Windows\Kernel32\Interop.TerminateProcess.cs
- Link="Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs">
+ Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs
- Link="Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs">
+ Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs
- Link="Common\Interop\Windows\Kernel32\Interop.EnumProcesses.cs">
+ Common\Interop\Windows\Kernel32\Interop.EnumProcesses.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetModuleInformation.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetModuleInformation.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetModuleBaseName.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetModuleBaseName.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetModuleFileNameEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetModuleFileNameEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetProcessWorkingSetSizeEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetProcessWorkingSetSizeEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcessWorkingSetSizeEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcessWorkingSetSizeEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetProcessAffinityMask.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetProcessAffinityMask.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcessAffinityMask.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcessAffinityMask.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcessId.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcessId.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetThreadPriorityBoost.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetThreadPriorityBoost.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetThreadPriorityBoost.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetThreadPriorityBoost.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcessPriorityBoost.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcessPriorityBoost.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetProcessPriorityBoost.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetProcessPriorityBoost.cs
- Link="Common\Interop\Windows\Kernel32\Interop.OpenThread.cs">
+ Common\Interop\Windows\Kernel32\Interop.OpenThread.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetThreadPriority.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetThreadPriority.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetThreadPriority.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetThreadPriority.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetThreadAffinityMask.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetThreadAffinityMask.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetThreadIdealProcessor.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetThreadIdealProcessor.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetPriorityClass.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetPriorityClass.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetPriorityClass.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetPriorityClass.cs
- Link="Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs">
+ Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs
- Link="Common\Interop\Windows\Advapi32\Interop.OpenProcessToken.cs">
+ Common\Interop\Windows\Advapi32\Interop.OpenProcessToken.cs
- Link="Common\Interop\Windows\Advapi32\Interop.LookupPrivilegeValue.cs">
+ Common\Interop\Windows\Advapi32\Interop.LookupPrivilegeValue.cs
- Link="Common\Interop\Windows\Advapi32\Interop.AdjustTokenPrivileges.cs">
+ Common\Interop\Windows\Advapi32\Interop.AdjustTokenPrivileges.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetConsoleCP.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetConsoleCP.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetConsoleOutputCP.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetConsoleOutputCP.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CreateProcessWithLogon.cs">
+ Common\Interop\Windows\Advapi32\Interop.CreateProcessWithLogon.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs">
+ Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
- Link="Common\Interop\Windows\Advapi32\Interop.LUID.cs">
+ Common\Interop\Windows\Advapi32\Interop.LUID.cs
- Link="Common\Interop\Windows\Advapi32\Interop.LUID_AND_ATTRIBUTES.cs">
+ Common\Interop\Windows\Advapi32\Interop.LUID_AND_ATTRIBUTES.cs
- Link="Common\Interop\Windows\Advapi32\Interop.TOKEN_PRIVILEGE.cs">
+ Common\Interop\Windows\Advapi32\Interop.TOKEN_PRIVILEGE.cs
- Link="Common\Interop\Windows\Kernel32\Interop.Constants.cs">
+ Common\Interop\Windows\Kernel32\Interop.Constants.cs
- Link="Common\Interop\Windows\kernel32\Interop.CreatePipe.cs">
+ Common\Interop\Windows\kernel32\Interop.CreatePipe.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ThreadOptions.cs">
+ Common\Interop\Windows\Kernel32\Interop.ThreadOptions.cs
- Link="Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs">
+ Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs
- Link="Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs">
+ Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs
- Link="Common\Interop\Windows\kernel32\Interop.ProcessOptions.cs">
+ Common\Interop\Windows\kernel32\Interop.ProcessOptions.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs">
+ Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs
- Link="Common\Interop\Interop.UNICODE_STRING.cs">
+ Common\Interop\Interop.UNICODE_STRING.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs">
+ Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs
- Link="Common\System\Text\ConsoleEncoding.cs">
+ Common\System\Text\ConsoleEncoding.cs
- Link="Common\System\Text\EncodingHelper.Windows.cs">
+ Common\System\Text\EncodingHelper.Windows.cs
- Link="Common\System\Text\OSEncoding.Windows.cs">
+ Common\System\Text\OSEncoding.Windows.cs
- Link="Common\System\Text\OSEncoder.cs">
+ Common\System\Text\OSEncoder.cs
- Link="Common\System\Text\DBCSDecoder.cs">
+ Common\System\Text\DBCSDecoder.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCPInfoEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCPInfoEx.cs
- Link="Common\Interop\Windows\Interop.MAX_PATH.cs">
+ Common\Interop\Windows\Interop.MAX_PATH.cs
- Link="Common\System\HResults.cs">
+ Common\System\HResults.cs
@@ -307,82 +307,82 @@
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
- Link="Common\System\IO\StringParser.cs">
+ Common\System\IO\StringParser.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.Close.cs">
+ Common\Interop\Unix\Interop.Close.cs
- Link="Common\Interop\Unix\Interop.GetHostName.cs">
+ Common\Interop\Unix\Interop.GetHostName.cs
- Link="Common\Interop\Unix\Interop.SysConf.cs">
+ Common\Interop\Unix\Interop.SysConf.cs
- Link="Common\Interop\Unix\Interop.ConfigureTerminalForChildProcess.cs">
+ Common\Interop\Unix\Interop.ConfigureTerminalForChildProcess.cs
- Link="Common\Interop\Unix\Interop.ForkAndExecProcess.cs">
+ Common\Interop\Unix\Interop.ForkAndExecProcess.cs
- Link="Common\Interop\Unix\Interop.GetGroupList.cs">
+ Common\Interop\Unix\Interop.GetGroupList.cs
- Link="Common\Interop\Unix\Interop.GetLine.cs">
+ Common\Interop\Unix\Interop.GetLine.cs
- Link="Common\Interop\Unix\Interop.GetPid.cs">
+ Common\Interop\Unix\Interop.GetPid.cs
- Link="Common\Interop\Unix\Interop.GetPwUid.cs">
+ Common\Interop\Unix\Interop.GetPwUid.cs
- Link="Common\Interop\Unix\Interop.GetSetPriority.cs">
+ Common\Interop\Unix\Interop.GetSetPriority.cs
- Link="Common\Interop\Unix\Interop.GetSid.cs">
+ Common\Interop\Unix\Interop.GetSid.cs
- Link="Common\Interop\Unix\Interop.GetUid.cs">
+ Common\Interop\Unix\Interop.GetUid.cs
- Link="Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs">
+ Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs
- Link="Common\Interop\Unix\Interop.Kill.cs">
+ Common\Interop\Unix\Interop.Kill.cs
- Link="Common\Interop\Unix\Interop.ReadLink.cs">
+ Common\Interop\Unix\Interop.ReadLink.cs
- Link="Common\Interop\Unix\Interop.RegisterForRegisterForSigChld.cs">
+ Common\Interop\Unix\Interop.RegisterForRegisterForSigChld.cs
- Link="Common\Interop\Unix\Interop.ResourceLimits.cs">
+ Common\Interop\Unix\Interop.ResourceLimits.cs
- Link="Common\Interop\Unix\Interop.PathConf.cs">
+ Common\Interop\Unix\Interop.PathConf.cs
- Link="Common\Interop\Unix\Interop.POpen.cs">
+ Common\Interop\Unix\Interop.POpen.cs
- Link="Common\Interop\Unix\Interop.WaitId.cs">
+ Common\Interop\Unix\Interop.WaitId.cs
- Link="Common\Interop\Unix\Interop.WaitPid.cs">
+ Common\Interop\Unix\Interop.WaitPid.cs
- Link="Common\Interop\Unix\System.Native\Interop.Access.cs">
+ Common\Interop\Unix\System.Native\Interop.Access.cs
@@ -390,16 +390,16 @@
- Link="Common\Interop\Linux\Interop.cgroups.cs">
+ Common\Interop\Linux\Interop.cgroups.cs
- Link="Common\Interop\Linux\Interop.ProcFsStat.cs">
+ Common\Interop\Linux\Interop.ProcFsStat.cs
- Link="Common\Interop\Linux\Interop.SchedGetSetAffinity.cs">
+ Common\Interop\Linux\Interop.SchedGetSetAffinity.cs
- Link="Common\System\Text\ReusableTextReader.cs">
+ Common\System\Text\ReusableTextReader.cs
@@ -409,15 +409,15 @@
- Link="Common\Interop\OSX\Interop.libproc.cs">
+ Common\Interop\OSX\Interop.libproc.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\Windows\Shell32\Interop.ShellExecuteExW.cs">
+ Common\Interop\Windows\Shell32\Interop.ShellExecuteExW.cs
@@ -433,13 +433,13 @@
- Link="Common\Interop\BSD\System.Native\Interop.Sysctl.cs">
+ Common\Interop\BSD\System.Native\Interop.Sysctl.cs
- Link="Common\Interop\FreeBSD\Interop.Process.cs">
+ Common\Interop\FreeBSD\Interop.Process.cs
- Link="Common\Unix\System.Native\Interop.Stat.cs">
+ Common\Unix\System.Native\Interop.Stat.cs
diff --git a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
index 32e50f3ed466e7..e2f3f7ad84f9f2 100644
--- a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
+++ b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
@@ -10,13 +10,13 @@
System\PasteArguments.cs
- Link="Common\System\IO\StringParser.cs">
+ Common\System\IO\StringParser.cs
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
- Link="Common\Microsoft\Win32\TempRegistryKey.cs">
+ Common\Microsoft\Win32\TempRegistryKey.cs
@@ -48,4 +48,4 @@
System\PasteArguments.Unix.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
index d86cae583a408f..f326d869012406 100644
--- a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
+++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
@@ -10,29 +10,29 @@
- Link="Common\System\Diagnostics\TraceListenerHelpers.cs">
+ Common\System\Diagnostics\TraceListenerHelpers.cs
- Link="Common\System\Diagnostics\TraceListenerHelpers.Windows.cs">
+ Common\System\Diagnostics\TraceListenerHelpers.Windows.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.GetCurrentProcessId.cs">
+ Common\Interop\Windows\Interop.GetCurrentProcessId.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.GetPid.cs">
+ Common\Interop\Unix\Interop.GetPid.cs
- Link="Common\System\Diagnostics\TraceListenerHelpers.Unix.cs">
+ Common\System\Diagnostics\TraceListenerHelpers.Unix.cs
diff --git a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
index e612da8905338a..ce6fa0f43970ab 100644
--- a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
+++ b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
@@ -30,29 +30,29 @@
- Link="Common\System\Diagnostics\TraceListenerHelpers.cs">
+ Common\System\Diagnostics\TraceListenerHelpers.cs
- Link="Common\System\Diagnostics\TraceListenerHelpers.Windows.cs">
+ Common\System\Diagnostics\TraceListenerHelpers.Windows.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.GetCurrentProcessId.cs">
+ Common\Interop\Windows\Interop.GetCurrentProcessId.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.GetPid.cs">
+ Common\Interop\Unix\Interop.GetPid.cs
- Link="Common\System\Diagnostics\TraceListenerHelpers.Unix.cs">
+ Common\System\Diagnostics\TraceListenerHelpers.Unix.cs
diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
index 2b20fa1ea4a9db..daf24a4408f6e3 100644
--- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
+++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
@@ -84,10 +84,10 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs">
+ Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs
@@ -122,4 +122,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
index d29e1da3456d98..f40b0251aabdb9 100644
--- a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
+++ b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
@@ -11,7 +11,7 @@
- Link="Common\DirectoryServices\LdapConfiguration.cs">
+ Common\DirectoryServices\LdapConfiguration.cs
@@ -19,4 +19,4 @@
PreserveNewest
-
+
\ No newline at end of file
diff --git a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
index 33c26adc08a7ee..45ee75557ac22e 100644
--- a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
+++ b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
@@ -48,7 +48,7 @@
- Link="Common\DirectoryServices\LdapConfiguration.cs">
+ Common\DirectoryServices\LdapConfiguration.cs
@@ -56,4 +56,4 @@
PreserveNewest
-
+
\ No newline at end of file
diff --git a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
index 526871339eeb63..c4df6bbeb60f50 100644
--- a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
+++ b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
@@ -19,7 +19,7 @@
- Link="Common\DirectoryServices\LdapConfiguration.cs">
+ Common\DirectoryServices\LdapConfiguration.cs
@@ -31,4 +31,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
index 6a8c3b859cfe9f..7a6ca380042f9b 100644
--- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
+++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
@@ -152,10 +152,10 @@
- Link="Common\Interop\Windows\User32\Interop.LOGFONT.cs">
+ Common\Interop\Windows\User32\Interop.LOGFONT.cs
- Link="Common\Interop\Windows\Gdi32\Interop.RasterOp.cs">
+ Common\Interop\Windows\Gdi32\Interop.RasterOp.cs
System.Drawing.DefaultComponent.bmp
@@ -225,112 +225,112 @@
System\LocalAppContextSwitches.Common.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Gdi32\Interop.CombineRgn.cs">
+ Common\Interop\Windows\Gdi32\Interop.CombineRgn.cs
- Link="Common\Interop\Windows\Gdi32\Interop.CreateCompatibleDC.cs">
+ Common\Interop\Windows\Gdi32\Interop.CreateCompatibleDC.cs
- Link="Common\Interop\Windows\Gdi32\Interop.CreateDC.cs">
+ Common\Interop\Windows\Gdi32\Interop.CreateDC.cs
- Link="Common\Interop\Windows\Gdi32\Interop.CreateIC.cs">
+ Common\Interop\Windows\Gdi32\Interop.CreateIC.cs
- Link="Common\Interop\Windows\Gdi32\Interop.CreateFontIndirect.cs">
+ Common\Interop\Windows\Gdi32\Interop.CreateFontIndirect.cs
- Link="Common\Interop\Windows\Gdi32\Interop.CreateRectRgn.cs">
+ Common\Interop\Windows\Gdi32\Interop.CreateRectRgn.cs
- Link="Common\Interop\Windows\Gdi32\Interop.DeleteDC.cs">
+ Common\Interop\Windows\Gdi32\Interop.DeleteDC.cs
- Link="Common\Interop\Windows\Gdi32\Interop.DeleteObject.cs">
+ Common\Interop\Windows\Gdi32\Interop.DeleteObject.cs
- Link="Common\Interop\Windows\Gdi32\Interop.GetClipRgn.cs">
+ Common\Interop\Windows\Gdi32\Interop.GetClipRgn.cs
- Link="Common\Interop\Windows\Gdi32\Interop.GetCurrentObject.cs">
+ Common\Interop\Windows\Gdi32\Interop.GetCurrentObject.cs
- Link="Common\Interop\Windows\Gdi32\Interop.GetDeviceCaps.cs">
+ Common\Interop\Windows\Gdi32\Interop.GetDeviceCaps.cs
- Link="Common\Interop\Windows\Gdi32\Interop.GetObjectType.cs">
+ Common\Interop\Windows\Gdi32\Interop.GetObjectType.cs
- Link="Common\Interop\Windows\Gdi32\Interop.GetRgnBox.cs">
+ Common\Interop\Windows\Gdi32\Interop.GetRgnBox.cs
- Link="Common\Interop\Windows\Gdi32\Interop.GetStockObject.cs">
+ Common\Interop\Windows\Gdi32\Interop.GetStockObject.cs
- Link="Common\Interop\Windows\Gdi32\Interop.ObjectType.cs">
+ Common\Interop\Windows\Gdi32\Interop.ObjectType.cs
- Link="Common\Interop\Windows\Gdi32\Interop.OffsetViewportOrgEx.cs">
+ Common\Interop\Windows\Gdi32\Interop.OffsetViewportOrgEx.cs
- Link="Common\Interop\Windows\Gdi32\Interop.RECT.cs">
+ Common\Interop\Windows\Gdi32\Interop.RECT.cs
- Link="Common\Interop\Windows\Gdi32\Interop.RegionType.cs">
+ Common\Interop\Windows\Gdi32\Interop.RegionType.cs
- Link="Common\Interop\Windows\Gdi32\Interop.RestoreDC.cs">
+ Common\Interop\Windows\Gdi32\Interop.RestoreDC.cs
- Link="Common\Interop\Windows\Gdi32\Interop.SaveDC.cs">
+ Common\Interop\Windows\Gdi32\Interop.SaveDC.cs
- Link="Common\Interop\Windows\Gdi32\Interop.SelectClipRgn.cs">
+ Common\Interop\Windows\Gdi32\Interop.SelectClipRgn.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GlobalFree.cs">
+ Common\Interop\Windows\Kernel32\Interop.GlobalFree.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs">
+ Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs
- Link="Common\Interop\Windows\Gdi32\Interop.BitBlt.cs">
+ Common\Interop\Windows\Gdi32\Interop.BitBlt.cs
- Link="Common\Interop\Windows\Ole32\Interop.IStream.cs">
+ Common\Interop\Windows\Ole32\Interop.IStream.cs
- Link="Common\Interop\Windows\Ole32\Interop.STATSTG.cs">
+ Common\Interop\Windows\Ole32\Interop.STATSTG.cs
- Link="Common\Interop\Windows\Ole32\Interop.STGTY.cs">
+ Common\Interop\Windows\Ole32\Interop.STGTY.cs
- Link="Common\Interop\Windows\Ole32\Interop.STATFLAG.cs">
+ Common\Interop\Windows\Ole32\Interop.STATFLAG.cs
- Link="Common\Interop\Windows\Ole32\Interop.STGM.cs">
+ Common\Interop\Windows\Ole32\Interop.STGM.cs
- Link="Common\Interop\Windows\User32\Interop.GetDC.cs">
+ Common\Interop\Windows\User32\Interop.GetDC.cs
- Link="Common\Interop\Windows\User32\Interop.ReleaseDC.cs">
+ Common\Interop\Windows\User32\Interop.ReleaseDC.cs
- Link="Common\Interop\Windows\User32\Interop.SystemParametersInfo.cs">
+ Common\Interop\Windows\User32\Interop.SystemParametersInfo.cs
- Link="Common\Interop\Windows\User32\Interop.NONCLIENTMETRICS.cs">
+ Common\Interop\Windows\User32\Interop.NONCLIENTMETRICS.cs
- Link="Common\Interop\Windows\User32\Interop.WindowFromDC.cs">
+ Common\Interop\Windows\User32\Interop.WindowFromDC.cs
- Link="Common\Interop\Windows\Interop.HRESULT.cs">
+ Common\Interop\Windows\Interop.HRESULT.cs
@@ -378,7 +378,7 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
placeholder.ico
diff --git a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
index 1b299ab37bd8e9..610e7ec4b39623 100644
--- a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
+++ b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
@@ -80,17 +80,17 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
- Link="Common\System\Drawing\Helpers.cs">
+ Common\System\Drawing\Helpers.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
-
+
System.Drawing.Tests.48x48_multiple_entries_4bit.ico
@@ -107,4 +107,4 @@
System.Drawing.Tests.Icon_toolboxBitmapAttributeTest
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
index fcd4243720ea4a..5a9c2609314a81 100644
--- a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
+++ b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
@@ -46,13 +46,13 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\User32\Interop.GetSysColor.cs">
+ Common\Interop\Windows\User32\Interop.GetSysColor.cs
- Link="Common\Interop\Windows\User32\Interop.Win32SystemColors.cs">
+ Common\Interop\Windows\User32\Interop.Win32SystemColors.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
index 34576d0c65fc1c..1601346a37a00a 100644
--- a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
+++ b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
@@ -13,13 +13,13 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
- Link="Common\System\Runtime\Serialization\DataContractSerializerHelper.cs">
+ Common\System\Runtime\Serialization\DataContractSerializerHelper.cs
- Link="Common\System\Runtime\Serialization\Utils.cs">
+ Common\System\Runtime\Serialization\Utils.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj b/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
index 5f306a92d5d031..3266b52e575a20 100644
--- a/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
+++ b/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
@@ -324,7 +324,7 @@
- Link="Common\System\RandomDataGenerator.cs">
+ Common\System\RandomDataGenerator.cs
diff --git a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
index 40a7f84c40774a..a0a3271278c24a 100644
--- a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
+++ b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
@@ -114,7 +114,7 @@
- Link="Common\System\RandomDataGenerator.cs">
+ Common\System\RandomDataGenerator.cs
diff --git a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
index 867780f4374a05..626ab0f48a792b 100644
--- a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
+++ b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
@@ -18,22 +18,22 @@
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBrotliHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBrotliHandle.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
diff --git a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
index d992bc5a36351a..6cd5df420f23f9 100644
--- a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
+++ b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
@@ -7,22 +7,22 @@
- Link="Common\System\IO\Compression\CompressionStreamTestBase.cs">
+ Common\System\IO\Compression\CompressionStreamTestBase.cs
- Link="Common\System\IO\Compression\CompressionStreamUnitTestBase.cs">
+ Common\System\IO\Compression\CompressionStreamUnitTestBase.cs
- Link="Common\System\IO\Compression\LocalMemoryStream.cs">
+ Common\System\IO\Compression\LocalMemoryStream.cs
- Link="Common\System\IO\Compression\StreamHelpers.cs">
+ Common\System\IO\Compression\StreamHelpers.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\System\IO\PathInternal.Windows.cs">
+ Common\System\IO\PathInternal.Windows.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\System\IO\PathInternal.Unix.cs">
+ Common\System\IO\PathInternal.Unix.cs
- Link="Common\Interop\Unix\System.Native\Interop.PathConf.cs">
+ Common\Interop\Unix\System.Native\Interop.PathConf.cs
@@ -73,4 +73,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
index 853951b21557f6..20bb882a1b9626 100644
--- a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
+++ b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
@@ -15,34 +15,34 @@
- Link="Common\System\IO\PathFeatures.cs">
+ Common\System\IO\PathFeatures.cs
- Link="Common\System\IO\Compression\CRC.cs">
+ Common\System\IO\Compression\CRC.cs
- Link="Common\System\IO\Compression\CompressionStreamTestBase.cs">
+ Common\System\IO\Compression\CompressionStreamTestBase.cs
- Link="Common\System\IO\Compression\CompressionStreamUnitTestBase.cs">
+ Common\System\IO\Compression\CompressionStreamUnitTestBase.cs
- Link="Common\System\IO\Compression\FileData.cs">
+ Common\System\IO\Compression\FileData.cs
- Link="Common\System\IO\Compression\LocalMemoryStream.cs">
+ Common\System\IO\Compression\LocalMemoryStream.cs
- Link="Common\System\IO\Compression\StreamHelpers.cs">
+ Common\System\IO\Compression\StreamHelpers.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
- Link="Common\System\IO\Compression\ZipTestHelper.cs">
+ Common\System\IO\Compression\ZipTestHelper.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\Interop\Windows\Interop.CreateFile.cs">
+ Common\Interop\Windows\Interop.CreateFile.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\libc\Interop.Read.cs">
+ Common\Interop\Unix\libc\Interop.Read.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.IOErrors.cs">
+ Common\Interop\Unix\Interop.IOErrors.cs
- Link="Common\System\IO\PathInternal.Unix.cs">
+ Common\System\IO\PathInternal.Unix.cs
- Link="Common\Interop\Unix\Interop.PathConf.cs">
+ Common\Interop\Unix\Interop.PathConf.cs
- Link="Common\Interop\Linux\Interop.inotify.cs">
+ Common\Interop\Linux\Interop.inotify.cs
- Link="Common\Interop\Unix\Interop.Poll.cs">
+ Common\Interop\Unix\Interop.Poll.cs
- Link="Common\Interop\Unix\Interop.Stat.cs">
+ Common\Interop\Unix\Interop.Stat.cs
@@ -93,37 +93,37 @@
System.IO.FileSystem\src\System\IO\FileSystem.Exists.Unix.cs
- Link="Common\Interop\OSX\Interop.EventStream.cs">
+ Common\Interop\OSX\Interop.EventStream.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\OSX\Interop.RunLoop.cs">
+ Common\Interop\OSX\Interop.RunLoop.cs
- Link="Common\Interop\Unix\Interop.RealPath.cs">
+ Common\Interop\Unix\Interop.RealPath.cs
- Link="Common\Interop\Unix\Interop.Stat.Span.cs">
+ Common\Interop\Unix\Interop.Stat.Span.cs
- Link="Common\Interop\Unix\Interop.Stat.cs">
+ Common\Interop\Unix\Interop.Stat.cs
- Link="Common\Interop\Unix\Interop.Sync.cs">
+ Common\Interop\Unix\Interop.Sync.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEventStreamHandle.OSX.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEventStreamHandle.OSX.cs
- Link="Common\System\Text\ValueUtf8Converter.cs">
+ Common\System\Text\ValueUtf8Converter.cs
diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
index ab52666088ee26..589fb29ae21011 100644
--- a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
+++ b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
@@ -27,19 +27,19 @@
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
- Link="Common\System\IO\TempDirectory.cs">
+ Common\System\IO\TempDirectory.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.ResourceLimits.cs">
+ Common\Interop\Unix\System.Native\Interop.ResourceLimits.cs
diff --git a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index 4ac29bb8d45808..c36d099b980f2a 100644
--- a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -14,7 +14,7 @@
-
+
@@ -163,13 +163,13 @@
- Link="Common\System\Buffers\NativeMemoryManager.cs">
+ Common\System\Buffers\NativeMemoryManager.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
- Link="Common\System\IO\PathFeatures.cs">
+ Common\System\IO\PathFeatures.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
index 1718b69a712166..710b00e4b4c83b 100644
--- a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
+++ b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
@@ -13,7 +13,7 @@
- Link="Common\System\Security\IdentityHelper.cs">
+ Common\System\Security\IdentityHelper.cs
diff --git a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
index 1255cff942aa02..0aaf3693233c22 100644
--- a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
+++ b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
@@ -25,16 +25,16 @@
- Link="Common\System\IO\TempDirectory.cs">
+ Common\System\IO\TempDirectory.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
Internals\Helper.cs
- Link="Common\System\Security\IdentityHelper.cs">
+ Common\System\Security\IdentityHelper.cs
@@ -59,4 +59,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
index d2894a92ff79c0..c2dc86df1632e0 100644
--- a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
+++ b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
@@ -19,82 +19,82 @@
- Link="Common\Interop\Windows\Interop.CreateFileMapping.cs">
+ Common\Interop\Windows\Interop.CreateFileMapping.cs
- Link="Common\Interop\Windows\Interop.MapViewOfFile.cs">
+ Common\Interop\Windows\Interop.MapViewOfFile.cs
- Link="Common\Interop\Windows\Interop.OpenFileMapping.cs">
+ Common\Interop\Windows\Interop.OpenFileMapping.cs
- Link="Common\Interop\Windows\Interop.VirtualAlloc.cs">
+ Common\Interop\Windows\Interop.VirtualAlloc.cs
- Link="Common\Interop\Windows\Interop.GlobalMemoryStatusEx.cs">
+ Common\Interop\Windows\Interop.GlobalMemoryStatusEx.cs
- Link="Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs">
+ Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.FormatMessage.cs">
+ Common\Interop\Windows\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.FileAttributes.cs">
+ Common\Interop\Windows\Interop.FileAttributes.cs
- Link="Common\Interop\Windows\Interop.FileOperations.cs">
+ Common\Interop\Windows\Interop.FileOperations.cs
- Link="Common\Interop\Windows\Interop.FlushViewOfFile.cs">
+ Common\Interop\Windows\Interop.FlushViewOfFile.cs
- Link="Common\Interop\Windows\Interop.GenericOperations.cs">
+ Common\Interop\Windows\Interop.GenericOperations.cs
- Link="Common\Interop\Windows\Interop.GetSystemInfo.cs">
+ Common\Interop\Windows\Interop.GetSystemInfo.cs
- Link="Common\Interop\Windows\Interop.SYSTEM_INFO.cs">
+ Common\Interop\Windows\Interop.SYSTEM_INFO.cs
- Link="Common\Interop\Windows\Interop.HandleOptions.cs">
+ Common\Interop\Windows\Interop.HandleOptions.cs
- Link="Common\Interop\Windows\Interop.MEMORY_BASIC_INFO.cs">
+ Common\Interop\Windows\Interop.MEMORY_BASIC_INFO.cs
- Link="Common\Interop\Windows\Interop.MEMORYSTATUSEX.cs">
+ Common\Interop\Windows\Interop.MEMORYSTATUSEX.cs
- Link="Common\Interop\Windows\Interop.MemOptions.cs">
+ Common\Interop\Windows\Interop.MemOptions.cs
- Link="Common\Interop\Windows\Interop.PipeOptions.cs">
+ Common\Interop\Windows\Interop.PipeOptions.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\Interop.SecurityOptions.cs">
+ Common\Interop\Windows\Interop.SecurityOptions.cs
- Link="Common\Interop\Windows\Interop.UnmapViewOfFile.cs">
+ Common\Interop\Windows\Interop.UnmapViewOfFile.cs
- Link="Common\Interop\Windows\Interop.VirtualQuery.cs">
+ Common\Interop\Windows\Interop.VirtualQuery.cs
- Link="Common\System\IO\Win32Marshal.cs">
+ Common\System\IO\Win32Marshal.cs
@@ -103,53 +103,53 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.Fcntl.cs">
+ Common\Interop\Unix\Interop.Fcntl.cs
- Link="Common\Interop\Unix\Interop.IOErrors.cs">
+ Common\Interop\Unix\Interop.IOErrors.cs
- Link="Common\Interop\Unix\Interop.MMap.cs">
+ Common\Interop\Unix\Interop.MMap.cs
- Link="Common\Interop\Unix\Interop.MUnmap.cs">
+ Common\Interop\Unix\Interop.MUnmap.cs
- Link="Common\Interop\Unix\Interop.MSync.cs">
+ Common\Interop\Unix\Interop.MSync.cs
- Link="Common\Interop\Unix\Interop.Open.cs">
+ Common\Interop\Unix\Interop.Open.cs
- Link="Common\Interop\Unix\Interop.OpenFlags.cs">
+ Common\Interop\Unix\Interop.OpenFlags.cs
- Link="Common\Interop\Unix\Interop.Permissions.cs">
+ Common\Interop\Unix\Interop.Permissions.cs
- Link="Common\Interop\Unix\Interop.SysConf.cs">
+ Common\Interop\Unix\Interop.SysConf.cs
- Link="Common\Interop\Unix\Interop.FTruncate.cs">
+ Common\Interop\Unix\Interop.FTruncate.cs
- Link="Common\Interop\Unix\Interop.MAdvise.cs">
+ Common\Interop\Unix\Interop.MAdvise.cs
- Link="Common\Interop\Unix\Interop.ShmOpen.cs">
+ Common\Interop\Unix\Interop.ShmOpen.cs
- Link="Common\Interop\Unix\Interop.Unlink.cs">
+ Common\Interop\Unix\Interop.Unlink.cs
@@ -160,4 +160,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
index 372dd8846fd65b..830a1c5f73d846 100644
--- a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
+++ b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
@@ -16,8 +16,8 @@
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
index 9a052a2f87ed94..c15a68ff5a26ca 100644
--- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
+++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
@@ -6,7 +6,7 @@
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
@@ -59,4 +59,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
index 5d19e9f23052de..c49e5d41a7b031 100644
--- a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
+++ b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
@@ -28,27 +28,27 @@
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
- Link="Common\Interop\Windows\Interop.CancelIoEx.cs">
+ Common\Interop\Windows\Interop.CancelIoEx.cs
- Link="Common\Interop\Windows\Interop.LoadLibraryEx_IntPtr.cs">
+ Common\Interop\Windows\Interop.LoadLibraryEx_IntPtr.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.GetNamedPipeHandleState.cs">
+ Common\Interop\Windows\Interop.GetNamedPipeHandleState.cs
- Link="Common\Interop\Windows\Interop.MaxLengths.cs">
+ Common\Interop\Windows\Interop.MaxLengths.cs
@@ -63,4 +63,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
index 58d794bd02d1ce..8b261f91ada340 100644
--- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
+++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
@@ -30,116 +30,116 @@
- Link="Common\Interop\Windows\Kernel32\Interop.DCB.cs">
+ Common\Interop\Windows\Kernel32\Interop.DCB.cs
- Link="Common\Interop\Windows\Kernel32\Interop.COMMPROP.cs">
+ Common\Interop\Windows\Kernel32\Interop.COMMPROP.cs
- Link="Common\Interop\Windows\Kernel32\Interop.COMMTIMEOUTS.cs">
+ Common\Interop\Windows\Kernel32\Interop.COMMTIMEOUTS.cs
- Link="Common\Interop\Windows\Kernel32\Interop.COMSTAT.cs">
+ Common\Interop\Windows\Kernel32\Interop.COMSTAT.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetCommState.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetCommState.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetCommBreak.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetCommBreak.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ClearCommBreak.cs">
+ Common\Interop\Windows\Kernel32\Interop.ClearCommBreak.cs
- Link="Common\Interop\Windows\Kernel32\Interop.EscapeCommFunction.cs">
+ Common\Interop\Windows\Kernel32\Interop.EscapeCommFunction.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetCommTimeouts.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetCommTimeouts.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCommModemStatus.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCommModemStatus.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ClearCommError.cs">
+ Common\Interop\Windows\Kernel32\Interop.ClearCommError.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCommProperties.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCommProperties.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetCommMask.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetCommMask.cs
- Link="Common\Interop\Windows\Kernel32\Interop.PurgeComm.cs">
+ Common\Interop\Windows\Kernel32\Interop.PurgeComm.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetupComm.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetupComm.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCommState.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCommState.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WaitCommEvent.cs">
+ Common\Interop\Windows\Kernel32\Interop.WaitCommEvent.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs">
+ Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs">
+ Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetOverlappedResult.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetOverlappedResult.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs">
+ Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs">
+ Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs
- Link="Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs">
+ Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
- Link="Common\Interop\Windows\Interop.FileTypes.cs">
+ Common\Interop\Windows\Interop.FileTypes.cs
- Link="Common\System\IO\PathInternal.Windows.cs">
+ Common\System\IO\PathInternal.Windows.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\System\IO\Win32Marshal.cs">
+ Common\System\IO\Win32Marshal.cs
- Link="Common\Interop\Windows\Interop.FormatMessage.cs">
+ Common\Interop\Windows\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CreateFile.cs">
+ Common\Interop\Windows\Kernel32\Interop.CreateFile.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FileOperations.cs">
+ Common\Interop\Windows\Kernel32\Interop.FileOperations.cs
@@ -157,28 +157,28 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.IOErrors.cs">
+ Common\Interop\Unix\Interop.IOErrors.cs
- Link="Common\Interop\Unix\System.Native\Interop.Read.cs">
+ Common\Interop\Unix\System.Native\Interop.Read.cs
- Link="Common\Interop\Unix\System.Native\Interop.Write.cs">
+ Common\Interop\Unix\System.Native\Interop.Write.cs
- Link="Common\Interop\Unix\System.Native\Interop.Poll.cs">
+ Common\Interop\Unix\System.Native\Interop.Poll.cs
- Link="Common\Interop\Unix\System.Native\Interop.Shutdown.cs">
+ Common\Interop\Unix\System.Native\Interop.Shutdown.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
@@ -205,4 +205,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO/tests/System.IO.Tests.csproj b/src/libraries/System.IO/tests/System.IO.Tests.csproj
index 5873e991199cc2..3262bfa8bb5013 100644
--- a/src/libraries/System.IO/tests/System.IO.Tests.csproj
+++ b/src/libraries/System.IO/tests/System.IO.Tests.csproj
@@ -47,16 +47,16 @@
- Link="Common\System\Buffers\NativeMemoryManager.cs">
+ Common\System\Buffers\NativeMemoryManager.cs
- Link="Common\System\IO\CallTrackingStream.cs">
+ Common\System\IO\CallTrackingStream.cs
- Link="Common\System\IO\DelegateStream.cs">
+ Common\System\IO\DelegateStream.cs
- Link="Common\System\IO\WrappedMemoryStream.cs">
+ Common\System\IO\WrappedMemoryStream.cs
@@ -64,4 +64,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
index c7707f51c90adf..a88e5ca3b5e6a2 100644
--- a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
+++ b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
@@ -14,10 +14,10 @@
- Link="Common\System\Collections\Generic\ArrayBuilder.cs">
+ Common\System\Collections\Generic\ArrayBuilder.cs
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
diff --git a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
index 316e0e27d19683..6ac48c2e3dca5c 100644
--- a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
+++ b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
@@ -225,7 +225,7 @@
- Link="Common\System\Collections\DictionaryExtensions.cs">
+ Common\System\Collections\DictionaryExtensions.cs
@@ -248,4 +248,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
index aa8ded1ad18d89..e7a85f6cc62c42 100644
--- a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
+++ b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
@@ -5,13 +5,13 @@
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
- Link="CommonTest\System\Threading\ThreadPoolHelpers.cs">
+ CommonTest\System\Threading\ThreadPoolHelpers.cs
@@ -77,4 +77,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
index 29f05cac239253..ad309e2f7319b6 100644
--- a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
+++ b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
@@ -54,7 +54,7 @@
- Link="Common\System\Linq\SkipTakeData.cs">
+ Common\System\Linq\SkipTakeData.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
index 84c9128cd748a4..fe5b68dc5b1ebe 100644
--- a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
+++ b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
@@ -67,13 +67,13 @@
- Link="Common\System\Linq\SkipTakeData.cs">
+ Common\System\Linq\SkipTakeData.cs
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj
index ec937e61496377..e3a79752a63d86 100644
--- a/src/libraries/System.Management/src/System.Management.csproj
+++ b/src/libraries/System.Management/src/System.Management.csproj
@@ -9,37 +9,37 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
+ Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs">
+ Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs">
+ Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
- Link="Common\Interop\Windows\Ole32\Interop.CoGetObjectContext.cs">
+ Common\Interop\Windows\Ole32\Interop.CoGetObjectContext.cs
- Link="Common\Interop\Windows\Ole32\Interop.CoMarshalInterface.cs">
+ Common\Interop\Windows\Ole32\Interop.CoMarshalInterface.cs
- Link="Common\Interop\Windows\Ole32\Interop.CoUnmarshalInterface.cs">
+ Common\Interop\Windows\Ole32\Interop.CoUnmarshalInterface.cs
- Link="Common\Interop\Windows\Ole32\Interop.CreateStreamOnHGlobal.cs">
+ Common\Interop\Windows\Ole32\Interop.CreateStreamOnHGlobal.cs
- Link="Common\Interop\Windows\Ole32\Interop.GetHGlobalFromStream.cs">
+ Common\Interop\Windows\Ole32\Interop.GetHGlobalFromStream.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
@@ -87,4 +87,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Memory/src/System.Memory.csproj b/src/libraries/System.Memory/src/System.Memory.csproj
index 071ea3df7eaa79..bada3e64b157c4 100644
--- a/src/libraries/System.Memory/src/System.Memory.csproj
+++ b/src/libraries/System.Memory/src/System.Memory.csproj
@@ -35,10 +35,10 @@
- Link="Common\System\Buffers\ArrayBufferWriter.cs">
+ Common\System\Buffers\ArrayBufferWriter.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
index 2743ebe59cdf62..ce1cdff0d5c2b2 100644
--- a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
+++ b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
@@ -261,10 +261,10 @@
- Link="Common\System\Buffers\NativeMemoryManager.cs">
+ Common\System\Buffers\NativeMemoryManager.cs
- Link="Common\System\MutableDecimal.cs">
+ Common\System\MutableDecimal.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj b/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
index dad3fa4b2e92ac..278e36d4e102c0 100644
--- a/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
@@ -11,31 +11,31 @@
- Link="Common\System\Net\Capability.Security.cs">
+ Common\System\Net\Capability.Security.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Certificates.cs">
+ Common\System\Net\Configuration.Certificates.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
- Link="Common\System\Net\Configuration.Security.cs">
+ Common\System\Net\Configuration.Security.cs
- Link="Common\System\Net\Http\LoopbackServer.cs">
+ Common\System\Net\Http\LoopbackServer.cs
- Link="Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs">
+ Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
- Link="Common\System\Net\Http\GenericLoopbackServer.cs">
+ Common\System\Net\Http\GenericLoopbackServer.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
index 577c5765efbe1b..c402b8d09db8af 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
@@ -11,82 +11,82 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
-
+ Common\Interop\Windows\Crypt32\Interop.certificates.cs
+
- Link="Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs">
-
+ Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs
+
- Link="Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
- Link="Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs">
+ Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
- Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs">
+ Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
- Link="Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs">
+ Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
- Link="Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs">
+ Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
- Link="Common\Interop\Windows\WinHttp\Interop.winhttp.cs">
+ Common\Interop\Windows\WinHttp\Interop.winhttp.cs
- Link="Common\System\CharArrayHelpers.cs">
+ Common\System\CharArrayHelpers.cs
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
-
+ Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
+
- Link="Common\System\Net\Http\HttpStatusDescription.cs">
+ Common\System\Net\Http\HttpStatusDescription.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
- Link="Common\System\Net\UriScheme.cs">
+ Common\System\Net\UriScheme.cs
- Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
+ Common\System\Net\Http\HttpHandlerDefaults.cs
- Link="Common\System\Net\Http\NoWriteNoSeekStreamContent.cs">
+ Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
- Link="Common\System\Net\Http\WinInetProxyHelper.cs">
+ Common\System\Net\Http\WinInetProxyHelper.cs
- Link="Common\System\Net\Security\CertificateHelper.cs">
+ Common\System\Net\Security\CertificateHelper.cs
- Link="Common\System\Net\Security\CertificateHelper.Windows.cs">
+ Common\System\Net\Security\CertificateHelper.Windows.cs
- Link="Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs">
+ Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
- Link="Common\System\Threading\Tasks\RendezvousAwaitable.cs">
-
+ Common\System\Threading\Tasks\RendezvousAwaitable.cs
+
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
@@ -104,10 +104,10 @@
- Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
+ Common\System\IO\StreamHelpers.CopyValidation.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
@@ -120,4 +120,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
index 3f1798c2ad41c0..66515bbd3e1bf1 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
@@ -7,192 +7,192 @@
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
-
+
- Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
+ Common\System\Net\Http\HttpHandlerDefaults.cs
- Link="Common\System\IO\DelegateStream.cs">
-
+ Common\System\IO\DelegateStream.cs
+
- Link="Common\System\Net\Configuration.Certificates.cs">
+ Common\System\Net\Configuration.Certificates.cs
- Link="Common\System\Net\Configuration.Security.cs">
+ Common\System\Net\Configuration.Security.cs
- Link="Common\System\Net\Configuration.Sockets.cs">
+ Common\System\Net\Configuration.Sockets.cs
- Link="Common\System\Net\Capability.Security.cs">
+ Common\System\Net\Capability.Security.cs
- Link="Common\System\Net\Capability.Security.Windows.cs">
+ Common\System\Net\Capability.Security.Windows.cs
- Link="Common\System\Net\EventSourceTestLogging.cs">
+ Common\System\Net\EventSourceTestLogging.cs
- Link="Common\System\Net\HttpsTestServer.cs">
+ Common\System\Net\HttpsTestServer.cs
- Link="Common\System\Net\RemoteServerQuery.cs">
+ Common\System\Net\RemoteServerQuery.cs
- Link="Common\System\Net\VerboseTestLogging.cs">
+ Common\System\Net\VerboseTestLogging.cs
- Link="Common\System\Net\TestWebProxies.cs">
+ Common\System\Net\TestWebProxies.cs
- Link="Common\System\Net\StreamArrayExtensions.cs">
+ Common\System\Net\StreamArrayExtensions.cs
- Link="Common\System\Net\Http\ByteAtATimeContent.cs">
+ Common\System\Net\Http\ByteAtATimeContent.cs
- Link="Common\System\Net\Http\ChannelBindingAwareContent.cs">
+ Common\System\Net\Http\ChannelBindingAwareContent.cs
- Link="Common\System\Net\Http\CustomContent.cs">
+ Common\System\Net\Http\CustomContent.cs
- Link="Common\System\Net\Http\DefaultCredentialsTest.cs">
+ Common\System\Net\Http\DefaultCredentialsTest.cs
- Link="Common\System\Net\Http\DribbleStream.cs">
+ Common\System\Net\Http\DribbleStream.cs
- Link="Common\System\Net\Http\GenericLoopbackServer.cs">
+ Common\System\Net\Http\GenericLoopbackServer.cs
- Link="Common\System\Net\Http\HttpClientHandlerTestBase.cs">
+ Common\System\Net\Http\HttpClientHandlerTestBase.cs
- Link="Common\System\Net\Http\Http2Frames.cs">
+ Common\System\Net\Http\Http2Frames.cs
- Link="Common\System\Net\Http\HPackEncoder.cs">
+ Common\System\Net\Http\HPackEncoder.cs
- Link="Common\System\Net\Http\Http2LoopbackServer.cs">
+ Common\System\Net\Http\Http2LoopbackServer.cs
- Link="Common\System\Net\Http\Http2LoopbackConnection.cs">
+ Common\System\Net\Http\Http2LoopbackConnection.cs
- Link="Common\System\Net\Http\QPackTestDecoder.cs">
+ Common\System\Net\Http\QPackTestDecoder.cs
- Link="Common\System\Net\Http\QPackTestEncoder.cs">
+ Common\System\Net\Http\QPackTestEncoder.cs
- Link="Common\System\Net\Http\HuffmanDecoder.cs">
+ Common\System\Net\Http\HuffmanDecoder.cs
- Link="Common\System\Net\Http\HuffmanEncoder.cs">
+ Common\System\Net\Http\HuffmanEncoder.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs
- Link="Common\System\Net\Http\HttpProtocolTests.cs">
+ Common\System\Net\Http\HttpProtocolTests.cs
- Link="Common\System\Net\Http\HttpClient.SelectedSitesTest.cs">
+ Common\System\Net\Http\HttpClient.SelectedSitesTest.cs
- Link="Common\System\Net\Http\HttpClientEKUTest.cs">
+ Common\System\Net\Http\HttpClientEKUTest.cs
- Link="Common\System\Net\Http\HttpRetryProtocolTests.cs">
+ Common\System\Net\Http\HttpRetryProtocolTests.cs
- Link="Common\System\Net\Http\IdnaProtocolTests.cs">
+ Common\System\Net\Http\IdnaProtocolTests.cs
- Link="Common\System\Net\Http\LoopbackProxyServer.cs">
+ Common\System\Net\Http\LoopbackProxyServer.cs
- Link="Common\System\Net\Http\LoopbackServer.cs">
+ Common\System\Net\Http\LoopbackServer.cs
- Link="Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs">
+ Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
- Link="Common\System\Net\Http\TestHelper.cs">
+ Common\System\Net\Http\TestHelper.cs
- Link="Common\System\Net\Http\PostScenarioTest.cs">
+ Common\System\Net\Http\PostScenarioTest.cs
- Link="Common\System\Net\Http\RepeatedFlushContent.cs">
+ Common\System\Net\Http\RepeatedFlushContent.cs
- Link="Common\System\Net\Http\ResponseStreamTest.cs">
-
+ Common\System\Net\Http\ResponseStreamTest.cs
+
- Link="Common\System\Net\Http\SchSendAuxRecordHttpTest.cs">
+ Common\System\Net\Http\SchSendAuxRecordHttpTest.cs
- Link="Common\System\Net\Http\SyncBlockingContent.cs">
+ Common\System\Net\Http\SyncBlockingContent.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
- Link="Common\System\Threading\TrackingSynchronizationContext.cs">
+ Common\System\Threading\TrackingSynchronizationContext.cs
@@ -203,4 +203,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
index 0b5595c0944797..9d1e3ba1e79cff 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
@@ -12,82 +12,82 @@
- Link="CommonTest\System\Net\SslProtocolSupport.cs">
+ CommonTest\System\Net\SslProtocolSupport.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
- Link="Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs">
+ Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
- Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs">
+ Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
- Link="Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs">
+ Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
- Link="Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs">
+ Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
- Link="Common\System\CharArrayHelpers.cs">
+ Common\System\CharArrayHelpers.cs
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
+ Common\System\IO\StreamHelpers.CopyValidation.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
+ Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
- Link="Common\System\Net\HttpStatusDescription.cs">
+ Common\System\Net\HttpStatusDescription.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\UriScheme.cs">
+ Common\System\Net\UriScheme.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
- Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
+ Common\System\Net\Http\HttpHandlerDefaults.cs
- Link="Common\System\Net\Http\NoWriteNoSeekStreamContent.cs">
+ Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
- Link="Common\System\Net\Http\WinInetProxyHelper.cs">
+ Common\System\Net\Http\WinInetProxyHelper.cs
- Link="Common\System\Net\Security\CertificateHelper.cs">
+ Common\System\Net\Security\CertificateHelper.cs
- Link="Common\System\Net\Security\CertificateHelper.Windows.cs">
+ Common\System\Net\Security\CertificateHelper.Windows.cs
- Link="Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs">
+ Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
- Link="Common\System\Text\SimpleRegex.cs">
+ Common\System\Text\SimpleRegex.cs
- Link="Common\System\Threading\Tasks\RendezvousAwaitable.cs">
+ Common\System\Threading\Tasks\RendezvousAwaitable.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
ProductionCode\WinHttpAuthHelper.cs
diff --git a/src/libraries/System.Net.Http/src/System.Net.Http.csproj b/src/libraries/System.Net.Http/src/System.Net.Http.csproj
index 36cdd1ff17ff35..cebece24f4e13b 100644
--- a/src/libraries/System.Net.Http/src/System.Net.Http.csproj
+++ b/src/libraries/System.Net.Http/src/System.Net.Http.csproj
@@ -90,34 +90,34 @@
- Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
+ Common\System\IO\StreamHelpers.CopyValidation.cs
- Link="Common\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs">
+ Common\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs
- Link="Common\System\IO\DelegatingStream.cs">
+ Common\System\IO\DelegatingStream.cs
- Link="Common\System\IO\ReadOnlyMemoryStream.cs">
+ Common\System\IO\ReadOnlyMemoryStream.cs
- Link="Common\System\Text\StringBuilderCache.cs">
+ Common\System\Text\StringBuilderCache.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\HttpDateParser.cs">
+ Common\System\Net\HttpDateParser.cs
- Link="Common\System\Text\SimpleRegex.cs">
+ Common\System\Text\SimpleRegex.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
- Link="Common\System\Net\ArrayBuffer.cs">
+ Common\System\Net\ArrayBuffer.cs
@@ -170,232 +170,232 @@
- Link="Common\System\Net\NTAuthentication.Common.cs">
+ Common\System\Net\NTAuthentication.Common.cs
- Link="Common\System\Net\ContextFlagsPal.cs">
+ Common\System\Net\ContextFlagsPal.cs
- Link="Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs">
+ Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\Http3SettingType.cs">
+ Common\System\Net\Http\aspnetcore\Http3\Http3SettingType.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\Http3StreamType.cs">
+ Common\System\Net\Http\aspnetcore\Http3\Http3StreamType.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs">
+ Common\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\Frames\Http3ErrorCode.cs">
+ Common\System\Net\Http\aspnetcore\Http3\Frames\Http3ErrorCode.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\Frames\Http3Frame.cs">
+ Common\System\Net\Http\aspnetcore\Http3\Frames\Http3Frame.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\Frames\Http3FrameType.cs">
+ Common\System\Net\Http\aspnetcore\Http3\Frames\Http3FrameType.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
- Link="Common\System\Net\SecurityStatusPal.cs">
+ Common\System\Net\SecurityStatusPal.cs
- Link="Common\System\Net\Security\SSPIHandleCache.cs">
+ Common\System\Net\Security\SSPIHandleCache.cs
- Link="Common\System\Net\Security\NetEventSource.Security.cs">
+ Common\System\Net\Security\NetEventSource.Security.cs
- Link="Common\System\Net\ExceptionCheck.cs">
+ Common\System\Net\ExceptionCheck.cs
- Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
+ Common\System\Collections\Generic\BidirectionalDictionary.cs
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\Net\NegotiationInfoClass.cs">
+ Common\System\Net\NegotiationInfoClass.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Net\Logging\DebugThreadTracking.cs">
+ Common\System\Net\Logging\DebugThreadTracking.cs
- Link="Common\System\Net\DebugSafeHandle.cs">
+ Common\System\Net\DebugSafeHandle.cs
- Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
- Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
- Link="Common\Interop\Linux\Interop.Libraries.cs">
+ Common\Interop\Linux\Interop.Libraries.cs
@@ -404,40 +404,40 @@
- Link="Common\System\Net\ContextFlagsAdapterPal.Unix.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Unix.cs
- Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeCredentials.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteContext.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs">
+ Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
- Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
- Link="Common\System\Net\Security\Unix\SecChannelBindings.cs">
+ Common\System\Net\Security\Unix\SecChannelBindings.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
@@ -448,45 +448,45 @@
- Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFDictionary.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFDictionary.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFProxy.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFProxy.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFUrl.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFUrl.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
- Link="Common\Interop\OSX\Interop.RunLoop.cs">
+ Common\Interop\OSX\Interop.RunLoop.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
- Link="Common\System\Net\HttpStatusDescription.cs">
+ Common\System\Net\HttpStatusDescription.cs
@@ -495,160 +495,160 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs">
+ Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
- Link="Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs">
+ Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
- Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs">
+ Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
- Link="Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs">
+ Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
- Link="Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs">
+ Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
- Link="Common\Interop\Windows\WinHttp\Interop.winhttp.cs">
+ Common\Interop\Windows\WinHttp\Interop.winhttp.cs
- Link="Common\System\CharArrayHelpers.cs">
+ Common\System\CharArrayHelpers.cs
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
+ Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
- Link="Common\System\Net\UriScheme.cs">
+ Common\System\Net\UriScheme.cs
- Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
+ Common\System\Net\Http\HttpHandlerDefaults.cs
- Link="Common\System\Net\Http\NoWriteNoSeekStreamContent.cs">
+ Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
- Link="Common\System\Net\Http\WinInetProxyHelper.cs">
+ Common\System\Net\Http\WinInetProxyHelper.cs
- Link="Common\System\Net\Security\CertificateHelper.cs">
+ Common\System\Net\Security\CertificateHelper.cs
- Link="Common\System\Net\Security\CertificateHelper.Windows.cs">
+ Common\System\Net\Security\CertificateHelper.Windows.cs
- Link="Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs">
+ Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
- Link="Common\System\Threading\Tasks\RendezvousAwaitable.cs">
+ Common\System\Threading\Tasks\RendezvousAwaitable.cs
System\System\Threading\Tasks\TaskToApm.cs
- Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
+ Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
- Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
+ Common\System\Net\Security\SecurityBuffer.Windows.cs
- Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
+ Common\System\Net\Security\SecurityBufferType.Windows.cs
- Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
+ Common\System\Net\Security\SecurityContextTokenHandle.cs
- Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
+ Common\System\Net\SecurityStatusAdapterPal.Windows.cs
- Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Windows.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Windows.cs
- Link="Common\System\Net\Security\NetEventSource.Security.Windows.cs">
+ Common\System\Net\Security\NetEventSource.Security.Windows.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
- Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
+ Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
- Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
+ Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
- Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
+ Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
- Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
+ Common\Interop\Windows\SspiCli\ISSPIInterface.cs
- Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
+ Common\Interop\Windows\SspiCli\SSPIAuthType.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
- Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
+ Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
- Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
+ Common\Interop\Windows\SspiCli\GlobalSSPI.cs
- Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
+ Common\Interop\Windows\SspiCli\Interop.SSPI.cs
- Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
+ Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
- Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
+ Common\Interop\Windows\SspiCli\SSPIWrapper.cs
@@ -656,173 +656,173 @@
- Link="Common\System\Net\Mail\DomainLiteralReader.cs">
+ Common\System\Net\Mail\DomainLiteralReader.cs
- Link="Common\System\Net\Mail\DotAtomReader.cs">
+ Common\System\Net\Mail\DotAtomReader.cs
- Link="Common\System\Net\Mail\MailAddress.cs">
+ Common\System\Net\Mail\MailAddress.cs
- Link="Common\System\Net\Mail\MailAddressParser.cs">
+ Common\System\Net\Mail\MailAddressParser.cs
- Link="Common\System\Net\Mail\MailBnfHelper.cs">
+ Common\System\Net\Mail\MailBnfHelper.cs
- Link="Common\System\Net\Mail\QuotedPairReader.cs">
+ Common\System\Net\Mail\QuotedPairReader.cs
- Link="Common\System\Net\Mail\QuotedStringFormatReader.cs">
+ Common\System\Net\Mail\QuotedStringFormatReader.cs
- Link="Common\System\Net\Mail\WhitespaceReader.cs">
+ Common\System\Net\Mail\WhitespaceReader.cs
- Link="Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs">
+ Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs
- Link="Common\Interop\Unix\StrongToWeakReference.cs">
+ Common\Interop\Unix\StrongToWeakReference.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
- Link="Common\System\Net\UriScheme.cs">
+ Common\System\Net\UriScheme.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.IOErrors.cs">
+ Common\Interop\Unix\Interop.IOErrors.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
+ Common\Interop\Unix\System.Native\Interop.Close.cs
- Link="Common\Interop\Unix\System.Native\Interop.Open.cs">
+ Common\Interop\Unix\System.Native\Interop.Open.cs
- Link="Common\Interop\Unix\System.Native\Interop.OpenFlags.cs">
+ Common\Interop\Unix\System.Native\Interop.OpenFlags.cs
- Link="Common\Interop\Unix\System.Native\Interop.Pipe.cs">
+ Common\Interop\Unix\System.Native\Interop.Pipe.cs
- Link="Common\Interop\Unix\libc\Interop.Poll.cs">
+ Common\Interop\Unix\libc\Interop.Poll.cs
- Link="Common\Interop\Unix\libc\Interop.Read.cs">
+ Common\Interop\Unix\libc\Interop.Read.cs
- Link="Common\Interop\Unix\libc\Interop.Write.cs">
+ Common\Interop\Unix\libc\Interop.Write.cs
- Link="Common\System\CharArrayHelpers.cs">
+ Common\System\CharArrayHelpers.cs
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs">
+ Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
- Link="Common\System\Net\HttpStatusDescription.cs">
+ Common\System\Net\HttpStatusDescription.cs
- Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
+ Common\System\Net\Http\HttpHandlerDefaults.cs
- Link="Common\System\Net\Http\NoWriteNoSeekStreamContent.cs">
+ Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
- Link="Common\System\Net\Http\TlsCertificateExtensions">
+ Common\System\Net\Http\TlsCertificateExtensions
- Link="Common\System\Net\Security\CertificateHelper.cs">
+ Common\System\Net\Security\CertificateHelper.cs
- Link="Common\System\Net\Security\CertificateHelper.Unix.cs">
+ Common\System\Net\Security\CertificateHelper.Unix.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
- Link="Common\System\Net\Security\CertificateValidation.Unix.cs">
+ Common\System\Net\Security\CertificateValidation.Unix.cs
diff --git a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
index bb7785887c3bf0..38385b5d780a71 100644
--- a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
@@ -6,7 +6,7 @@
- Link="Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs">
+ Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
index 958bc46c229a89..6aa7ae56441b3a 100644
--- a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
@@ -9,283 +9,283 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\System\Net\Http\aspnetcore\NetEventSource.Common.cs">
+ Common\System\Net\Http\aspnetcore\NetEventSource.Common.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs">
+ Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs">
+ Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
- Link="Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs">
+ Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
System\System\Threading\Tasks\TaskToApm.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
- Link="Common\System\Buffers\NativeMemoryManager.cs">
+ Common\System\Buffers\NativeMemoryManager.cs
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="Common\System\Diagnostics\Tracing\ConsoleEventListener.cs">
+ Common\System\Diagnostics\Tracing\ConsoleEventListener.cs
- Link="Common\System\IO\DelegateStream.cs">
+ Common\System\IO\DelegateStream.cs
- Link="Common\System\Net\RemoteServerQuery.cs">
+ Common\System\Net\RemoteServerQuery.cs
- Link="Common\System\Net\Configuration.Certificates.cs">
+ Common\System\Net\Configuration.Certificates.cs
- Link="Common\System\Net\EventSourceTestLogging.cs">
+ Common\System\Net\EventSourceTestLogging.cs
- Link="Common\System\Net\HttpsTestServer.cs">
+ Common\System\Net\HttpsTestServer.cs
- Link="Common\System\Net\Capability.Security.cs">
+ Common\System\Net\Capability.Security.cs
- Link="Common\System\Net\Capability.Security.Windows.cs">
+ Common\System\Net\Capability.Security.Windows.cs
- Link="Common\System\Net\Capability.Security.Unix.cs">
+ Common\System\Net\Capability.Security.Unix.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
- Link="Common\System\Net\Configuration.Security.cs">
+ Common\System\Net\Configuration.Security.cs
- Link="Common\System\Net\Configuration.Sockets.cs">
+ Common\System\Net\Configuration.Sockets.cs
- Link="Common\System\Net\TestWebProxies.cs">
+ Common\System\Net\TestWebProxies.cs
- Link="Common\System\Net\VerboseTestLogging.cs">
+ Common\System\Net\VerboseTestLogging.cs
- Link="Common\System\Net\Http\LoopbackProxyServer.cs">
+ Common\System\Net\Http\LoopbackProxyServer.cs
- Link="Common\System\Net\Http\LoopbackServer.cs">
+ Common\System\Net\Http\LoopbackServer.cs
- Link="Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs">
+ Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
- Link="Common\System\Net\Http\GenericLoopbackServer.cs">
+ Common\System\Net\Http\GenericLoopbackServer.cs
- Link="Common\System\Net\Http\HttpClientHandlerTestBase.cs">
+ Common\System\Net\Http\HttpClientHandlerTestBase.cs
- Link="Common\System\Net\Http\TestHelper.cs">
+ Common\System\Net\Http\TestHelper.cs
- Link="Common\System\Threading\TrackingSynchronizationContext.cs">
+ Common\System\Threading\TrackingSynchronizationContext.cs
- Link="Common\System\Threading\Tasks\GetStateMachineData.cs">
+ Common\System\Threading\Tasks\GetStateMachineData.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
- Link="Common\System\Net\Http\ChannelBindingAwareContent.cs">
+ Common\System\Net\Http\ChannelBindingAwareContent.cs
- Link="Common\System\Net\Http\DribbleStream.cs">
+ Common\System\Net\Http\DribbleStream.cs
- Link="Common\System\Net\Http\CustomContent.cs">
+ Common\System\Net\Http\CustomContent.cs
- Link="Common\System\Net\Http\ByteAtATimeContent.cs">
+ Common\System\Net\Http\ByteAtATimeContent.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs
- Link="Common\System\Net\Http\HttpClientEKUTest.cs">
+ Common\System\Net\Http\HttpClientEKUTest.cs
- Link="Common\System\Net\Http\HttpClient.SelectedSitesTest.cs">
+ Common\System\Net\Http\HttpClient.SelectedSitesTest.cs
- Link="Common\System\Net\Http\HttpRetryProtocolTests.cs">
+ Common\System\Net\Http\HttpRetryProtocolTests.cs
- Link="Common\System\Net\Http\IdnaProtocolTests.cs">
+ Common\System\Net\Http\IdnaProtocolTests.cs
- Link="Common\System\Net\Http\HttpProtocolTests.cs">
+ Common\System\Net\Http\HttpProtocolTests.cs
@@ -295,27 +295,27 @@
- Link="Common\System\Net\Http\PostScenarioTest.cs">
+ Common\System\Net\Http\PostScenarioTest.cs
- Link="Common\System\Net\Http\RepeatedFlushContent.cs">
+ Common\System\Net\Http\RepeatedFlushContent.cs
- Link="Common\System\Net\Http\ResponseStreamTest.cs">
+ Common\System\Net\Http\ResponseStreamTest.cs
- Link="Common\System\Net\Http\SchSendAuxRecordHttpTest.cs">
+ Common\System\Net\Http\SchSendAuxRecordHttpTest.cs
- Link="Common\System\Net\Http\SyncBlockingContent.cs">
+ Common\System\Net\Http\SyncBlockingContent.cs
- Link="Common\System\Net\Http\DefaultCredentialsTest.cs">
+ Common\System\Net\Http\DefaultCredentialsTest.cs
@@ -323,19 +323,19 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Linux\Interop.Libraries.cs">
+ Common\Interop\Linux\Interop.Libraries.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
@@ -344,47 +344,47 @@
- Link="Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs
- Link="Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs">
+ Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs
- Link="Common\System\Net\Http\Http2Frames.cs">
+ Common\System\Net\Http\Http2Frames.cs
- Link="Common\System\Net\Http\HPackEncoder.cs">
+ Common\System\Net\Http\HPackEncoder.cs
- Link="Common\System\Net\Http\QPackTestDecoder.cs">
+ Common\System\Net\Http\QPackTestDecoder.cs
- Link="Common\System\Net\Http\QPackTestEncoder.cs">
+ Common\System\Net\Http\QPackTestEncoder.cs
- Link="Common\System\Net\Http\Http2LoopbackServer.cs">
+ Common\System\Net\Http\Http2LoopbackServer.cs
- Link="Common\System\Net\Http\Http2LoopbackConnection.cs">
+ Common\System\Net\Http\Http2LoopbackConnection.cs
- Link="Common\System\Net\Http\Http3LoopbackServer.cs">
+ Common\System\Net\Http\Http3LoopbackServer.cs
- Link="Common\System\Net\Http\Http3LoopbackConnection.cs">
+ Common\System\Net\Http\Http3LoopbackConnection.cs
- Link="Common\System\Net\Http\Http3LoopbackStream.cs">
+ Common\System\Net\Http\Http3LoopbackStream.cs
- Link="Common\System\Net\Http\HuffmanDecoder.cs">
+ Common\System\Net\Http\HuffmanDecoder.cs
- Link="Common\System\Net\Http\HuffmanEncoder.cs">
+ Common\System\Net\Http\HuffmanEncoder.cs
@@ -395,4 +395,4 @@
SelectedSitesTest.txt
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
index da6c817624c7cd..f8dc22a02beda9 100644
--- a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
@@ -13,7 +13,7 @@
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
ProductionCode\Common\System\NotImplemented.cs
@@ -31,7 +31,7 @@
ProductionCode\Common\System\IO\StreamHelpers.CopyValidation.cs
- Link="Common\System\Net\ArrayBuffer.cs">
+ Common\System\Net\ArrayBuffer.cs
ProductionCode\Common\System\Net\InternalException.cs
@@ -58,16 +58,16 @@
ProductionCode\Common\System\Net\UriScheme.cs
- Link="Common\System\Text\SimpleRegex.cs">
+ Common\System\Text\SimpleRegex.cs
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
- Link="Common\System\Net\Http\HPackEncoder.cs">
+ Common\System\Net\Http\HPackEncoder.cs
- Link="Common\System\Net\Http\HuffmanEncoder.cs">
+ Common\System\Net\Http\HuffmanEncoder.cs
ProductionCode\Common\src\System\Net\Mail\MailAddress.cs
@@ -463,61 +463,61 @@
ProductionCode\Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
- Link="Common\System\Net\Http\WinInetProxyHelper.cs">
+ Common\System\Net\Http\WinInetProxyHelper.cs
- Link="Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs">
+ Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
- Link="Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs">
+ Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs
- Link="Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs">
+ Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
WinHttpHandler\UnitTests\FakeInterop.cs
diff --git a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
index e15aae46f7b74f..d88ccb13f96788 100644
--- a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
+++ b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
@@ -57,47 +57,47 @@
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\CookieComparer.cs">
+ Common\System\Net\CookieComparer.cs
- Link="Common\System\Net\CookieFields.cs">
+ Common\System\Net\CookieFields.cs
- Link="Common\System\Net\CookieParser.cs">
+ Common\System\Net\CookieParser.cs
- Link="Common\System\Net\CaseInsensitiveAscii.cs">
+ Common\System\Net\CaseInsensitiveAscii.cs
- Link="Common\System\Net\ExceptionCheck.cs">
+ Common\System\Net\ExceptionCheck.cs
- Link="Common\System\Net\HttpStatusDescription.cs">
+ Common\System\Net\HttpStatusDescription.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\LazyAsyncResult.cs">
+ Common\System\Net\LazyAsyncResult.cs
- Link="Common\System\Net\UriScheme.cs">
+ Common\System\Net\UriScheme.cs
- Link="Common\System\Net\WebHeaderEncoding.cs">
+ Common\System\Net\WebHeaderEncoding.cs
- Link="Common\System\Net\WebSockets\WebSocketValidate.cs">
+ Common\System\Net\WebSockets\WebSocketValidate.cs
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
@@ -115,10 +115,10 @@
- Link="Common\System\Net\DebugSafeHandle.cs">
+ Common\System\Net\DebugSafeHandle.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
@@ -131,189 +131,189 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
+ Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\WebSocket\Interop.Structs.cs">
+ Common\Interop\Windows\WebSocket\Interop.Structs.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketAbortHandle.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketAbortHandle.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketBeginClientHandshake.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketBeginClientHandshake.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketBeginServerHandshake.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketBeginServerHandshake.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketCompleteAction.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketCompleteAction.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketCreateClientHandle.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketCreateClientHandle.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketCreateServerHandle.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketCreateServerHandle.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketDeleteHandle.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketDeleteHandle.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketEndServerHandshake.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketEndServerHandshake.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketGetAction.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketGetAction.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketReceive.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketReceive.cs
- Link="Common\Interop\Windows\WebSocket\Interop.WebSocketSend.cs">
+ Common\Interop\Windows\WebSocket\Interop.WebSocketSend.cs
- Link="Common\Interop\Windows\HttpApi\Interop.ErrorCodes.cs">
+ Common\Interop\Windows\HttpApi\Interop.ErrorCodes.cs
- Link="Common\Interop\Windows\HttpApi\Interop.HttpApi.cs">
+ Common\Interop\Windows\HttpApi\Interop.HttpApi.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs">
+ Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
- Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
- Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
- Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
+ Common\System\Collections\Generic\BidirectionalDictionary.cs
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\Net\Logging\DebugThreadTracking.cs">
+ Common\System\Net\Logging\DebugThreadTracking.cs
- Link="Common\System\Net\ContextFlagsPal.cs">
+ Common\System\Net\ContextFlagsPal.cs
- Link="Common\System\Net\NegotiationInfoClass.cs">
+ Common\System\Net\NegotiationInfoClass.cs
- Link="Common\System\Net\NTAuthentication.Common.cs">
+ Common\System\Net\NTAuthentication.Common.cs
- Link="Common\System\Net\SecurityStatusPal.cs">
+ Common\System\Net\SecurityStatusPal.cs
- Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
+ Common\System\Net\Security\SecurityBuffer.Windows.cs
- Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
+ Common\System\Net\Security\SecurityBufferType.Windows.cs
- Link="Common\System\Net\Security\SSPIHandleCache.cs">
+ Common\System\Net\Security\SSPIHandleCache.cs
- Link="Common\System\Net\Security\NetEventSource.Security.cs">
+ Common\System\Net\Security\NetEventSource.Security.cs
- Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
+ Common\System\Net\Security\SecurityContextTokenHandle.cs
- Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
+ Common\System\Net\SecurityStatusAdapterPal.Windows.cs
- Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Windows.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Windows.cs
- Link="Common\System\Net\Security\NetEventSource.Security.Windows.cs">
+ Common\System\Net\Security\NetEventSource.Security.Windows.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
- Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
+ Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
- Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
+ Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
- Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
+ Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
- Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
+ Common\Interop\Windows\SspiCli\ISSPIInterface.cs
- Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
+ Common\Interop\Windows\SspiCli\SSPIAuthType.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
- Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
+ Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
- Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
+ Common\Interop\Windows\SspiCli\GlobalSSPI.cs
- Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
+ Common\Interop\Windows\SspiCli\Interop.SSPI.cs
- Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
+ Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
- Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
+ Common\Interop\Windows\SspiCli\SSPIWrapper.cs
@@ -336,10 +336,10 @@
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
index 41c6b4ff64fe3a..fb2211a5258098 100644
--- a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
+++ b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
@@ -24,10 +24,10 @@
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
index 5c4dd23946c61a..babcb1dc6f1150 100644
--- a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
+++ b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
@@ -64,229 +64,229 @@
- Link="Common\System\Net\TlsStream.cs">
+ Common\System\Net\TlsStream.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Net\LazyAsyncResult.cs">
+ Common\System\Net\LazyAsyncResult.cs
- Link="Common\System\Net\ContextAwareResult.cs">
+ Common\System\Net\ContextAwareResult.cs
- Link="Common\System\Net\Mail\MailBnfHelper.cs">
+ Common\System\Net\Mail\MailBnfHelper.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\Mail\DotAtomReader.cs">
+ Common\System\Net\Mail\DotAtomReader.cs
- Link="Common\System\Net\Mail\MailAddressParser.cs">
+ Common\System\Net\Mail\MailAddressParser.cs
- Link="Common\System\Net\Mail\QuotedStringFormatReader.cs">
+ Common\System\Net\Mail\QuotedStringFormatReader.cs
- Link="Common\System\Net\Mail\WhitespaceReader.cs">
+ Common\System\Net\Mail\WhitespaceReader.cs
- Link="Common\System\Net\Mail\QuotedPairReader.cs">
+ Common\System\Net\Mail\QuotedPairReader.cs
- Link="Common\System\Net\Mail\DomainLiteralReader.cs">
+ Common\System\Net\Mail\DomainLiteralReader.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
- Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
- Link="Common\System\Net\DebugSafeHandle.cs">
+ Common\System\Net\DebugSafeHandle.cs
- Link="Common\System\Net\ExceptionCheck.cs">
+ Common\System\Net\ExceptionCheck.cs
- Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
+ Common\System\Collections\Generic\BidirectionalDictionary.cs
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\Net\Logging\DebugThreadTracking.cs">
+ Common\System\Net\Logging\DebugThreadTracking.cs
- Link="Common\System\Net\ContextFlagsPal.cs">
+ Common\System\Net\ContextFlagsPal.cs
- Link="Common\System\Net\NegotiationInfoClass.cs">
+ Common\System\Net\NegotiationInfoClass.cs
- Link="Common\System\Net\NTAuthentication.Common.cs">
+ Common\System\Net\NTAuthentication.Common.cs
- Link="Common\System\Net\SecurityStatusPal.cs">
+ Common\System\Net\SecurityStatusPal.cs
- Link="Common\System\Net\Security\SSPIHandleCache.cs">
+ Common\System\Net\Security\SSPIHandleCache.cs
- Link="Common\System\Net\Security\NetEventSource.Security.cs">
+ Common\System\Net\Security\NetEventSource.Security.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
- Link="Common\System\Net\ContextAwareResult.Unix.cs">
+ Common\System\Net\ContextAwareResult.Unix.cs
- Link="Common\System\Net\ContextFlagsAdapterPal.Unix.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Unix.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
- Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeCredentials.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteContext.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs">
+ Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
- Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
- Link="Common\System\Net\Security\Unix\SecChannelBindings.cs">
+ Common\System\Net\Security\Unix\SecChannelBindings.cs
- Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
+ Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
- Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
+ Common\System\Net\Security\SecurityBuffer.Windows.cs
- Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
+ Common\System\Net\Security\SecurityBufferType.Windows.cs
- Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
+ Common\System\Net\Security\SecurityContextTokenHandle.cs
- Link="Common\System\Net\ContextAwareResult.Windows.cs">
+ Common\System\Net\ContextAwareResult.Windows.cs
- Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
+ Common\System\Net\SecurityStatusAdapterPal.Windows.cs
- Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Windows.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Windows.cs
- Link="Common\System\Net\Security\NetEventSource.Security.Windows.cs">
+ Common\System\Net\Security\NetEventSource.Security.Windows.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
- Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
+ Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
- Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
+ Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
- Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
+ Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
- Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
+ Common\Interop\Windows\SspiCli\ISSPIInterface.cs
- Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
+ Common\Interop\Windows\SspiCli\SSPIAuthType.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
- Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
+ Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
- Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
+ Common\Interop\Windows\SspiCli\GlobalSSPI.cs
- Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
+ Common\Interop\Windows\SspiCli\Interop.SSPI.cs
- Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
+ Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
- Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
+ Common\Interop\Windows\SspiCli\SSPIWrapper.cs
@@ -315,4 +315,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
index 9a3568fd810de5..a11dcc181d3e57 100644
--- a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
@@ -23,16 +23,16 @@
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
index 1b86e4b43a0b29..6750ab32a4ec4e 100644
--- a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
@@ -140,229 +140,229 @@
- Link="Common\System\Net\TlsStream.cs">
+ Common\System\Net\TlsStream.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Net\LazyAsyncResult.cs">
+ Common\System\Net\LazyAsyncResult.cs
- Link="Common\System\Net\ContextAwareResult.cs">
+ Common\System\Net\ContextAwareResult.cs
- Link="Common\System\Net\Mail\MailBnfHelper.cs">
+ Common\System\Net\Mail\MailBnfHelper.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\Mail\DotAtomReader.cs">
+ Common\System\Net\Mail\DotAtomReader.cs
- Link="Common\System\Net\Mail\MailAddressParser.cs">
+ Common\System\Net\Mail\MailAddressParser.cs
- Link="Common\System\Net\Mail\QuotedStringFormatReader.cs">
+ Common\System\Net\Mail\QuotedStringFormatReader.cs
- Link="Common\System\Net\Mail\WhitespaceReader.cs">
+ Common\System\Net\Mail\WhitespaceReader.cs
- Link="Common\System\Net\Mail\QuotedPairReader.cs">
+ Common\System\Net\Mail\QuotedPairReader.cs
- Link="Common\System\Net\Mail\DomainLiteralReader.cs">
+ Common\System\Net\Mail\DomainLiteralReader.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
- Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
- Link="Common\System\Net\DebugSafeHandle.cs">
+ Common\System\Net\DebugSafeHandle.cs
- Link="Common\System\Net\ExceptionCheck.cs">
+ Common\System\Net\ExceptionCheck.cs
- Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
+ Common\System\Collections\Generic\BidirectionalDictionary.cs
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\Net\Logging\DebugThreadTracking.cs">
+ Common\System\Net\Logging\DebugThreadTracking.cs
- Link="Common\System\Net\ContextFlagsPal.cs">
+ Common\System\Net\ContextFlagsPal.cs
- Link="Common\System\Net\NegotiationInfoClass.cs">
+ Common\System\Net\NegotiationInfoClass.cs
- Link="Common\System\Net\NTAuthentication.Common.cs">
+ Common\System\Net\NTAuthentication.Common.cs
- Link="Common\System\Net\SecurityStatusPal.cs">
+ Common\System\Net\SecurityStatusPal.cs
- Link="Common\System\Net\Security\SSPIHandleCache.cs">
+ Common\System\Net\Security\SSPIHandleCache.cs
- Link="Common\System\Net\Security\NetEventSource.Security.cs">
+ Common\System\Net\Security\NetEventSource.Security.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
- Link="Common\System\Net\ContextAwareResult.Unix.cs">
+ Common\System\Net\ContextAwareResult.Unix.cs
- Link="Common\System\Net\ContextFlagsAdapterPal.Unix.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Unix.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
- Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeCredentials.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteContext.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs">
+ Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
- Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
- Link="Common\System\Net\Security\Unix\SecChannelBindings.cs">
+ Common\System\Net\Security\Unix\SecChannelBindings.cs
- Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
+ Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
- Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
+ Common\System\Net\Security\SecurityBuffer.Windows.cs
- Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
+ Common\System\Net\Security\SecurityBufferType.Windows.cs
- Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
+ Common\System\Net\Security\SecurityContextTokenHandle.cs
- Link="Common\System\Net\ContextAwareResult.Windows.cs">
+ Common\System\Net\ContextAwareResult.Windows.cs
- Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
+ Common\System\Net\SecurityStatusAdapterPal.Windows.cs
- Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Windows.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Windows.cs
- Link="Common\System\Net\Security\NetEventSource.Security.Windows.cs">
+ Common\System\Net\Security\NetEventSource.Security.Windows.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
- Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
+ Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
- Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
+ Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
- Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
+ Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
- Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
+ Common\Interop\Windows\SspiCli\ISSPIInterface.cs
- Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
+ Common\Interop\Windows\SspiCli\SSPIAuthType.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
- Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
+ Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
- Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
+ Common\Interop\Windows\SspiCli\GlobalSSPI.cs
- Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
+ Common\Interop\Windows\SspiCli\Interop.SSPI.cs
- Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
+ Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
- Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
+ Common\Interop\Windows\SspiCli\SSPIWrapper.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
index ad4068311c28c6..e4107a9b1a3290 100644
--- a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
+++ b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
@@ -11,32 +11,32 @@
- Link="Common\System\Net\Logging\DebugThreadTracking.cs">
+ Common\System\Net\Logging\DebugThreadTracking.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\System\Net\Sockets\ProtocolType.cs">
+ Common\System\Net\Sockets\ProtocolType.cs
- Link="Common\System\Net\Sockets\SocketType.cs">
+ Common\System\Net\Sockets\SocketType.cs
- Link="Common\System\Net\IPAddressParserStatics.cs">
+ Common\System\Net\IPAddressParserStatics.cs
- Link="Common\System\Net\IPEndPointStatics.cs">
+ Common\System\Net\IPEndPointStatics.cs
- Link="Common\System\Net\ByteOrder.cs">
+ Common\System\Net\ByteOrder.cs
@@ -44,105 +44,105 @@
- Link="Common\System\Net\DebugSafeHandle.cs">
+ Common\System\Net\DebugSafeHandle.cs
- Link="Common\System\Net\Internals\IPAddressExtensions.cs">
+ Common\System\Net\Internals\IPAddressExtensions.cs
- Link="Common\System\Net\Internals\SocketExceptionFactory.Windows.cs">
+ Common\System\Net\Internals\SocketExceptionFactory.Windows.cs
- Link="Common\System\Net\SocketProtocolSupportPal.Windows">
+ Common\System\Net\SocketProtocolSupportPal.Windows
- Link="Common\System\Net\SocketAddressPal.Windows">
+ Common\System\Net\SocketAddressPal.Windows
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\WinSock\AddressInfoHints.cs">
+ Common\Interop\Windows\WinSock\AddressInfoHints.cs
- Link="Common\Interop\Windows\WinSock\hostent.cs">
+ Common\Interop\Windows\WinSock\hostent.cs
- Link="Common\Interop\Windows\WinSock\Interop.closesocket.cs">
+ Common\Interop\Windows\WinSock\Interop.closesocket.cs
- Link="Common\Interop\Windows\WinSock\Interop.gethostname.cs">
+ Common\Interop\Windows\WinSock\Interop.gethostname.cs
- Link="Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs">
+ Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs
- Link="Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs">
+ Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSAStartup.cs">
+ Common\Interop\Windows\WinSock\Interop.WSAStartup.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.cs">
+ Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
- Link="Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs">
+ Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
- Link="Common\System\Net\Sockets\ProtocolFamily.cs">
+ Common\System\Net\Sockets\ProtocolFamily.cs
- Link="Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs">
+ Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs
- Link="Common\System\Net\InteropIPAddressExtensions.Unix.cs">
+ Common\System\Net\InteropIPAddressExtensions.Unix.cs
- Link="Common\System\Net\Internals\SocketAddressPal.Unix.cs">
+ Common\System\Net\Internals\SocketAddressPal.Unix.cs
- Link="Common\System\Net\SocketProtocolSupportPal.Unix">
+ Common\System\Net\SocketProtocolSupportPal.Unix
- Link="Common\System\Net\Internals\SocketExceptionFactory.cs">
+ Common\System\Net\Internals\SocketExceptionFactory.cs
- Link="Common\System\Net\Internals\SocketExceptionFactory.Unix.cs">
+ Common\System\Net\Internals\SocketExceptionFactory.Unix.cs
- Link="Common\System\Net\Internals\Interop.CheckedAccess.cs">
+ Common\System\Net\Internals\Interop.CheckedAccess.cs
- Link="Common\Interop\CoreLib\Unix\Interop.Errors.cs">
+ Common\Interop\CoreLib\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
+ Common\Interop\Unix\System.Native\Interop.Close.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetHostName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs">
+ Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
- Link="Common\Interop\Unix\System.Native\Interop.HostEntries.cs">
+ Common\Interop\Unix\System.Native\Interop.HostEntries.cs
- Link="Common\Interop\Unix\System.Native\Interop.IPAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.IPAddress.cs
- Link="Common\Interop\Unix\System.Native\Interop.Socket.cs">
+ Common\Interop\Unix\System.Native\Interop.Socket.cs
- Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
@@ -161,4 +161,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
index 92b8db28ec5cce..48b39fe6179402 100644
--- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
@@ -13,16 +13,16 @@
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Sockets.cs">
+ Common\System\Net\Configuration.Sockets.cs
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
index 1ffe06b0ec74c6..7fcacc540d25db 100644
--- a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
@@ -19,28 +19,28 @@
- Link="Common\System\Net\Logging\NetEventSource.cs">
+ Common\System\Net\Logging\NetEventSource.cs
- Link="Common\System\Net\Sockets\ProtocolType.cs">
+ Common\System\Net\Sockets\ProtocolType.cs
- Link="Common\System\Net\Sockets\SocketType.cs">
+ Common\System\Net\Sockets\SocketType.cs
- Link="Common\System\Net\IPEndPointStatics.cs">
+ Common\System\Net\IPEndPointStatics.cs
- Link="Common\System\Net\IPAddressParserStatics.cs">
+ Common\System\Net\IPAddressParserStatics.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
- Link="Common\System\Net\ByteOrder.cs">
+ Common\System\Net\ByteOrder.cs
@@ -51,65 +51,65 @@
ProductionCode\System\Net\NameResolutionPal.Win32.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
System\Net\SocketProtocolSupportPal.Windows
- Link="Common\System\Net\SocketAddressPal.Windows">
+ Common\System\Net\SocketAddressPal.Windows
- Link="Common\System\Net\DebugSafeHandle.cs">
+ Common\System\Net\DebugSafeHandle.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\WinSock\AddressInfoHints.cs">
+ Common\Interop\Windows\WinSock\AddressInfoHints.cs
- Link="Common\Interop\Windows\WinSock\hostent.cs">
+ Common\Interop\Windows\WinSock\hostent.cs
- Link="Common\Interop\Windows\WinSock\Interop.closesocket.cs">
+ Common\Interop\Windows\WinSock\Interop.closesocket.cs
- Link="Common\Interop\Windows\WinSock\Interop.gethostname.cs">
+ Common\Interop\Windows\WinSock\Interop.gethostname.cs
- Link="Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs">
+ Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs
- Link="Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs">
+ Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSAStartup.cs">
+ Common\Interop\Windows\WinSock\Interop.WSAStartup.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.cs">
+ Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
- Link="Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs">
+ Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
- Link="Common\System\Net\Sockets\ProtocolFamily.cs">
+ Common\System\Net\Sockets\ProtocolFamily.cs
- Link="Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs">
+ Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs
- Link="Common\System\Net\Internals\SocketAddressPal.Unix.cs">
+ Common\System\Net\Internals\SocketAddressPal.Unix.cs
- Link="Common\System\Net\Internals\Interop.CheckedAccess.cs">
+ Common\System\Net\Internals\Interop.CheckedAccess.cs
- Link="Common\System\Net\InteropIPAddressExtensions.Unix.cs">
+ Common\System\Net\InteropIPAddressExtensions.Unix.cs
ProductionCode\Common\System\Net\Internals\SocketExceptionFactory.cs
@@ -124,31 +124,31 @@
System\Net\SocketProtocolSupportPal.Unix.cs
- Link="Common\Interop\CoreLib\Unix\Interop.Errors.cs">
+ Common\Interop\CoreLib\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
+ Common\Interop\Unix\System.Native\Interop.Close.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetHostName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs">
+ Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
- Link="Common\Interop\Unix\System.Native\Interop.HostEntry.cs">
+ Common\Interop\Unix\System.Native\Interop.HostEntry.cs
- Link="Common\Interop\Unix\System.Native\Interop.IPAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.IPAddress.cs
- Link="Common\Interop\Unix\System.Native\Interop.Socket.cs">
+ Common\Interop\Unix\System.Native\Interop.Socket.cs
- Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
index 3aab2489660d2e..ff5ea142ae7ac1 100644
--- a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
@@ -36,13 +36,13 @@
ProductionCode\Common\System\Net\Internals\SocketExceptionFactory.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
index eff72b3dbe41e2..1dafbcc8a66948 100644
--- a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
+++ b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
@@ -45,29 +45,29 @@
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\Net\NetworkInformation\HostInformation.cs">
+ Common\System\Net\NetworkInformation\HostInformation.cs
- Link="Common\System\Net\NetworkInformation\NetworkInformationException.cs">
+ Common\System\Net\NetworkInformation\NetworkInformationException.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
@@ -94,53 +94,53 @@
- Link="Common\System\Net\ContextAwareResult.cs">
+ Common\System\Net\ContextAwareResult.cs
- Link="Common\System\Net\ContextAwareResult.Windows.cs">
+ Common\System\Net\ContextAwareResult.Windows.cs
- Link="Common\System\Net\LazyAsyncResult.cs">
+ Common\System\Net\LazyAsyncResult.cs
- Link="Common\System\Net\ByteOrder.cs">
+ Common\System\Net\ByteOrder.cs
- Link="Common\System\Net\IPAddressParserStatics.cs">
+ Common\System\Net\IPAddressParserStatics.cs
- Link="Common\System\Net\SocketAddress.cs">
+ Common\System\Net\SocketAddress.cs
- Link="Common\System\Net\SocketAddressPal.Windows.cs">
+ Common\System\Net\SocketAddressPal.Windows.cs
- Link="Common\System\Net\NetworkInformation\StartIPOptions.cs">
+ Common\System\Net\NetworkInformation\StartIPOptions.cs
- Link="Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs">
+ Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.NetworkInformation.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.NetworkInformation.cs
- Link="Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs">
+ Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSAEventSelect.cs">
+ Common\Interop\Windows\WinSock\Interop.WSAEventSelect.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs">
+ Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs
@@ -159,31 +159,31 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.EnumerateInterfaceAddresses.cs">
+ Common\Interop\Unix\System.Native\Interop.EnumerateInterfaceAddresses.cs
System\Net\NetworkInformation\HostInformationPal.Unix.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetDomainName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetDomainName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetHostName.cs
- Link="Common\Interop\Unix\System.Native\Interop.MapTcpState.cs">
+ Common\Interop\Unix\System.Native\Interop.MapTcpState.cs
- Link="Common\Interop\CoreLib\Unix\Interop.Errors.cs">
+ Common\Interop\CoreLib\Unix\Interop.Errors.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\System\IO\RowConfigReader.cs">
+ Common\System\IO\RowConfigReader.cs
@@ -210,10 +210,10 @@
- Link="Common\System\IO\StringParser.cs">
+ Common\System\IO\StringParser.cs
- Link="Common\Interop\Linux\Interop.LinuxNetDeviceFlags.cs">
+ Common\Interop\Linux\Interop.LinuxNetDeviceFlags.cs
@@ -234,40 +234,40 @@
- Link="Common\Interop\BSD\System.Native\Interop.ProtocolStatistics.cs">
+ Common\Interop\BSD\System.Native\Interop.ProtocolStatistics.cs
- Link="Common\Interop\BSD\System.Native\Interop.TcpConnectionInfo.cs">
+ Common\Interop\BSD\System.Native\Interop.TcpConnectionInfo.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\OSX\Interop.RunLoop.cs">
+ Common\Interop\OSX\Interop.RunLoop.cs
- Link="Common\Interop\OSX\Interop.SystemConfiguration.cs">
+ Common\Interop\OSX\Interop.SystemConfiguration.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
- Link="Common\Interop\FreeBSD\Interop.Libraries.cs">
+ Common\Interop\FreeBSD\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.NetworkChange.cs">
+ Common\Interop\Unix\System.Native\Interop.NetworkChange.cs
diff --git a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
index 151fb8ca9f34b4..4e5a858b2fb43f 100644
--- a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
+++ b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
@@ -48,22 +48,22 @@
- Link="Common\System\Net\TestLogging.cs">
+ Common\System\Net\TestLogging.cs
- Link="Common\System\Net\VerboseTestLogging.cs">
+ Common\System\Net\VerboseTestLogging.cs
- Link="Common\System\Net\EventSourceTestLogging.cs">
+ Common\System\Net\EventSourceTestLogging.cs
- Link="Common\System\Net\Capability.Sockets.cs">
+ Common\System\Net\Capability.Sockets.cs
- Link="Common\System\IO\StringParser.cs">
+ Common\System\IO\StringParser.cs
- Link="Common\System\IO\RowConfigReader.cs">
+ Common\System\IO\RowConfigReader.cs
@@ -76,4 +76,4 @@
PreserveNewest
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
index 23432a7715340f..36d2f01f06dd80 100644
--- a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
+++ b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
@@ -18,31 +18,31 @@
- Link="Common\System\Net\ByteOrder.cs">
+ Common\System\Net\ByteOrder.cs
- Link="Common\System\Net\IPAddressParserStatics.cs">
+ Common\System\Net\IPAddressParserStatics.cs
- Link="Common\System\Net\SocketAddress.cs">
+ Common\System\Net\SocketAddress.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Net\Internals\IPAddressExtensions.cs">
+ Common\System\Net\Internals\IPAddressExtensions.cs
- Link="Common\System\Net\Internals\IPEndPointExtensions.cs">
+ Common\System\Net\Internals\IPEndPointExtensions.cs
@@ -51,35 +51,35 @@
- Link="Common\System\Net\RawSocketPermissions.cs">
+ Common\System\Net\RawSocketPermissions.cs
- Link="Common\System\Net\SocketAddressPal.Unix.cs">
+ Common\System\Net\SocketAddressPal.Unix.cs
- Link="Common\System\Net\SocketProtocolSupportPal.Unix.cs">
+ Common\System\Net\SocketProtocolSupportPal.Unix.cs
- Link="Common\System\Net\NetworkInformation\UnixCommandLinePing.cs">
+ Common\System\Net\NetworkInformation\UnixCommandLinePing.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
+ Common\Interop\Unix\System.Native\Interop.Close.cs
- Link="Common\Interop\Unix\System.Native\Interop.ReadLink.cs">
+ Common\Interop\Unix\System.Native\Interop.ReadLink.cs
- Link="Common\Interop\Unix\System.Native\Interop.Socket.cs">
+ Common\Interop\Unix\System.Native\Interop.Socket.cs
- Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
@@ -88,36 +88,36 @@
- Link="Common\System\Net\SocketAddressPal.Windows.cs">
+ Common\System\Net\SocketAddressPal.Windows.cs
- Link="Common\System\Net\SocketProtocolSupportPal.Windows.cs">
+ Common\System\Net\SocketProtocolSupportPal.Windows.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.ICMP.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.ICMP.cs
- Link="Common\Interop\Windows\WinSock\Interop.closesocket.cs">
+ Common\Interop\Windows\WinSock\Interop.closesocket.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.cs">
+ Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
- Link="Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs">
+ Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
- Link="Common\System\Net\Sockets\SocketType.cs">
+ Common\System\Net\Sockets\SocketType.cs
@@ -140,4 +140,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
index 23b7204771c6be..87cbbaf4c6139d 100644
--- a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
@@ -20,19 +20,19 @@
SocketCommon\Configuration.Ping.cs
- Link="Common\System\Net\RawSocketPermissions.cs">
+ Common\System\Net\RawSocketPermissions.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.ReadLink.cs">
+ Common\Interop\Unix\System.Native\Interop.ReadLink.cs
- Link="Common\System\Net\NetworkInformation\UnixCommandLinePing.cs">
+ Common\System\Net\NetworkInformation\UnixCommandLinePing.cs
- Link="Common\System\Net\Capability.RawSocketPermissions.cs">
+ Common\System\Net\Capability.RawSocketPermissions.cs
diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
index 5366a5e5605abe..4d6d6413db52f2 100644
--- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
+++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
@@ -51,143 +51,143 @@
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Net\ByteOrder.cs">
+ Common\System\Net\ByteOrder.cs
ProductionCode\System\Net\CookieComparer.cs
- Link="Common\System\Net\CookieFields.cs">
+ Common\System\Net\CookieFields.cs
- Link="Common\System\Net\CookieParser.cs">
+ Common\System\Net\CookieParser.cs
- Link="Common\System\Net\IPAddressParserStatics.cs">
+ Common\System\Net\IPAddressParserStatics.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\TcpValidationHelpers.cs">
+ Common\System\Net\TcpValidationHelpers.cs
- Link="Common\System\Net\UriScheme.cs">
+ Common\System\Net\UriScheme.cs
- Link="Common\System\Net\SocketAddress.cs">
+ Common\System\Net\SocketAddress.cs
- Link="Common\System\Net\NegotiationInfoClass.cs">
+ Common\System\Net\NegotiationInfoClass.cs
- Link="Common\System\Net\NetworkInformation\HostInformation.cs">
+ Common\System\Net\NetworkInformation\HostInformation.cs
- Link="Common\System\Marvin.cs">
+ Common\System\Marvin.cs
- Link="Common\System\Text\StringBuilderCache.cs">
+ Common\System\Text\StringBuilderCache.cs
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\Interop\Windows\Crypt32\Interop.Alg.cs">
+ Common\Interop\Windows\Crypt32\Interop.Alg.cs
- Link="Common\Interop\Windows\SChannel\Interop.SchProtocols.cs">
+ Common\Interop\Windows\SChannel\Interop.SchProtocols.cs
- Link="Common\Interop\Windows\WinSock\Interop.ErrorCodes.cs">
+ Common\Interop\Windows\WinSock\Interop.ErrorCodes.cs
- Link="Common\System\Net\SocketAddressPal.Windows.cs">
+ Common\System\Net\SocketAddressPal.Windows.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs">
+ Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs">
+ Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs
- Link="Common\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs">
+ Common\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.if_nametoindex.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.if_nametoindex.cs
- Link="Common\System\Net\SocketAddressPal.Unix.cs">
+ Common\System\Net\SocketAddressPal.Unix.cs
- Link="Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs">
+ Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs
- Link="Common\System\Net\Sockets\SocketErrorPal.Unix.cs">
+ Common\System\Net\Sockets\SocketErrorPal.Unix.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetDomainName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetDomainName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetHostName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs">
+ Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
- Link="Common\Interop\Unix\System.Native\Interop.HostEntry.cs">
+ Common\Interop\Unix\System.Native\Interop.HostEntry.cs
- Link="Common\Interop\Unix\System.Native\Interop.IPAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.IPAddress.cs
- Link="Common\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs">
+ Common\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs
- Link="Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs">
+ Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
- Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
diff --git a/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj b/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
index 6eb2711d1f96b2..57187bfa326d07 100644
--- a/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
@@ -25,10 +25,10 @@
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
index 4d40cd264fd72d..2cf3d34ae653c1 100644
--- a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
@@ -5,7 +5,7 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix
-
$(DefineConstants);SYSTEM_NET_PRIMITIVES_DLL
@@ -36,7 +36,7 @@
ProductionCode\System\Net\IPEndPoint.cs
- Link="Common\System\Net\SocketAddress.cs">
+ Common\System\Net\SocketAddress.cs
ProductionCode\System\Net\EndPoint.cs
@@ -48,7 +48,7 @@
ProductionCode\Common\System\Text\StringBuilderCache.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -82,22 +82,22 @@
ProductionCode\System\Net\SocketException.Windows.cs
- Link="Common\System\Net\SocketAddressPal.Windows.cs">
+ Common\System\Net\SocketAddressPal.Windows.cs
- Link="Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs">
+ Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
- Link="Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs">
+ Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
ProductionCode\Common\Interop\Windows\Interop.Libraries.cs
@@ -117,13 +117,13 @@
ProductionCode\System\Net\SocketException.Unix.cs
- Link="Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs">
+ Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs
- Link="Common\System\Net\SocketAddressPal.Unix.cs">
+ Common\System\Net\SocketAddressPal.Unix.cs
- Link="Common\System\Net\Sockets\SocketErrorPal.Unix.cs">
+ Common\System\Net\Sockets\SocketErrorPal.Unix.cs
ProductionCode\Common\Interop\Interop.CheckedAccess.cs
@@ -159,4 +159,4 @@
ProductionCode\Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj b/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
index 38af6a61a95926..23430eac94c227 100644
--- a/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
@@ -6,7 +6,7 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix
-
$(DefineConstants);SYSTEM_NET_PRIMITIVES_DLL
@@ -42,7 +42,7 @@
ProductionCode\System\Net\CookieComparer.cs
- Link="Common\System\Net\CookieFields.cs">
+ Common\System\Net\CookieFields.cs
ProductionCode\System\Net\CookieParser.cs
@@ -60,10 +60,10 @@
ProductionCode\System\Net\IPAddressParser.cs
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -73,7 +73,7 @@
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
ProductionCode\Common\System\Net\ByteOrder.cs
@@ -91,10 +91,10 @@
ProductionCode\Common\System\Net\UriScheme.cs
- Link="Common\System\Marvin.cs">
+ Common\System\Marvin.cs
- Link="Common\System\Text\StringBuilderCache.cs">
+ Common\System\Text\StringBuilderCache.cs
@@ -115,7 +115,7 @@
ProductionCode\System\Net\SocketException.Unix.cs
- Link="Common\System\Net\SocketAddressPal.Windows.cs">
+ Common\System\Net\SocketAddressPal.Windows.cs
ProductionCode\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs
@@ -135,7 +135,7 @@
ProductionCode\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs
- Link="Common\System\Net\SocketAddressPal.Unix.cs">
+ Common\System\Net\SocketAddressPal.Unix.cs
ProductionCode\Common\System\Net\Sockets\SocketErrorPal.Unix.cs
@@ -153,4 +153,4 @@
ProductionCode\Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
index 295f3613d3274a..63f1a993667655 100644
--- a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
+++ b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
@@ -44,60 +44,60 @@
- Link="Common\System\Net\Http\HttpHandlerDefaults.cs">
+ Common\System\Net\Http\HttpHandlerDefaults.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\Logging\DebugThreadTracking.cs">
+ Common\System\Net\Logging\DebugThreadTracking.cs
- Link="Common\System\Net\HttpDateParser.cs">
+ Common\System\Net\HttpDateParser.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\HttpValidationHelpers.cs">
+ Common\System\Net\HttpValidationHelpers.cs
- Link="Common\System\Net\LazyAsyncResult.cs">
+ Common\System\Net\LazyAsyncResult.cs
- Link="Common\System\Net\ContextAwareResult.cs">
+ Common\System\Net\ContextAwareResult.cs
- Link="Common\System\Net\ExceptionCheck.cs">
+ Common\System\Net\ExceptionCheck.cs
- Link="Common\System\Net\TlsStream.cs">
+ Common\System\Net\TlsStream.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\Interop\Windows\WinInet\Interop.wininet_errors.cs">
+ Common\Interop\Windows\WinInet\Interop.wininet_errors.cs
- Link="Common\System\Net\ContextAwareResult.Windows.cs">
+ Common\System\Net\ContextAwareResult.Windows.cs
- Link="Common\System\Net\ContextAwareResult.Unix.cs">
+ Common\System\Net\ContextAwareResult.Unix.cs
@@ -124,4 +124,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj b/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
index 268f9017666e64..d10fd19dfe020d 100644
--- a/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
+++ b/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
@@ -12,31 +12,31 @@
- Link="Common\System\Net\Capability.Security.cs">
+ Common\System\Net\Capability.Security.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Certificates.cs">
+ Common\System\Net\Configuration.Certificates.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
- Link="Common\System\Net\Configuration.Security.cs">
+ Common\System\Net\Configuration.Security.cs
- Link="Common\System\Net\Http\LoopbackServer.cs">
+ Common\System\Net\Http\LoopbackServer.cs
- Link="Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs">
+ Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
- Link="Common\System\Net\Http\GenericLoopbackServer.cs">
+ Common\System\Net\Http\GenericLoopbackServer.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
@@ -52,4 +52,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Security/src/System.Net.Security.csproj b/src/libraries/System.Net.Security/src/System.Net.Security.csproj
index 70e8f25f214d59..dbf541c0f4a3da 100644
--- a/src/libraries/System.Net.Security/src/System.Net.Security.csproj
+++ b/src/libraries/System.Net.Security/src/System.Net.Security.csproj
@@ -48,64 +48,64 @@
- Link="Common\System\Net\Logging\DebugThreadTracking.cs">
+ Common\System\Net\Logging\DebugThreadTracking.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Net\DebugSafeHandle.cs">
+ Common\System\Net\DebugSafeHandle.cs
- Link="Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
- Link="Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs">
+ Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
- Link="Common\System\Net\ArrayBuffer.cs">
+ Common\System\Net\ArrayBuffer.cs
- Link="Common\System\Net\ExceptionCheck.cs">
+ Common\System\Net\ExceptionCheck.cs
- Link="Common\System\Net\LazyAsyncResult.cs">
+ Common\System\Net\LazyAsyncResult.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
- Link="Common\System\Net\UriScheme.cs">
+ Common\System\Net\UriScheme.cs
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\System\Net\Security\SSPIHandleCache.cs">
+ Common\System\Net\Security\SSPIHandleCache.cs
- Link="Common\System\Net\ContextFlagsPal.cs">
+ Common\System\Net\ContextFlagsPal.cs
- Link="Common\System\Net\NegotiationInfoClass.cs">
+ Common\System\Net\NegotiationInfoClass.cs
- Link="Common\System\Net\NTAuthentication.Common.cs">
+ Common\System\Net\NTAuthentication.Common.cs
- Link="Common\System\Net\SecurityStatusPal.cs">
+ Common\System\Net\SecurityStatusPal.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -156,164 +156,164 @@
- Link="Common\System\Net\Security\SecurityBuffer.Windows.cs">
+ Common\System\Net\Security\SecurityBuffer.Windows.cs
- Link="Common\System\Net\Security\SecurityBufferType.Windows.cs">
+ Common\System\Net\Security\SecurityBufferType.Windows.cs
- Link="Common\System\Net\SecurityStatusAdapterPal.Windows.cs">
+ Common\System\Net\SecurityStatusAdapterPal.Windows.cs
- Link="Common\System\Net\ContextFlagsAdapterPal.Windows.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Windows.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Windows.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Windows.cs
- Link="Common\System\Net\Security\SecurityContextTokenHandle.cs">
+ Common\System\Net\Security\SecurityContextTokenHandle.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates.cs
- Link="Common\Interop\Windows\Crypt32\Interop.certificates_types.cs">
+ Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\SChannel\Interop.Alerts.cs">
+ Common\Interop\Windows\SChannel\Interop.Alerts.cs
- Link="Common\Interop\Windows\SChannel\Interop.SchProtocols.cs">
+ Common\Interop\Windows\SChannel\Interop.SchProtocols.cs
- Link="Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs">
+ Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
- Link="Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs">
+ Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
- Link="Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs">
+ Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
- Link="Common\Interop\Windows\SChannel\Interop.Sec_Application_Protocols.cs">
+ Common\Interop\Windows\SChannel\Interop.Sec_Application_Protocols.cs
- Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.cs">
+ Common\Interop\Windows\SChannel\UnmanagedCertificateContext.cs
- Link="Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs">
+ Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
- Link="Common\Interop\Windows\SspiCli\GlobalSSPI.cs">
+ Common\Interop\Windows\SspiCli\GlobalSSPI.cs
- Link="Common\Interop\Windows\SspiCli\Interop.SSPI.cs">
+ Common\Interop\Windows\SspiCli\Interop.SSPI.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
- Link="Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs">
+ Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
- Link="Common\System\Collections\Generic\BidirectionalDictionary.cs">
+ Common\System\Collections\Generic\BidirectionalDictionary.cs
- Link="Common\Interop\Windows\SspiCli\SafeDeleteContext.cs">
+ Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
- Link="Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs">
+ Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
- Link="Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs">
+ Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
- Link="Common\Interop\Windows\SspiCli\SSPIAuthType.cs">
+ Common\Interop\Windows\SspiCli\SSPIAuthType.cs
- Link="Common\Interop\Windows\SspiCli\ISSPIInterface.cs">
+ Common\Interop\Windows\SspiCli\ISSPIInterface.cs
- Link="Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs">
+ Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
- Link="Common\Interop\Windows\SspiCli\SSPIWrapper.cs">
+ Common\Interop\Windows\SspiCli\SSPIWrapper.cs
- Link="Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs">
+ Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
- Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs">
+ Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
- Link="Common\System\Net\ContextFlagsAdapterPal.Unix.cs">
+ Common\System\Net\ContextFlagsAdapterPal.Unix.cs
- Link="Common\System\Net\Http\TlsCertificateExtensions.cs">
+ Common\System\Net\Http\TlsCertificateExtensions.cs
- Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs">
+ Common\System\Net\Security\NegotiateStreamPal.Unix.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteContext.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
- Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeCredentials.cs
- Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
- Link="Common\System\Net\Security\Unix\SecChannelBindings.cs">
+ Common\System\Net\Security\Unix\SecChannelBindings.cs
@@ -328,117 +328,117 @@
- Link="Common\System\Net\Security\CertificateValidation.Unix.cs">
+ Common\System\Net\Security\CertificateValidation.Unix.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtxOptions.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtxOptions.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
- Link="Common\System\Net\Security\Unix\SafeDeleteSslContext.cs">
+ Common\System\Net\Security\Unix\SafeDeleteSslContext.cs
- Link="Common\System\Net\Security\Unix\SafeFreeCertContext.cs">
+ Common\System\Net\Security\Unix\SafeFreeCertContext.cs
- Link="Common\System\Net\Security\Unix\SafeFreeSslCredentials.cs">
+ Common\System\Net\Security\Unix\SafeFreeSslCredentials.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SslErr.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SslErr.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ssl.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ssl.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
diff --git a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
index 8f295d0849b2af..81eb118f1cc598 100644
--- a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
@@ -8,19 +8,19 @@
- Link="Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs">
+ Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs
- Link="Common\System\Net\VirtualNetwork\VirtualNetwork.cs">
+ Common\System\Net\VirtualNetwork\VirtualNetwork.cs
- Link="Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs">
+ Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
index e029170a61d710..1717a98df4cc8c 100644
--- a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
@@ -31,52 +31,52 @@
- Link="Common\System\IO\DelegateStream.cs">
+ Common\System\IO\DelegateStream.cs
- Link="Common\System\Net\Capability.Security.cs">
+ Common\System\Net\Capability.Security.cs
- Link="Common\System\Net\SslStreamCertificatePolicy.cs">
+ Common\System\Net\SslStreamCertificatePolicy.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Security.cs">
+ Common\System\Net\Configuration.Security.cs
- Link="Common\System\Net\Configuration.Certificates.cs">
+ Common\System\Net\Configuration.Certificates.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
- Link="Common\System\Net\HttpsTestClient.cs">
+ Common\System\Net\HttpsTestClient.cs
- Link="Common\System\Net\HttpsTestServer.cs">
+ Common\System\Net\HttpsTestServer.cs
- Link="Common\System\Net\SslProtocolSupport.cs">
+ Common\System\Net\SslProtocolSupport.cs
- Link="Common\System\Net\TestLogging.cs">
+ Common\System\Net\TestLogging.cs
- Link="Common\System\Net\VerboseTestLogging.cs">
+ Common\System\Net\VerboseTestLogging.cs
- Link="Common\System\Net\EventSourceTestLogging.cs">
+ Common\System\Net\EventSourceTestLogging.cs
- Link="Common\System\Net\VirtualNetwork\VirtualNetwork.cs">
+ Common\System\Net\VirtualNetwork\VirtualNetwork.cs
- Link="Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs">
+ Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs
@@ -102,25 +102,25 @@
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="Common\System\Net\Capability.Security.Windows.cs">
+ Common\System\Net\Capability.Security.Windows.cs
- Link="Common\System\Net\Capability.Security.Unix.cs">
+ Common\System\Net\Capability.Security.Unix.cs
- Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs">
+ Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
diff --git a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
index ac2090feb4d295..d61c5a77775955 100644
--- a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
@@ -27,10 +27,10 @@
- Link="CommonTest\System\Net\SslProtocolSupport.cs">
+ CommonTest\System\Net\SslProtocolSupport.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -69,10 +69,10 @@
ProductionCode\Common\System\Net\TlsAlertMessage.cs
- Link="Common\Interop\Windows\SChannel\Interop.Alerts.cs">
+ Common\Interop\Windows\SChannel\Interop.Alerts.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
@@ -89,4 +89,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
index 26d4181551d25e..3d74a783912353 100644
--- a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
+++ b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
@@ -49,68 +49,68 @@
- Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
+ Common\System\IO\StreamHelpers.CopyValidation.cs
- Link="Common\System\Net\Logging\DebugThreadTracking.cs">
+ Common\System\Net\Logging\DebugThreadTracking.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\InternalException.cs">
+ Common\System\Net\InternalException.cs
- Link="Common\System\Net\DebugSafeHandleMinusOneIsInvalid.cs">
+ Common\System\Net\DebugSafeHandleMinusOneIsInvalid.cs
- Link="Common\System\Net\ContextAwareResult.cs">
+ Common\System\Net\ContextAwareResult.cs
- Link="Common\System\Net\LazyAsyncResult.cs">
+ Common\System\Net\LazyAsyncResult.cs
- Link="Common\System\Net\ByteOrder.cs">
+ Common\System\Net\ByteOrder.cs
- Link="Common\System\Net\IPEndPointStatics.cs">
+ Common\System\Net\IPEndPointStatics.cs
- Link="Common\System\Net\IPAddressParserStatics.cs">
+ Common\System\Net\IPAddressParserStatics.cs
- Link="Common\System\Net\ExceptionCheck.cs">
+ Common\System\Net\ExceptionCheck.cs
- Link="Common\System\Net\RangeValidationHelpers.cs">
+ Common\System\Net\RangeValidationHelpers.cs
- Link="Common\System\Net\SocketAddress.cs">
+ Common\System\Net\SocketAddress.cs
- Link="Common\System\Net\TcpValidationHelpers.cs">
+ Common\System\Net\TcpValidationHelpers.cs
- Link="Common\System\Net\Internals\IPEndPointExtensions.cs">
+ Common\System\Net\Internals\IPEndPointExtensions.cs
- Link="Common\System\Net\Internals\IPAddressExtensions.cs">
+ Common\System\Net\Internals\IPAddressExtensions.cs
- Link="Common\System\Net\Internals\SocketExceptionFactory.cs">
+ Common\System\Net\Internals\SocketExceptionFactory.cs
- Link="Common\System\Net\Sockets\ProtocolFamily.cs">
+ Common\System\Net\Sockets\ProtocolFamily.cs
- Link="Common\System\Net\Sockets\ProtocolType.cs">
+ Common\System\Net\Sockets\ProtocolType.cs
- Link="Common\System\Net\Sockets\SocketType.cs">
+ Common\System\Net\Sockets\SocketType.cs
@@ -129,125 +129,125 @@
- Link="Common\System\Net\ContextAwareResult.Windows.cs">
+ Common\System\Net\ContextAwareResult.Windows.cs
- Link="Common\System\Net\SocketAddressPal.Windows.cs">
+ Common\System\Net\SocketAddressPal.Windows.cs
- Link="Common\System\Net\SocketProtocolSupportPal.Windows">
+ Common\System\Net\SocketProtocolSupportPal.Windows
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\WinSock\Interop.accept.cs">
+ Common\Interop\Windows\WinSock\Interop.accept.cs
- Link="Common\Interop\Windows\WinSock\Interop.bind.cs">
+ Common\Interop\Windows\WinSock\Interop.bind.cs
- Link="Common\Interop\Windows\WinSock\Interop.closesocket.cs">
+ Common\Interop\Windows\WinSock\Interop.closesocket.cs
- Link="Common\Interop\Windows\WinSock\Interop.getpeername.cs">
+ Common\Interop\Windows\WinSock\Interop.getpeername.cs
- Link="Common\Interop\Windows\WinSock\Interop.getsockname.cs">
+ Common\Interop\Windows\WinSock\Interop.getsockname.cs
- Link="Common\Interop\Windows\WinSock\Interop.getsockopt.cs">
+ Common\Interop\Windows\WinSock\Interop.getsockopt.cs
- Link="Common\Interop\Windows\WinSock\Interop.ioctlsocket.cs">
+ Common\Interop\Windows\WinSock\Interop.ioctlsocket.cs
- Link="Common\Interop\Windows\WinSock\Interop.listen.cs">
+ Common\Interop\Windows\WinSock\Interop.listen.cs
- Link="Common\Interop\Windows\WinSock\Interop.recv.cs">
+ Common\Interop\Windows\WinSock\Interop.recv.cs
- Link="Common\Interop\Windows\WinSock\Interop.recvfrom.cs">
+ Common\Interop\Windows\WinSock\Interop.recvfrom.cs
- Link="Common\Interop\Windows\WinSock\Interop.select.cs">
+ Common\Interop\Windows\WinSock\Interop.select.cs
- Link="Common\Interop\Windows\WinSock\Interop.send.cs">
+ Common\Interop\Windows\WinSock\Interop.send.cs
- Link="Common\Interop\Windows\WinSock\Interop.sendto.cs">
+ Common\Interop\Windows\WinSock\Interop.sendto.cs
- Link="Common\Interop\Windows\WinSock\Interop.setsockopt.cs">
+ Common\Interop\Windows\WinSock\Interop.setsockopt.cs
- Link="Common\Interop\Windows\WinSock\Interop.shutdown.cs">
+ Common\Interop\Windows\WinSock\Interop.shutdown.cs
- Link="Common\Interop\Windows\WinSock\Interop.TransmitFile.cs">
+ Common\Interop\Windows\WinSock\Interop.TransmitFile.cs
- Link="Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs">
+ Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs
- Link="Common\Interop\Windows\WinSock\Interop.WinsockAsync.cs">
+ Common\Interop\Windows\WinSock\Interop.WinsockAsync.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSAConnect.cs">
+ Common\Interop\Windows\WinSock\Interop.WSAConnect.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSADuplicateSocket.cs">
+ Common\Interop\Windows\WinSock\Interop.WSADuplicateSocket.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSAGetOverlappedResult.cs">
+ Common\Interop\Windows\WinSock\Interop.WSAGetOverlappedResult.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs">
+ Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSARecv.cs">
+ Common\Interop\Windows\WinSock\Interop.WSARecv.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSARecvFrom.cs">
+ Common\Interop\Windows\WinSock\Interop.WSARecvFrom.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSASend.cs">
+ Common\Interop\Windows\WinSock\Interop.WSASend.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSASendTo.cs">
+ Common\Interop\Windows\WinSock\Interop.WSASendTo.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.cs">
+ Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSASocketW.SafeCloseSocket.cs">
+ Common\Interop\Windows\WinSock\Interop.WSASocketW.SafeCloseSocket.cs
- Link="Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs">
+ Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
- Link="Common\Interop\Windows\WinSock\SafeNativeOverlapped.cs">
+ Common\Interop\Windows\WinSock\SafeNativeOverlapped.cs
- Link="Common\Interop\Windows\WinSock\WSABuffer.cs">
+ Common\Interop\Windows\WinSock\WSABuffer.cs
- Link="Common\Interop\Windows\WinSock\Interop.WSAPROTOCOL_INFOW.cs">
+ Common\Interop\Windows\WinSock\Interop.WSAPROTOCOL_INFOW.cs
- Link="Common\Interop\Windows\Interop.CancelIoEx.cs">
+ Common\Interop\Windows\Interop.CancelIoEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.HandleInformation.cs">
+ Common\Interop\Windows\Kernel32\Interop.HandleInformation.cs
- Link="Common\System\Net\CompletionPortHelper.Windows.cs">
+ Common\System\Net\CompletionPortHelper.Windows.cs
@@ -265,133 +265,133 @@
- Link="Common\System\Net\ContextAwareResult.Unix.cs">
+ Common\System\Net\ContextAwareResult.Unix.cs
- Link="Common\System\Net\InteropIPAddressExtensions.Unix.cs">
+ Common\System\Net\InteropIPAddressExtensions.Unix.cs
- Link="Common\System\Net\SocketAddressPal.Unix.cs">
+ Common\System\Net\SocketAddressPal.Unix.cs
- Link="Common\System\Net\SocketProtocolSupportPal.Unix">
+ Common\System\Net\SocketProtocolSupportPal.Unix
- Link="Common\System\Net\Sockets\SocketErrorPal.Unix">
+ Common\System\Net\Sockets\SocketErrorPal.Unix
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.Accept.cs">
+ Common\Interop\Unix\System.Native\Interop.Accept.cs
- Link="Common\Interop\Unix\System.Native\Interop.Bind.cs">
+ Common\Interop\Unix\System.Native\Interop.Bind.cs
- Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
+ Common\Interop\Unix\System.Native\Interop.Close.cs
- Link="Common\Interop\Unix\System.Native\Interop.Connect.cs">
+ Common\Interop\Unix\System.Native\Interop.Connect.cs
- Link="Common\Interop\Unix\System.Native\Interop.Fcntl.cs">
+ Common\Interop\Unix\System.Native\Interop.Fcntl.cs
- Link="Common\Interop\Unix\Interop.Disconnect.cs">
+ Common\Interop\Unix\Interop.Disconnect.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetBytesAvailable.cs">
+ Common\Interop\Unix\System.Native\Interop.GetBytesAvailable.cs
- Link="Common\Interop\Unix\Interop.GetDomainSocketSizes.cs">
+ Common\Interop\Unix\Interop.GetDomainSocketSizes.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetPeerName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetPeerName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetSocketErrorOption.cs">
+ Common\Interop\Unix\System.Native\Interop.GetSocketErrorOption.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetSocketType.cs">
+ Common\Interop\Unix\System.Native\Interop.GetSocketType.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetSockName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetSockName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetSockOpt.cs">
+ Common\Interop\Unix\System.Native\Interop.GetSockOpt.cs
- Link="Common\Interop\Unix\System.Native\Interop.IPAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.IPAddress.cs
- Link="Common\Interop\Unix\System.Native\Interop.IPPacketInformation.cs">
+ Common\Interop\Unix\System.Native\Interop.IPPacketInformation.cs
- Link="Common\Interop\Unix\System.Native\Interop.LingerOption.cs">
+ Common\Interop\Unix\System.Native\Interop.LingerOption.cs
- Link="Common\Interop\Unix\System.Native\Interop.SendFile.cs">
+ Common\Interop\Unix\System.Native\Interop.SendFile.cs
- Link="Common\Interop\Unix\System.Native\Interop.SetSendTimeout.cs">
+ Common\Interop\Unix\System.Native\Interop.SetSendTimeout.cs
- Link="Common\Interop\Unix\System.Native\Interop.SetReceiveTimeout.cs">
+ Common\Interop\Unix\System.Native\Interop.SetReceiveTimeout.cs
- Link="Common\Interop\Unix\Interop.Stat.cs">
+ Common\Interop\Unix\Interop.Stat.cs
- Link="Common\Interop\Unix\System.Native\Interop.Listen.cs">
+ Common\Interop\Unix\System.Native\Interop.Listen.cs
- Link="Common\Interop\Unix\System.Native\Interop.MemSet.cs">
+ Common\Interop\Unix\System.Native\Interop.MemSet.cs
- Link="Common\Interop\Unix\System.Native\Interop.MessageHeader.cs">
+ Common\Interop\Unix\System.Native\Interop.MessageHeader.cs
- Link="Common\Interop\Unix\System.Native\Interop.MulticastOption.cs">
+ Common\Interop\Unix\System.Native\Interop.MulticastOption.cs
- Link="Common\Interop\Unix\System.Native\Interop.Poll.cs">
+ Common\Interop\Unix\System.Native\Interop.Poll.cs
- Link="Common\Interop\Unix\System.Native\Interop.PlatformSocketSupport.cs">
+ Common\Interop\Unix\System.Native\Interop.PlatformSocketSupport.cs
- Link="Common\Interop\Unix\System.Native\Interop.ReceiveMessage.cs">
+ Common\Interop\Unix\System.Native\Interop.ReceiveMessage.cs
- Link="Common\Interop\Unix\System.Native\Interop.SendMessage.cs">
+ Common\Interop\Unix\System.Native\Interop.SendMessage.cs
- Link="Common\Interop\Unix\System.Native\Interop.SetSockOpt.cs">
+ Common\Interop\Unix\System.Native\Interop.SetSockOpt.cs
- Link="Common\Interop\Unix\System.Native\Interop.Shutdown.cs">
+ Common\Interop\Unix\System.Native\Interop.Shutdown.cs
- Link="Common\Interop\Unix\System.Native\Interop.Socket.cs">
+ Common\Interop\Unix\System.Native\Interop.Socket.cs
- Link="Common\Interop\Unix\System.Native\Interop.SocketEvent.cs">
+ Common\Interop\Unix\System.Native\Interop.SocketEvent.cs
- Link="Common\Interop\Unix\System.Native\Interop.SocketAddress.cs">
+ Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
- Link="Common\Interop\Unix\System.Native\Interop.Pipe.cs">
+ Common\Interop\Unix\System.Native\Interop.Pipe.cs
- Link="Common\Interop\Unix\System.Native\Interop.Write.cs">
+ Common\Interop\Unix\System.Native\Interop.Write.cs
@@ -413,4 +413,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
index c939cdbfb869e5..7d1142099157c0 100644
--- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
+++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
@@ -76,34 +76,34 @@
- Link="Common\System\Net\TestLogging.cs">
+ Common\System\Net\TestLogging.cs
- Link="Common\System\Net\VerboseTestLogging.cs">
+ Common\System\Net\VerboseTestLogging.cs
- Link="Common\System\Net\EventSourceTestLogging.cs">
+ Common\System\Net\EventSourceTestLogging.cs
- Link="Common\System\Net\Capability.Sockets.cs">
+ Common\System\Net\Capability.Sockets.cs
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
- Link="Common\System\Buffers\NativeMemoryManager.cs">
+ Common\System\Buffers\NativeMemoryManager.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
index 21113f206299b2..282b766f7fcb36 100644
--- a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
+++ b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
@@ -7,22 +7,22 @@
- Link="Common\System\IO\DelegatingStream.cs">
+ Common\System\IO\DelegatingStream.cs
- Link="Common\System\IO\ChunkedMemoryStream.cs">
+ Common\System\IO\ChunkedMemoryStream.cs
- Link="Common\System\Threading\Tasks\BeginEndAwaitableAdapter.cs">
+ Common\System\Threading\Tasks\BeginEndAwaitableAdapter.cs
- Link="Common\System\Threading\Tasks\RendezvousAwaitable.cs">
+ Common\System\Threading\Tasks\RendezvousAwaitable.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
diff --git a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
index 301aefa62b2a3b..b011f8361e954f 100644
--- a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
+++ b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
@@ -7,28 +7,28 @@
- Link="Common\System\Net\Capability.Security.cs">
+ Common\System\Net\Capability.Security.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Certificates.cs">
+ Common\System\Net\Configuration.Certificates.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
- Link="Common\System\Net\Configuration.Security.cs">
+ Common\System\Net\Configuration.Security.cs
- Link="Common\System\Net\Http\LoopbackServer.cs">
+ Common\System\Net\Http\LoopbackServer.cs
- Link="Common\System\Net\Http\GenericLoopbackServer.cs">
+ Common\System\Net\Http\GenericLoopbackServer.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
index 2f708d251af293..e7d45fd91bcca9 100644
--- a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
+++ b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
@@ -13,19 +13,19 @@
- Link="Common\System\Net\CaseInsensitiveAscii.cs">
+ Common\System\Net\CaseInsensitiveAscii.cs
- Link="Common\System\StringExtensions.cs">
+ Common\System\StringExtensions.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\HttpValidationHelpers.cs">
+ Common\System\Net\HttpValidationHelpers.cs
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
diff --git a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
index ca142bdd3e9f95..60ee641776b69b 100644
--- a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
+++ b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
@@ -11,20 +11,20 @@
- Link="Common\System\Net\Logging\NetEventSource.Common.cs">
+ Common\System\Net\Logging\NetEventSource.Common.cs
- Link="Common\System\Net\UriScheme.cs">
+ Common\System\Net\UriScheme.cs
- Link="Common\System\Net\WebSockets\WebSocketValidate.cs">
+ Common\System\Net\WebSockets\WebSocketValidate.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
- Link="Common\System\Net\SecurityProtocol.cs">
+ Common\System\Net\SecurityProtocol.cs
@@ -54,4 +54,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
index 9cdffa3b90bfa1..d685d7b270d7f2 100644
--- a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
@@ -10,37 +10,37 @@
- Link="Common\System\Net\Capability.Security.cs">
+ Common\System\Net\Capability.Security.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.Certificates.cs">
+ Common\System\Net\Configuration.Certificates.cs
- Link="Common\System\Net\Configuration.Http.cs">
+ Common\System\Net\Configuration.Http.cs
- Link="Common\System\Net\Configuration.Security.cs">
+ Common\System\Net\Configuration.Security.cs
- Link="Common\System\Net\Configuration.WebSockets.cs">
+ Common\System\Net\Configuration.WebSockets.cs
- Link="Common\System\Net\EventSourceTestLogging.cs">
+ Common\System\Net\EventSourceTestLogging.cs
- Link="Common\System\Net\Http\LoopbackProxyServer.cs">
+ Common\System\Net\Http\LoopbackProxyServer.cs
- Link="Common\System\Net\Http\LoopbackServer.cs">
+ Common\System\Net\Http\LoopbackServer.cs
- Link="Common\System\Net\Http\GenericLoopbackServer.cs">
+ Common\System\Net\Http\GenericLoopbackServer.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
@@ -60,4 +60,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
index 0e09eebe90e2d3..81bfe86e00cd77 100644
--- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
+++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
@@ -9,10 +9,10 @@
- Link="Common\System\Net\WebSockets\ManagedWebSocket.cs">
+ Common\System\Net\WebSockets\ManagedWebSocket.cs
- Link="Common\System\Net\WebSockets\WebSocketValidate.cs">
+ Common\System\Net\WebSockets\WebSocketValidate.cs
@@ -42,4 +42,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
index 5a06c7717ec001..733a9034568525 100644
--- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
@@ -4,17 +4,17 @@
- Link="Common\System\Net\WebSockets\WebSocketCreateTest.cs">
+ Common\System\Net\WebSockets\WebSocketCreateTest.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.WebSockets.cs">
+ Common\System\Net\Configuration.WebSockets.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
index 05c857fb40109a..06f9a2cf0c80bb 100644
--- a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
+++ b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
@@ -18,10 +18,10 @@
- Link="Common\System\Net\WebSockets\WebSocketValidate.cs">
+ Common\System\Net\WebSockets\WebSocketValidate.cs
- Link="Common\System\Net\WebSockets\ManagedWebSocket.cs">
+ Common\System\Net\WebSockets\ManagedWebSocket.cs
@@ -38,4 +38,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
index ead9d529feb520..453ddb8ea157a2 100644
--- a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
@@ -7,16 +7,16 @@
- Link="Common\System\Net\WebSockets\WebSocketCreateTest.cs">
+ Common\System\Net\WebSockets\WebSocketCreateTest.cs
- Link="Common\System\Net\Configuration.cs">
+ Common\System\Net\Configuration.cs
- Link="Common\System\Net\Configuration.WebSockets.cs">
+ Common\System\Net\Configuration.WebSockets.cs
- Link="Common\System\Net\HttpKnownHeaderNames.cs">
+ Common\System\Net\HttpKnownHeaderNames.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
index 05b2b891b1216c..61d5ca2cc9cbf4 100644
--- a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
+++ b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
@@ -4,22 +4,22 @@
- Link="Common\System\CollectionsIEnumerableTest.cs">
+ Common\System\CollectionsIEnumerableTest.cs
- Link="Common\System\CollectionsICollectionTest.cs">
+ Common\System\CollectionsICollectionTest.cs
- Link="Common\System\CollectionsIListTest.cs">
+ Common\System\CollectionsIListTest.cs
- Link="Common\System\CollectionsUtils.cs">
+ Common\System\CollectionsUtils.cs
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
- Link="Common\System\CollectionsIDictionaryTest.cs">
+ Common\System\CollectionsIDictionaryTest.cs
@@ -40,7 +40,7 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
@@ -48,7 +48,7 @@
- Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
+ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
index 65607cf851fe99..8fe6a6dca457c8 100644
--- a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
+++ b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
@@ -995,97 +995,97 @@
- Link="Common\Interop\Interop.Libraries.cs">
+ Common\Interop\Interop.Libraries.cs
- Link="Common\Interop\Interop.Calendar.cs">
+ Common\Interop\Interop.Calendar.cs
- Link="Common\Interop\Interop.Casing.cs">
+ Common\Interop\Interop.Casing.cs
- Link="Common\Interop\Interop.Collation.cs">
+ Common\Interop\Interop.Collation.cs
- Link="Common\Interop\Interop.ICU.cs">
+ Common\Interop\Interop.ICU.cs
- Link="Common\Interop\Interop.Idna.cs">
+ Common\Interop\Interop.Idna.cs
- Link="Common\Interop\Interop.Locale.cs">
+ Common\Interop\Interop.Locale.cs
- Link="Common\Interop\Interop.Normalization.cs">
+ Common\Interop\Interop.Normalization.cs
- Link="Common\Interop\Interop.ResultCode.cs">
+ Common\Interop\Interop.ResultCode.cs
- Link="Common\Interop\Interop.TimeZoneInfo.cs">
+ Common\Interop\Interop.TimeZoneInfo.cs
- Link="Common\Interop\Interop.Utils.cs">
+ Common\Interop\Interop.Utils.cs
- Link="Common\Interop\Interop.Errors.cs">
+ Common\Interop\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\Kernel32\Interop.Globalization.cs">
+ Common\Interop\Windows\Kernel32\Interop.Globalization.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ResolveLocaleName.cs">
+ Common\Interop\Windows\Kernel32\Interop.ResolveLocaleName.cs
- Link="Common\Interop\Windows\Normaliz\Interop.Idna.cs">
+ Common\Interop\Windows\Normaliz\Interop.Idna.cs
- Link="Common\Interop\Windows\Normaliz\Interop.Normalization.cs">
+ Common\Interop\Windows\Normaliz\Interop.Normalization.cs
- Link="Common\System\HResults.cs">
+ Common\System\HResults.cs
- Link="Common\System\Collections\Generic\ReferenceEqualityComparer.cs">
+ Common\System\Collections\Generic\ReferenceEqualityComparer.cs
- Link="Common\System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs">
+ Common\System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs
- Link="Common\System\IO\StreamHelpers.CopyValidation.cs">
+ Common\System\IO\StreamHelpers.CopyValidation.cs
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
- Link="Common\System\Runtime\Versioning\NonVersionableAttribute.cs">
+ Common\System\Runtime\Versioning\NonVersionableAttribute.cs
- Link="Common\System\Text\StringBuilderCache.cs">
+ Common\System\Text\StringBuilderCache.cs
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
- Link="Common\Interop\Windows\Advapi32\Interop.ActivityControl.cs">
+ Common\Interop\Windows\Advapi32\Interop.ActivityControl.cs
- Link="Common\Interop\Windows\Advapi32\Interop.EtwEnableCallback.cs">
+ Common\Interop\Windows\Advapi32\Interop.EtwEnableCallback.cs
- Link="Common\Interop\Windows\Advapi32\Interop.EVENT_INFO_CLASS.cs">
+ Common\Interop\Windows\Advapi32\Interop.EVENT_INFO_CLASS.cs
- Link="Common\Interop\Interop.HostPolicy.cs">
+ Common\Interop\Interop.HostPolicy.cs
@@ -1146,7 +1146,7 @@
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -1182,334 +1182,334 @@
- Link="Common\Interop\Windows\Advapi32\Interop.EventActivityIdControl.cs">
+ Common\Interop\Windows\Advapi32\Interop.EventActivityIdControl.cs
- Link="Common\Interop\Windows\Advapi32\Interop.EventRegister.cs">
+ Common\Interop\Windows\Advapi32\Interop.EventRegister.cs
- Link="Common\Interop\Windows\Advapi32\Interop.EventSetInformation.cs">
+ Common\Interop\Windows\Advapi32\Interop.EventSetInformation.cs
- Link="Common\Interop\Windows\Advapi32\Interop.EventTraceGuidsEx.cs">
+ Common\Interop\Windows\Advapi32\Interop.EventTraceGuidsEx.cs
- Link="Common\Interop\Windows\Advapi32\Interop.EventUnregister.cs">
+ Common\Interop\Windows\Advapi32\Interop.EventUnregister.cs
- Link="Common\Interop\Windows\Advapi32\Interop.EventWriteString.cs">
+ Common\Interop\Windows\Advapi32\Interop.EventWriteString.cs
- Link="Common\Interop\Windows\Advapi32\Interop.EventWriteTransfer.cs">
+ Common\Interop\Windows\Advapi32\Interop.EventWriteTransfer.cs
- Link="Common\Interop\Windows\Advapi32\Interop.LookupAccountNameW.cs">
+ Common\Interop\Windows\Advapi32\Interop.LookupAccountNameW.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegCloseKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegCloseKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegCreateKeyEx.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegCreateKeyEx.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegDeleteKeyEx.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegDeleteKeyEx.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegDeleteValue.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegDeleteValue.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegEnumKeyEx.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegEnumKeyEx.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegEnumValue.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegEnumValue.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegFlushKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegFlushKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegOpenKeyEx.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegOpenKeyEx.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs
- Link="Common\Interop\Windows\Advapi32\Interop.RegSetValueEx.cs">
+ Common\Interop\Windows\Advapi32\Interop.RegSetValueEx.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.GetRandomBytes.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.GetRandomBytes.cs
- Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
+ Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptProtectMemory.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptProtectMemory.cs
- Link="Common\Interop\Windows\Interop.BOOLEAN.cs">
+ Common\Interop\Windows\Interop.BOOLEAN.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CompletionPort.cs">
+ Common\Interop\Windows\Kernel32\Interop.CompletionPort.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CreateFile.cs">
+ Common\Interop\Windows\Kernel32\Interop.CreateFile.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ExpandEnvironmentStrings.cs">
+ Common\Interop\Windows\Kernel32\Interop.ExpandEnvironmentStrings.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FILE_STANDARD_INFO.cs">
+ Common\Interop\Windows\Kernel32\Interop.FILE_STANDARD_INFO.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FILE_TIME.cs">
+ Common\Interop\Windows\Kernel32\Interop.FILE_TIME.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FileAttributes.cs">
+ Common\Interop\Windows\Kernel32\Interop.FileAttributes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FileTimeToSystemTime.cs">
+ Common\Interop\Windows\Kernel32\Interop.FileTimeToSystemTime.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FileTypes.cs">
+ Common\Interop\Windows\Kernel32\Interop.FileTypes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FindClose.cs">
+ Common\Interop\Windows\Kernel32\Interop.FindClose.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FindFirstFileEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.FindFirstFileEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs">
+ Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs">
+ Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs">
+ Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GET_FILEEX_INFO_LEVELS.cs">
+ Common\Interop\Windows\Kernel32\Interop.GET_FILEEX_INFO_LEVELS.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCPInfo.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCPInfo.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentDirectory.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCurrentDirectory.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetFileAttributesEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetFileAttributesEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetFileInformationByHandleEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetFileInformationByHandleEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetFullPathNameW.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetFullPathNameW.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetLogicalDrives.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetLogicalDrives.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetLongPathNameW.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetLongPathNameW.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcessMemoryInfo.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcessMemoryInfo.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetProcessTimes_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetProcessTimes_IntPtr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetSystemDirectoryW.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetSystemDirectoryW.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetSystemInfo.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetSystemInfo.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetSystemTime.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetSystemTime.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetSystemTimeAsFileTime.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetSystemTimeAsFileTime.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetSystemTimePreciseAsFileTime.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetSystemTimePreciseAsFileTime.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetSystemTimes.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetSystemTimes.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetTempFileNameW.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetTempFileNameW.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetTempPathW.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetTempPathW.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GlobalMemoryStatusEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.GlobalMemoryStatusEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.IsWow64Process_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.IsWow64Process_IntPtr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.LockFile.cs">
+ Common\Interop\Windows\Kernel32\Interop.LockFile.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MAX_PATH.cs">
+ Common\Interop\Windows\Kernel32\Interop.MAX_PATH.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MemOptions.cs">
+ Common\Interop\Windows\Kernel32\Interop.MemOptions.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFORMATION.cs">
+ Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFORMATION.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MEMORYSTATUSEX.cs">
+ Common\Interop\Windows\Kernel32\Interop.MEMORYSTATUSEX.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MUI.cs">
+ Common\Interop\Windows\Kernel32\Interop.MUI.cs
- Link="Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs">
+ Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs
- Link="Common\Interop\Windows\Kernel32\Interop.OutputDebugString.cs">
+ Common\Interop\Windows\Kernel32\Interop.OutputDebugString.cs
- Link="Common\Interop\Windows\Kernel32\Interop.QueryPerformanceCounter.cs">
+ Common\Interop\Windows\Kernel32\Interop.QueryPerformanceCounter.cs
- Link="Common\Interop\Windows\Kernel32\Interop.QueryPerformanceFrequency.cs">
+ Common\Interop\Windows\Kernel32\Interop.QueryPerformanceFrequency.cs
- Link="Common\Interop\Windows\Kernel32\Interop.QueryUnbiasedInterruptTime.cs">
+ Common\Interop\Windows\Kernel32\Interop.QueryUnbiasedInterruptTime.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs">
+ Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs">
+ Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SecurityOptions.cs">
+ Common\Interop\Windows\Kernel32\Interop.SecurityOptions.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetCurrentDirectory.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetCurrentDirectory.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetEndOfFile.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetEndOfFile.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetFilePointerEx.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetFilePointerEx.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetThreadErrorMode.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetThreadErrorMode.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SYSTEM_INFO.cs">
+ Common\Interop\Windows\Kernel32\Interop.SYSTEM_INFO.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SystemTimeToFileTime.cs">
+ Common\Interop\Windows\Kernel32\Interop.SystemTimeToFileTime.cs
- Link="Common\Interop\Windows\Kernel32\Interop.TimeZone.cs">
+ Common\Interop\Windows\Kernel32\Interop.TimeZone.cs
- Link="Common\Interop\Windows\Kernel32\Interop.TimeZone.Registry.cs">
+ Common\Interop\Windows\Kernel32\Interop.TimeZone.Registry.cs
- Link="Common\Interop\Windows\Kernel32\Interop.TzSpecificLocalTimeToSystemTime.cs">
+ Common\Interop\Windows\Kernel32\Interop.TzSpecificLocalTimeToSystemTime.cs
- Link="Common\Interop\Windows\Kernel32\Interop.VerifyVersionExW.cs">
+ Common\Interop\Windows\Kernel32\Interop.VerifyVersionExW.cs
- Link="Common\Interop\Windows\Kernel32\Interop.VerSetConditionMask.cs">
+ Common\Interop\Windows\Kernel32\Interop.VerSetConditionMask.cs
- Link="Common\Interop\Windows\Kernel32\Interop.VirtualAlloc_Ptr.cs">
+ Common\Interop\Windows\Kernel32\Interop.VirtualAlloc_Ptr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.VirtualFree.cs">
+ Common\Interop\Windows\Kernel32\Interop.VirtualFree.cs
- Link="Common\Interop\Windows\Kernel32\Interop.VirtualQuery_Ptr.cs">
+ Common\Interop\Windows\Kernel32\Interop.VirtualQuery_Ptr.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs">
+ Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WIN32_FILE_ATTRIBUTE_DATA.cs">
+ Common\Interop\Windows\Kernel32\Interop.WIN32_FILE_ATTRIBUTE_DATA.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WIN32_FIND_DATA.cs">
+ Common\Interop\Windows\Kernel32\Interop.WIN32_FIND_DATA.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs">
+ Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs
- Link="Common\Interop\Windows\NtDll\Interop.NtQueryInformationFile.cs">
+ Common\Interop\Windows\NtDll\Interop.NtQueryInformationFile.cs
- Link="Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs">
+ Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs
- Link="Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs">
+ Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs
- Link="Common\Interop\Windows\NtDll\Interop.SYSTEM_LEAP_SECOND_INFORMATION.cs">
+ Common\Interop\Windows\NtDll\Interop.SYSTEM_LEAP_SECOND_INFORMATION.cs
- Link="Common\Interop\Windows\Ole32\Interop.CoCreateGuid.cs">
+ Common\Interop\Windows\Ole32\Interop.CoCreateGuid.cs
- Link="Common\Interop\Windows\Secur32\Interop.GetUserNameExW.cs">
+ Common\Interop\Windows\Secur32\Interop.GetUserNameExW.cs
- Link="Common\Interop\Windows\Shell32\Interop.SHGetKnownFolderPath.cs">
+ Common\Interop\Windows\Shell32\Interop.SHGetKnownFolderPath.cs
- Link="Common\Interop\Windows\User32\Interop.Constants.cs">
+ Common\Interop\Windows\User32\Interop.Constants.cs
- Link="Common\Interop\Windows\User32\Interop.LoadString.cs">
+ Common\Interop\Windows\User32\Interop.LoadString.cs
- Link="Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs">
+ Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs
- Link="Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs">
+ Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs
- Link="Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs">
+ Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs
- Link="Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs">
+ Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs
@@ -1567,49 +1567,49 @@
- Link="Common\Interop\Windows\OleAut32\Interop.SysAllocStringLen.cs">
+ Common\Interop\Windows\OleAut32\Interop.SysAllocStringLen.cs
- Link="Common\Interop\Windows\OleAut32\Interop.SysFreeString.cs">
+ Common\Interop\Windows\OleAut32\Interop.SysFreeString.cs
- Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.Constants.cs">
+ Common\Interop\Windows\Kernel32\Interop.Constants.cs
- Link="Common\Interop\Windows\Kernel32\Interop.EventWaitHandle.cs">
+ Common\Interop\Windows\Kernel32\Interop.EventWaitHandle.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetEnvironmentVariable.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetEnvironmentVariable.cs
- Link="Common\Interop\Windows\Kernel32\Interop.GetEnvironmentStrings.cs">
+ Common\Interop\Windows\Kernel32\Interop.GetEnvironmentStrings.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FreeEnvironmentStrings.cs">
+ Common\Interop\Windows\Kernel32\Interop.FreeEnvironmentStrings.cs
- Link="Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs">
+ Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Kernel32\Interop.Mutex.cs">
+ Common\Interop\Windows\Kernel32\Interop.Mutex.cs
- Link="Common\Interop\Windows\Kernel32\Interop.OSVERSIONINFOEX.cs">
+ Common\Interop\Windows\Kernel32\Interop.OSVERSIONINFOEX.cs
- Link="Common\Interop\Windows\Kernel32\Interop.Semaphore.cs">
+ Common\Interop\Windows\Kernel32\Interop.Semaphore.cs
- Link="Common\Interop\Windows\Kernel32\Interop.SetEnvironmentVariable.cs">
+ Common\Interop\Windows\Kernel32\Interop.SetEnvironmentVariable.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs">
+ Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs
- Link="Common\System\IO\Win32Marshal.cs">
+ Common\System\IO\Win32Marshal.cs
@@ -1623,115 +1623,115 @@
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.IOErrors.cs">
+ Common\Interop\Unix\Interop.IOErrors.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Native\Interop.Access.cs">
+ Common\Interop\Unix\System.Native\Interop.Access.cs
- Link="Common\Interop\Unix\System.Native\Interop.ChDir.cs">
+ Common\Interop\Unix\System.Native\Interop.ChDir.cs
- Link="Common\Interop\Unix\System.Native\Interop.Close.cs">
+ Common\Interop\Unix\System.Native\Interop.Close.cs
- Link="Common\Interop\Unix\System.Native\Interop.FLock.cs">
+ Common\Interop\Unix\System.Native\Interop.FLock.cs
- Link="Common\Interop\Unix\System.Native\Interop.FSync.cs">
+ Common\Interop\Unix\System.Native\Interop.FSync.cs
- Link="Common\Interop\Unix\System.Native\Interop.FTruncate.cs">
+ Common\Interop\Unix\System.Native\Interop.FTruncate.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetCpuUtilization.cs">
+ Common\Interop\Unix\System.Native\Interop.GetCpuUtilization.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetCwd.cs">
+ Common\Interop\Unix\System.Native\Interop.GetCwd.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetEUid.cs">
+ Common\Interop\Unix\System.Native\Interop.GetEUid.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetHostName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetHostName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetPid.cs">
+ Common\Interop\Unix\System.Native\Interop.GetPid.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetPwUid.cs">
+ Common\Interop\Unix\System.Native\Interop.GetPwUid.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetRandomBytes.cs">
+ Common\Interop\Unix\System.Native\Interop.GetRandomBytes.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetSystemTimeAsTicks.cs">
+ Common\Interop\Unix\System.Native\Interop.GetSystemTimeAsTicks.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetTimestamp.cs">
+ Common\Interop\Unix\System.Native\Interop.GetTimestamp.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetUnixName.cs">
+ Common\Interop\Unix\System.Native\Interop.GetUnixName.cs
- Link="Common\Interop\Unix\System.Native\Interop.GetUnixRelease.cs">
+ Common\Interop\Unix\System.Native\Interop.GetUnixRelease.cs
- Link="Common\Interop\Unix\System.Native\Interop.LockFileRegion.cs">
+ Common\Interop\Unix\System.Native\Interop.LockFileRegion.cs
- Link="Common\Interop\Unix\System.Native\Interop.LSeek.cs">
+ Common\Interop\Unix\System.Native\Interop.LSeek.cs
- Link="Common\Interop\Unix\System.Native\Interop.MksTemps.cs">
+ Common\Interop\Unix\System.Native\Interop.MksTemps.cs
- Link="Common\Interop\Unix\System.Native\Interop.MountPoints.cs">
+ Common\Interop\Unix\System.Native\Interop.MountPoints.cs
- Link="Common\Interop\Unix\System.Native\Interop.Open.cs">
+ Common\Interop\Unix\System.Native\Interop.Open.cs
- Link="Common\Interop\Unix\System.Native\Interop.OpenFlags.cs">
+ Common\Interop\Unix\System.Native\Interop.OpenFlags.cs
- Link="Common\Interop\Unix\System.Native\Interop.PathConf.cs">
+ Common\Interop\Unix\System.Native\Interop.PathConf.cs
- Link="Common\Interop\Unix\System.Native\Interop.Permissions.cs">
+ Common\Interop\Unix\System.Native\Interop.Permissions.cs
- Link="Common\Interop\Unix\System.Native\Interop.PosixFAdvise.cs">
+ Common\Interop\Unix\System.Native\Interop.PosixFAdvise.cs
- Link="Common\Interop\Unix\System.Native\Interop.Read.cs">
+ Common\Interop\Unix\System.Native\Interop.Read.cs
- Link="Common\Interop\Unix\System.Native\Interop.ReadDir.cs">
+ Common\Interop\Unix\System.Native\Interop.ReadDir.cs
- Link="Common\Interop\Unix\System.Native\Interop.ReadLink.cs">
+ Common\Interop\Unix\System.Native\Interop.ReadLink.cs
- Link="Common\Interop\Unix\System.Native\Interop.Stat.cs">
+ Common\Interop\Unix\System.Native\Interop.Stat.cs
- Link="Common\Interop\Unix\System.Native\Interop.SysConf.cs">
+ Common\Interop\Unix\System.Native\Interop.SysConf.cs
- Link="Common\Interop\Unix\System.Native\Interop.SysLog.cs">
+ Common\Interop\Unix\System.Native\Interop.SysLog.cs
- Link="Common\Interop\Unix\System.Native\Interop.Unlink.cs">
+ Common\Interop\Unix\System.Native\Interop.Unlink.cs
- Link="Common\Interop\Unix\System.Native\Interop.Write.cs">
+ Common\Interop\Unix\System.Native\Interop.Write.cs
diff --git a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
index 5e68269fa284f9..951b7203269739 100644
--- a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
+++ b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
@@ -18,10 +18,10 @@
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
diff --git a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
index ea6d6fefbd0f99..1f88c208e95f03 100644
--- a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
+++ b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
@@ -7,10 +7,10 @@
- Link="Common\System\Collections\Generic\ArrayBuilder.cs">
+ Common\System\Collections\Generic\ArrayBuilder.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -38,7 +38,7 @@
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
@@ -50,4 +50,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
index 7fa240a072d621..f1f97bbd7e89e9 100644
--- a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
+++ b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
@@ -16,10 +16,10 @@
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
index f5de47d09e753f..55c377e7631195 100644
--- a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
+++ b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
@@ -7,10 +7,10 @@
- Link="Common\System\Collections\Generic\EnumerableHelpers.cs">
+ Common\System\Collections\Generic\EnumerableHelpers.cs
- Link="Common\System\Text\StringBuilderCache.cs">
+ Common\System\Text\StringBuilderCache.cs
diff --git a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
index 4caf511ef11969..27fc4e7023b8e3 100644
--- a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
+++ b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
@@ -4,10 +4,10 @@
- Link="Common\System\Collections\DictionaryExtensions.cs">
+ Common\System\Collections\DictionaryExtensions.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
@@ -56,4 +56,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
index 056d4bfe17551a..87a3ba557100ac 100644
--- a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
+++ b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
@@ -5,7 +5,7 @@
- Link="Common\System\Collections\DictionaryExtensions.cs">
+ Common\System\Collections\DictionaryExtensions.cs
@@ -25,4 +25,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
index 4459d9db19f606..c0215be8596441 100644
--- a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
+++ b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
@@ -9,13 +9,13 @@
- Link="Common\System\StringBuilderCache.cs">
+ Common\System\StringBuilderCache.cs
- Link="Common\System\Marvin.cs">
+ Common\System\Marvin.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
diff --git a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
index 5368493e40fb15..a3beda715d3df9 100644
--- a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
@@ -4,7 +4,7 @@
- Link="Common\System\ShouldNotBeInvokedException.cs">
+ Common\System\ShouldNotBeInvokedException.cs
diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
index 1a3cab1cb9f459..b28cbb68ef06ea 100644
--- a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
@@ -8,7 +8,7 @@
- Link="Common\System\Threading\TrackingSynchronizationContext.cs">
+ Common\System\Threading\TrackingSynchronizationContext.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
index a6651ca65c30b9..c7b6e43f2f4ab6 100644
--- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
@@ -35,7 +35,7 @@
- Link="Common\System\IO\TempDirectory.cs">
+ Common\System\IO\TempDirectory.cs
@@ -44,4 +44,4 @@
CopyToOutputDirectory="PreserveNewest"
Visible="false" />
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj
index 00a8e719e42563..b79f7360072da4 100644
--- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests.csproj
@@ -21,7 +21,7 @@
- Link="Common\System\IO\TempDirectory.cs">
+ Common\System\IO\TempDirectory.cs
@@ -30,4 +30,4 @@
CopyToOutputDirectory="PreserveNewest"
Visible="false" />
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
index bd489daa833d86..b57517632ecaeb 100644
--- a/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
+++ b/src/libraries/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
@@ -12,7 +12,7 @@
- Link="Common\System\Reflection\Emit\IgnoreAccessChecksToAttributeBuilder.cs">
+ Common\System\Reflection\Emit\IgnoreAccessChecksToAttributeBuilder.cs
@@ -33,4 +33,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
index f4d76758dad8f9..e2054078129e74 100644
--- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
+++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
@@ -10,10 +10,10 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs">
+ Common\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs
diff --git a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
index 81f13fe85ece24..73119be2190f9d 100644
--- a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
+++ b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
@@ -7,22 +7,22 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.FreeLibrary.cs">
+ Common\Interop\Windows\Interop.FreeLibrary.cs
- Link="Common\Interop\Windows\Interop.GetModuleHandle.cs">
+ Common\Interop\Windows\Interop.GetModuleHandle.cs
- Link="Common\Interop\Windows\Interop.LoadLibraryEx.cs">
+ Common\Interop\Windows\Interop.LoadLibraryEx.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
@@ -141,4 +141,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
index 9d14c1802cec33..346761c5ded63f 100644
--- a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
+++ b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
@@ -5,10 +5,10 @@
- Link="Common\System\IO\TempDirectory.cs">
+ Common\System\IO\TempDirectory.cs
- Link="Common\System\IO\TempFile.cs">
+ Common\System\IO\TempFile.cs
@@ -71,4 +71,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
index 73a1009ddc6aad..bc9f91e515bcd0 100644
--- a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
+++ b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
@@ -8,12 +8,12 @@
- Link="Common\System\Reflection\MockParameterInfo.cs">
-
+ Common\System\Reflection\MockParameterInfo.cs
+
- Link="Common\System\IO\TempFile.cs">
-
+ Common\System\IO\TempFile.cs
+
@@ -65,4 +65,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
index 23b1af67851426..87e65b381d4651 100644
--- a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
+++ b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
@@ -19,7 +19,7 @@
- Link="Common\System\Drawing\Helpers.cs">
+ Common\System\Drawing\Helpers.cs
@@ -55,7 +55,7 @@
+ Visible="false" />
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
Microsoft\Win32\SafeHandles\SafeTokenHandle.cs
- Link="Common\Interop\Interop.Libraries.cs">
+ Common\Interop\Interop.Libraries.cs
- Link="Common\Interop\Interop.LUID.cs">
+ Common\Interop\Interop.LUID.cs
- Link="Common\Interop\Interop.LUID_AND_ATTRIBUTES.cs">
+ Common\Interop\Interop.LUID_AND_ATTRIBUTES.cs
- Link="Common\Interop\Interop.TOKEN_PRIVILEGE.cs">
+ Common\Interop\Interop.TOKEN_PRIVILEGE.cs
- Link="Common\Interop\Interop.SecurityImpersonationLevel.cs">
+ Common\Interop\Interop.SecurityImpersonationLevel.cs
- Link="Common\Interop\Interop.Errors.cs">
+ Common\Interop\Interop.Errors.cs
- Link="Common\Interop\Interop.ProcessOptions.cs">
+ Common\Interop\Interop.ProcessOptions.cs
- Link="Common\Interop\Interop.LookupPrivilegeValue.cs">
+ Common\Interop\Interop.LookupPrivilegeValue.cs
- Link="Common\Interop\Interop.RevertToSelf.cs">
+ Common\Interop\Interop.RevertToSelf.cs
- Link="Common\Interop\Interop.ConvertSdToStringSd.cs">
+ Common\Interop\Interop.ConvertSdToStringSd.cs
- Link="Common\Interop\Interop.ConvertStringSdToSd.cs">
+ Common\Interop\Interop.ConvertStringSdToSd.cs
- Link="Common\Interop\Interop.GetSecurityInfoByHandle.cs">
+ Common\Interop\Interop.GetSecurityInfoByHandle.cs
- Link="Common\Interop\Interop.SetSecurityInfoByHandle.cs">
+ Common\Interop\Interop.SetSecurityInfoByHandle.cs
- Link="Common\Interop\Interop.GetSecurityInfoByName.cs">
+ Common\Interop\Interop.GetSecurityInfoByName.cs
- Link="Common\Interop\Interop.SetSecurityInfoByName.cs">
+ Common\Interop\Interop.SetSecurityInfoByName.cs
- Link="Common\Interop\Interop.GetSecurityDescriptorLength.cs">
+ Common\Interop\Interop.GetSecurityDescriptorLength.cs
- Link="Common\Interop\Interop.CloseHandle.cs">
+ Common\Interop\Interop.CloseHandle.cs
- Link="Common\Interop\Interop.OpenThreadToken_SafeTokenHandle.cs">
+ Common\Interop\Interop.OpenThreadToken_SafeTokenHandle.cs
- Link="Common\Interop\Interop.OpenProcessToken_IntPtrs.cs">
+ Common\Interop\Interop.OpenProcessToken_IntPtrs.cs
- Link="Common\Interop\Interop.GetCurrentProcess_IntPtr.cs">
+ Common\Interop\Interop.GetCurrentProcess_IntPtr.cs
- Link="Common\Interop\Interop.SetThreadToken.cs">
+ Common\Interop\Interop.SetThreadToken.cs
- Link="Common\Interop\Interop.GetCurrentThread.cs">
+ Common\Interop\Interop.GetCurrentThread.cs
- Link="Common\Interop\Interop.AdjustTokenPrivileges.cs">
+ Common\Interop\Interop.AdjustTokenPrivileges.cs
- Link="Common\Interop\Interop.DuplicateTokenEx_SafeTokenHandle.cs">
+ Common\Interop\Interop.DuplicateTokenEx_SafeTokenHandle.cs
@@ -120,4 +120,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
index 9f2008406f0c22..485f96ce4cf4a8 100644
--- a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
+++ b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
@@ -87,7 +87,7 @@
- Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs">
+ Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
Internal\Cryptography\BasicSymmetricCipher.cs
@@ -99,7 +99,7 @@
Internal\Cryptography\HashProvider.cs
- Link="Common\Internal\Cryptography\PemKeyImportHelpers.cs">
+ Common\Internal\Cryptography\PemKeyImportHelpers.cs
Internal\Cryptography\UniversalCryptoTransform.cs
@@ -111,176 +111,176 @@
Internal\Cryptography\UniversalCryptoDecryptor.cs
- Link="Common\System\Memory\PointerMemoryManager.cs">
+ Common\System\Memory\PointerMemoryManager.cs
- Link="Common\System\Security\Cryptography\CryptoPool.cs">
+ Common\System\Security\Cryptography\CryptoPool.cs
- Link="Common\System\Security\Cryptography\DSAKeyFormatHelper.cs">
+ Common\System\Security\Cryptography\DSAKeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\EccKeyFormatHelper.cs">
+ Common\System\Security\Cryptography\EccKeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\KeyBlobHelpers.cs">
+ Common\System\Security\Cryptography\KeyBlobHelpers.cs
- Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
+ Common\System\Security\Cryptography\KeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
+ Common\System\Security\Cryptography\KeySizeHelpers.cs
- Link="Common\System\Security\Cryptography\Oids.cs">
+ Common\System\Security\Cryptography\Oids.cs
- Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
+ Common\System\Security\Cryptography\PasswordBasedEncryption.cs
- Link="Common\System\Security\Cryptography\PemLabels.cs">
+ Common\System\Security\Cryptography\PemLabels.cs
- Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
+ Common\System\Security\Cryptography\Pkcs12Kdf.cs
- Link="Common\System\Security\Cryptography\RSAKeyFormatHelper.cs">
+ Common\System\Security\Cryptography\RSAKeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\RsaPaddingProcessor.cs">
+ Common\System\Security\Cryptography\RsaPaddingProcessor.cs
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml">
+ Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs
Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DssParms.xml">
+ Common\System\Security\Cryptography\Asn1\DssParms.xml
- Link="Common\System\Security\Cryptography\Asn1\DssParms.xml.cs">
+ Common\System\Security\Cryptography\Asn1\DssParms.xml.cs
Common\System\Security\Cryptography\Asn1\DssParms.xml
- Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml">
+ Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs">
+ Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs
Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml">
+ Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
- Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs">
+ Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs
Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
- Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\FieldID.xml">
+ Common\System\Security\Cryptography\Asn1\FieldID.xml
- Link="Common\System\Security\Cryptography\Asn1\FieldID.xml.cs">
+ Common\System\Security\Cryptography\Asn1\FieldID.xml.cs
Common\System\Security\Cryptography\Asn1\FieldID.xml
- Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml">
+ Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs
Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml">
+ Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs
Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs
Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs
Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml">
+ Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs
Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml">
+ Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs
Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml">
+ Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
- Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs">
+ Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs
Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
- Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
@@ -310,58 +310,58 @@
Internal\Cryptography\BasicSymmetricCipherBCrypt.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\BCrypt\AesBCryptModes.cs">
+ Common\Interop\Windows\BCrypt\AesBCryptModes.cs
- Link="Common\Interop\Windows\BCrypt\Cng.cs">
+ Common\Interop\Windows\BCrypt\Cng.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptImportKey.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptImportKey.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs
- Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
+ Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
- Link="Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs">
+ Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs
- Link="Common\Interop\Windows\BCrypt\Interop.Blobs.cs">
+ Common\Interop\Windows\BCrypt\Interop.Blobs.cs
- Link="Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs">
+ Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
Internal\Windows\NCrypt\Interop.NCryptDeriveKeyMaterial.cs
@@ -376,43 +376,43 @@
Internal\Windows\BCrypt\BCryptAlgorithmCache.cs
- Link="Common\Interop\Windows\BCrypt\DESBCryptModes.cs">
+ Common\Interop\Windows\BCrypt\DESBCryptModes.cs
- Link="Common\Interop\Windows\BCrypt\RC2BCryptModes.cs">
+ Common\Interop\Windows\BCrypt\RC2BCryptModes.cs
- Link="Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs">
+ Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs
- Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
+ Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
- Link="Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs">
+ Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs
- Link="Common\Interop\Windows\NCrypt\Interop.AsymmetricPaddingMode.cs">
+ Common\Interop\Windows\NCrypt\Interop.AsymmetricPaddingMode.cs
- Link="Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs">
+ Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
- Link="Common\Interop\Windows\NCrypt\Interop.EncryptDecrypt.cs">
+ Common\Interop\Windows\NCrypt\Interop.EncryptDecrypt.cs
- Link="Common\Interop\Windows\NCrypt\Interop.Keys.cs">
+ Common\Interop\Windows\NCrypt\Interop.Keys.cs
- Link="Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs">
+ Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs
- Link="Common\Interop\Windows\NCrypt\Interop.NCryptOpenStorageProvider.cs">
+ Common\Interop\Windows\NCrypt\Interop.NCryptOpenStorageProvider.cs
- Link="Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs">
+ Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
- Link="Common\Interop\Windows\NCrypt\Interop.SignVerify.cs">
+ Common\Interop\Windows\NCrypt\Interop.SignVerify.cs
Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
@@ -445,150 +445,150 @@
Internal\Windows\kernel32\Interop.FormatMessage.cs
- Link="Common\System\Security\Cryptography\CngPkcs8.cs">
+ Common\System\Security\Cryptography\CngPkcs8.cs
- Link="Common\System\Security\Cryptography\DSACng.cs">
+ Common\System\Security\Cryptography\DSACng.cs
- Link="Common\System\Security\Cryptography\DSACng.ImportExport.cs">
+ Common\System\Security\Cryptography\DSACng.ImportExport.cs
- Link="Common\System\Security\Cryptography\DSACng.SignVerify.cs">
+ Common\System\Security\Cryptography\DSACng.SignVerify.cs
- Link="Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs">
+ Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs
- Link="Common\System\Security\Cryptography\ECCng.ImportExport.cs">
+ Common\System\Security\Cryptography\ECCng.ImportExport.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.cs">
+ Common\System\Security\Cryptography\ECDsaCng.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs">
+ Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.cs">
+ Common\System\Security\Cryptography\ECDsaCng.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.HashData.cs">
+ Common\System\Security\Cryptography\ECDsaCng.HashData.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs">
+ Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs">
+ Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs
- Link="Common\System\Security\Cryptography\RSACng.cs">
+ Common\System\Security\Cryptography\RSACng.cs
- Link="Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs">
+ Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs
- Link="Common\System\Security\Cryptography\RSACng.ImportExport.cs">
+ Common\System\Security\Cryptography\RSACng.ImportExport.cs
- Link="Common\System\Security\Cryptography\RSACng.SignVerify.cs">
+ Common\System\Security\Cryptography\RSACng.SignVerify.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Hmac.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Hmac.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.RAND.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.RAND.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
- Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEvpMdCtxHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEvpMdCtxHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeHmacCtxHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHmacCtxHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
- Link="Common\System\Security\Cryptography\DSAOpenSsl.cs">
+ Common\System\Security\Cryptography\DSAOpenSsl.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs
- Link="Common\System\Security\Cryptography\ECDsaOpenSsl.cs">
+ Common\System\Security\Cryptography\ECDsaOpenSsl.cs
- Link="Common\System\Security\Cryptography\ECOpenSsl.cs">
+ Common\System\Security\Cryptography\ECOpenSsl.cs
- Link="Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs">
+ Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs
- Link="Common\System\Security\Cryptography\RSAOpenSsl.cs">
+ Common\System\Security\Cryptography\RSAOpenSsl.cs
@@ -603,88 +603,88 @@
- Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Digest.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Digest.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Hmac.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Hmac.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.KeyAgree.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.KeyAgree.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Random.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Random.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Symmetric.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Symmetric.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
- Link="Common\System\Security\Cryptography\DSASecurityTransforms.cs">
+ Common\System\Security\Cryptography\DSASecurityTransforms.cs
- Link="Common\System\Security\Cryptography\EccSecurityTransforms.cs">
+ Common\System\Security\Cryptography\EccSecurityTransforms.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanSecurityTransforms.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanSecurityTransforms.cs
- Link="Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs">
+ Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs
- Link="Common\System\Security\Cryptography\RSASecurityTransforms.cs">
+ Common\System\Security\Cryptography\RSASecurityTransforms.cs
- Link="Common\System\Security\Cryptography\SecKeyPair.cs">
+ Common\System\Security\Cryptography\SecKeyPair.cs
@@ -697,25 +697,25 @@
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Cipher.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Cipher.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs">
+ Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs
diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
index 45d493e09fc53d..8b648f3cc436c2 100644
--- a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
@@ -4,97 +4,97 @@
- Link="CommonTest\System\IO\PositionValueStream.cs">
+ CommonTest\System\IO\PositionValueStream.cs
- Link="CommonTest\System\RandomDataGenerator.cs">
+ CommonTest\System\RandomDataGenerator.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.Data.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.Data.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesContractTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesContractTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCornerTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCornerTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesModeTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesModeTests.cs
- Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
+ CommonTest\System\Security\Cryptography\ByteUtils.cs
- Link="CommonTest\System\Security\Cryptography\CryptoUtils.cs">
+ CommonTest\System\Security\Cryptography\CryptoUtils.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\DecryptorReusability.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\DecryptorReusability.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs
@@ -131,7 +131,7 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
@@ -139,61 +139,61 @@
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
@@ -225,73 +225,73 @@
- Link="CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.NistValidation.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.NistValidation.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
index f289a5ed496516..0aae024d50dde9 100644
--- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
+++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
@@ -71,13 +71,13 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\BCrypt\AesBCryptModes.cs">
+ Common\Interop\Windows\BCrypt\AesBCryptModes.cs
- Link="Common\Interop\Windows\BCrypt\Cng.cs">
+ Common\Interop\Windows\BCrypt\Cng.cs
Interop\Windows\BCrypt\Interop.BCryptImportKey.cs
@@ -86,40 +86,40 @@
Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs
- Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
+ Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
- Link="Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs">
+ Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs
- Link="Common\Interop\Windows\BCrypt\Interop.Blobs.cs">
+ Common\Interop\Windows\BCrypt\Interop.Blobs.cs
- Link="Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs">
+ Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
Internal\Windows\BCrypt\BCryptAlgorithmCache.cs
@@ -131,13 +131,13 @@
Internal\Windows\BCrypt\Interop.BCryptKeyDataBlob.cs
- Link="Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs">
+ Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs
Internal\Windows\Crypt32\Interop.FindOidInfo.cs
- Link="Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs">
+ Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs
Internal\Windows\NCrypt\Interop.AsymmetricPaddingMode.cs
@@ -236,194 +236,194 @@
Internal\Cryptography\UniversalCryptoDecryptor.cs
- Link="Common\System\Memory\PointerMemoryManager.cs">
+ Common\System\Memory\PointerMemoryManager.cs
- Link="Common\System\Security\Cryptography\CryptoPool.cs">
+ Common\System\Security\Cryptography\CryptoPool.cs
- Link="Common\System\Security\Cryptography\CngPkcs8.cs">
+ Common\System\Security\Cryptography\CngPkcs8.cs
- Link="Common\System\Security\Cryptography\DSACng.cs">
+ Common\System\Security\Cryptography\DSACng.cs
- Link="Common\System\Security\Cryptography\DSACng.ImportExport.cs">
+ Common\System\Security\Cryptography\DSACng.ImportExport.cs
- Link="Common\System\Security\Cryptography\DSACng.SignVerify.cs">
+ Common\System\Security\Cryptography\DSACng.SignVerify.cs
- Link="Common\System\Security\Cryptography\EccKeyFormatHelper.cs">
+ Common\System\Security\Cryptography\EccKeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\ECCng.ImportExport.cs">
+ Common\System\Security\Cryptography\ECCng.ImportExport.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanCng.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanCng.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs">
+ Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
- Link="Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs">
+ Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.cs">
+ Common\System\Security\Cryptography\ECDsaCng.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.HashData.cs">
+ Common\System\Security\Cryptography\ECDsaCng.HashData.cs
- Link="Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs">
+ Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs
- Link="Common\System\Security\Cryptography\KeyBlobHelpers.cs">
+ Common\System\Security\Cryptography\KeyBlobHelpers.cs
- Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
+ Common\System\Security\Cryptography\KeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
+ Common\System\Security\Cryptography\KeySizeHelpers.cs
- Link="Common\System\Security\Cryptography\Oids.cs">
+ Common\System\Security\Cryptography\Oids.cs
- Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
+ Common\System\Security\Cryptography\PasswordBasedEncryption.cs
- Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
+ Common\System\Security\Cryptography\Pkcs12Kdf.cs
- Link="Common\System\Security\Cryptography\RSACng.cs">
+ Common\System\Security\Cryptography\RSACng.cs
- Link="Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs">
+ Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs
- Link="Common\System\Security\Cryptography\RSACng.ImportExport.cs">
+ Common\System\Security\Cryptography\RSACng.ImportExport.cs
- Link="Common\System\Security\Cryptography\RSACng.SignVerify.cs">
+ Common\System\Security\Cryptography\RSACng.SignVerify.cs
- Link="Common\System\Security\Cryptography\RsaPaddingProcessor.cs">
+ Common\System\Security\Cryptography\RsaPaddingProcessor.cs
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml">
+ Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs
Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml">
+ Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs
Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs
Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs
Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml">
+ Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs">
+ Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs
Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml">
+ Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
- Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs">
+ Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs
Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
- Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml">
+ Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs
Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\FieldID.xml">
+ Common\System\Security\Cryptography\Asn1\FieldID.xml
- Link="Common\System\Security\Cryptography\Asn1\FieldID.xml.cs">
+ Common\System\Security\Cryptography\Asn1\FieldID.xml.cs
Common\System\Security\Cryptography\Asn1\FieldID.xml
- Link="Common\System\Security\Cryptography\Asn1\FieldID.xml">
+ Common\System\Security\Cryptography\Asn1\FieldID.xml
- Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs">
+ Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs
Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
diff --git a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
index f0f7622ac08fbf..a5d72223d47015 100644
--- a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
@@ -16,79 +16,79 @@
- Link="CommonTest\AlgorithmImplementations\AES\AesCipherTests.Data.cs">
+ CommonTest\AlgorithmImplementations\AES\AesCipherTests.Data.cs
- Link="CommonTest\AlgorithmImplementations\AES\AesCornerTests.cs">
+ CommonTest\AlgorithmImplementations\AES\AesCornerTests.cs
- Link="CommonTest\AlgorithmImplementations\AES\DecryptorReusability.cs">
+ CommonTest\AlgorithmImplementations\AES\DecryptorReusability.cs
- Link="CommonTest\AlgorithmImplementations\AES\AesFactory.cs">
+ CommonTest\AlgorithmImplementations\AES\AesFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs
- Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
+ CommonTest\System\Security\Cryptography\ByteUtils.cs
- Link="CommonTest\System\Security\Cryptography\CryptoUtils.cs">
+ CommonTest\System\Security\Cryptography\CryptoUtils.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
- Link="CommonTest\System\IO\PositionValueStream.cs">
+ CommonTest\System\IO\PositionValueStream.cs
@@ -100,134 +100,134 @@
- Link="CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
- Link="CommonTest\AlgorithmImplementations\AES\AesContractTests.cs">
+ CommonTest\AlgorithmImplementations\AES\AesContractTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs
- Link="CommonTest\AlgorithmImplementations\AES\AesModeTests.cs">
+ CommonTest\AlgorithmImplementations\AES\AesModeTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs
- Link="CommonTest\AlgorithmImplementations\AES\AesCipherTests.cs">
+ CommonTest\AlgorithmImplementations\AES\AesCipherTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
diff --git a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
index a7558b017325ac..85f5b05c2e6f6d 100644
--- a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
+++ b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
@@ -28,7 +28,7 @@
Internal\Cryptography\Helpers.cs
- Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
+ Common\System\Security\Cryptography\KeySizeHelpers.cs
@@ -41,7 +41,7 @@
- Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs">
+ Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
@@ -72,82 +72,82 @@
Internal\Cryptography\Windows\CryptoThrowHelper.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptCreateHash.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptCreateHash.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptDecrypt.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptDecrypt.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptDeriveKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptDeriveKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptEncrypt.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptEncrypt.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptExportKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptExportKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptGenKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptGenKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptGetDefaultProvider.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptGetDefaultProvider.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptGetHashParam.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptGetHashParam.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptGetKeyParam.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptGetKeyParam.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptGetUserKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptGetUserKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptHashData.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptHashData.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptImportKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptImportKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptSetKeyParam.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptSetKeyParam.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptSignHash.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptSignHash.cs
- Link="Common\Interop\Windows\Advapi32\SafeHashHandle.cs">
+ Common\Interop\Windows\Advapi32\SafeHashHandle.cs
- Link="Common\Interop\Windows\Advapi32\SafeKeyHandle.cs">
+ Common\Interop\Windows\Advapi32\SafeKeyHandle.cs
- Link="Common\Interop\Windows\Advapi32\SafeProvHandle.cs">
+ Common\Interop\Windows\Advapi32\SafeProvHandle.cs
- Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
+ Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
- Link="Common\Interop\Windows\kernel32\Interop.FormatMessage.cs">
+ Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
@@ -162,4 +162,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
index 39abb837511323..887d4a3e1f2055 100644
--- a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
@@ -11,31 +11,31 @@
- Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
+ CommonTest\System\Security\Cryptography\ByteUtils.cs
- Link="CommonTest\System\Security\Cryptography\CryptoUtils.cs">
+ CommonTest\System\Security\Cryptography\CryptoUtils.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
- Link="CommonTest\System\IO\PositionValueStream.cs">
+ CommonTest\System\IO\PositionValueStream.cs
@@ -52,79 +52,79 @@
- Link="CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
diff --git a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
index def5b616aeeab0..19f6ae909d28fe 100644
--- a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
+++ b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
@@ -27,7 +27,7 @@
System\Security\Cryptography\CryptoPool.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -35,22 +35,22 @@
- Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
+ Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
- Link="Common\Interop\Windows\BCrypt\Cng.cs">
+ Common\Interop\Windows\BCrypt\Cng.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs
- Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
+ Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
Internal\Cryptography\Windows\CryptoThrowHelper.cs
@@ -59,7 +59,7 @@
Internal\Windows\kernel32\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
@@ -67,69 +67,69 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.LookupFriendlyNameByOid.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.LookupFriendlyNameByOid.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
- Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
- Link="Common\System\Memory\PointerMemoryManager.cs">
+ Common\System\Memory\PointerMemoryManager.cs
- Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml">
+ Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs
Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
diff --git a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
index b56ed5a9a30c22..1a63d7889f1b9b 100644
--- a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
@@ -6,7 +6,7 @@
- Link="Common\System\Security\Cryptography\CryptoPool.cs">
+ Common\System\Security\Cryptography\CryptoPool.cs
@@ -91,10 +91,10 @@
- Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
+ CommonTest\System\Security\Cryptography\ByteUtils.cs
- Link="Common\System\Memory\PointerMemoryManager.cs">
+ Common\System\Memory\PointerMemoryManager.cs
diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
index b8ff95c2e8ad55..6f9f04c70d5743 100644
--- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
+++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
@@ -19,127 +19,127 @@
- Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs">
+ Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
- Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs">
+ Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
Internal\Cryptography\Helpers.cs
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Dsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Dsa.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Rsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Rsa.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
- Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs
- Link="Common\System\Memory\PointerMemoryManager.cs">
+ Common\System\Memory\PointerMemoryManager.cs
- Link="Common\System\Security\Cryptography\CryptoPool.cs">
+ Common\System\Security\Cryptography\CryptoPool.cs
- Link="Common\System\Security\Cryptography\DSAOpenSsl.cs">
+ Common\System\Security\Cryptography\DSAOpenSsl.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs
- Link="Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs">
+ Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs
- Link="Common\System\Security\Cryptography\ECDsaOpenSsl.cs">
+ Common\System\Security\Cryptography\ECDsaOpenSsl.cs
- Link="Common\System\Security\Cryptography\ECOpenSsl.cs">
+ Common\System\Security\Cryptography\ECOpenSsl.cs
- Link="Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs">
+ Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs
- Link="Common\System\Security\Cryptography\KeyBlobHelpers.cs">
+ Common\System\Security\Cryptography\KeyBlobHelpers.cs
- Link="Common\System\Security\Cryptography\RSAOpenSsl.cs">
+ Common\System\Security\Cryptography\RSAOpenSsl.cs
- Link="Common\System\Security\Cryptography\RsaPaddingProcessor.cs">
+ Common\System\Security\Cryptography\RsaPaddingProcessor.cs
diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
index b6e5c40edc64d9..f766dd7a378c3f 100644
--- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
@@ -7,85 +7,85 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
+ CommonTest\System\Security\Cryptography\ByteUtils.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
- Link="CommonTest\System\IO\PositionValueStream.cs">
+ CommonTest\System\IO\PositionValueStream.cs
@@ -94,90 +94,90 @@
- Link="CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
- Link="CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs">
+ CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
index 7b2f9fc9d9c835..8f3d58028081ee 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
+++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
@@ -60,23 +60,23 @@
Internal\Cryptography\Helpers.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml
@@ -161,223 +161,223 @@
- Link="Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs
- Link="Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs">
+ Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs
- Link="Common\Interop\Windows\Advapi32\SafeHashHandle.cs">
+ Common\Interop\Windows\Advapi32\SafeHashHandle.cs
- Link="Common\Interop\Windows\Advapi32\SafeKeyHandle.cs">
+ Common\Interop\Windows\Advapi32\SafeKeyHandle.cs
- Link="Common\Interop\Windows\Advapi32\SafeProvHandle.cs">
+ Common\Interop\Windows\Advapi32\SafeProvHandle.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CERT_CONTEXT.cs">
+ Common\Interop\Windows\Crypt32\Interop.CERT_CONTEXT.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CERT_ID.cs">
+ Common\Interop\Windows\Crypt32\Interop.CERT_ID.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CERT_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CERT_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CERT_ISSUER_SERIAL_NUMBER.cs">
+ Common\Interop\Windows\Crypt32\Interop.CERT_ISSUER_SERIAL_NUMBER.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CERT_PUBLIC_KEY_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CERT_PUBLIC_KEY_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertContextPropId.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertContextPropId.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertCreateCertificateContext.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertCreateCertificateContext.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertGetCertificateContextProperty.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertGetCertificateContextProperty.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertGetPublicKeyLength.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertGetPublicKeyLength.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertIdChoice.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertIdChoice.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertNameStrTypeAndFlags.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertNameStrTypeAndFlags.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_CMS_RECIPIENT_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_CMS_RECIPIENT_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_DECRYPT_PARA.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_DECRYPT_PARA.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_KEY_AGREE_DECRYPT_PARA.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_KEY_AGREE_DECRYPT_PARA.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_ENVELOPED_ENCODE_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_ENVELOPED_ENCODE_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_RC2_AUX_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_RC2_AUX_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCODE_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCODE_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMsgCmsRecipientChoice.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMsgCmsRecipientChoice.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CMsgKeyAgreeOriginatorChoice.cs">
+ Common\Interop\Windows\Crypt32\Interop.CMsgKeyAgreeOriginatorChoice.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CmsKeyAgreeKeyChoice.cs">
+ Common\Interop\Windows\Crypt32\Interop.CmsKeyAgreeKeyChoice.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_ALGORITHM_IDENTIFIER.cs">
+ Common\Interop\Windows\Crypt32\Interop.CRYPT_ALGORITHM_IDENTIFIER.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE.cs">
+ Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE_TYPE_VALUE.cs">
+ Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE_TYPE_VALUE.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTES.cs">
+ Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTES.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_BIT_BLOB.cs">
+ Common\Interop\Windows\Crypt32\Interop.CRYPT_BIT_BLOB.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_KEY_PROV_INFO.cs">
+ Common\Interop\Windows\Crypt32\Interop.CRYPT_KEY_PROV_INFO.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CRYPT_RC2_CBC_PARAMETERS.cs">
+ Common\Interop\Windows\Crypt32\Interop.CRYPT_RC2_CBC_PARAMETERS.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKey.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKey.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKeyFlags.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKeyFlags.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptDecodeObject.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptDecodeObject.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptDecodeObjectStructType.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptDecodeObjectStructType.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptEncodeDecodeWrappers.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptEncodeDecodeWrappers.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptEncodeObject.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptEncodeObject.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptKeySpec.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptKeySpec.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgControl.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgControl.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgGetParam.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgGetParam.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToDecode.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToDecode.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToEncode.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToEncode.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgParamType.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgParamType.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgType.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgType.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgUpdate.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgUpdate.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptRc2Version.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptRc2Version.cs
- Link="Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs">
+ Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs
- Link="Common\Interop\Windows\Crypt32\Interop.ErrorCode.cs">
+ Common\Interop\Windows\Crypt32\Interop.ErrorCode.cs
- Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
+ Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
- Link="Common\Interop\Windows\Crypt32\Interop.MsgControlType.cs">
+ Common\Interop\Windows\Crypt32\Interop.MsgControlType.cs
- Link="Common\Interop\Windows\Crypt32\Interop.MsgEncodingType.cs">
+ Common\Interop\Windows\Crypt32\Interop.MsgEncodingType.cs
- Link="Common\Interop\Windows\kernel32\Interop.FormatMessage.cs">
+ Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\kernel32\Interop.Heap.cs">
+ Common\Interop\Windows\kernel32\Interop.Heap.cs
- Link="Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs">
+ Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
- Link="Common\Interop\Windows\NCrypt\Interop.Properties.cs">
+ Common\Interop\Windows\NCrypt\Interop.Properties.cs
- Link="Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs">
+ Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs">
+ Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
@@ -418,147 +418,147 @@
- Link="Common\System\Memory\PointerMemoryManager.cs">
+ Common\System\Memory\PointerMemoryManager.cs
- Link="Common\System\Security\Cryptography\CryptoPool.cs">
+ Common\System\Security\Cryptography\CryptoPool.cs
- Link="Common\System\Security\Cryptography\Oids.cs">
+ Common\System\Security\Cryptography\Oids.cs
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.manual.cs
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml">
+ Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs
Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml">
+ Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs
Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml">
+ Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs
Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs
Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs
Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Link="Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml">
+ Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs
Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml">
+ Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs
Common\System\Security\Cryptography\Asn1\OaepParamsAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml">
+ Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
@@ -656,59 +656,59 @@
- Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
+ Common\System\Security\Cryptography\KeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
- Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
+ Common\System\Security\Cryptography\PasswordBasedEncryption.cs
- Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
+ Common\System\Security\Cryptography\Pkcs12Kdf.cs
@@ -736,4 +736,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
index 08d9e6a34b85f7..6ec360c29c787c 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
@@ -5,7 +5,7 @@
- Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
+ CommonTest\System\Security\Cryptography\ByteUtils.cs
@@ -68,4 +68,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
index aeebe595a50983..df10307ed42440 100644
--- a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
+++ b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
@@ -25,22 +25,22 @@
- Link="Common\System\Threading\Tasks\ForceAsyncAwaiter.cs">
+ Common\System\Threading\Tasks\ForceAsyncAwaiter.cs
Internal\Cryptography\Helpers.cs
- Link="Common\System\Security\Cryptography\CryptoPool.cs">
+ Common\System\Security\Cryptography\CryptoPool.cs
- Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
+ Common\System\Security\Cryptography\KeySizeHelpers.cs
- Link="Common\System\Security\Cryptography\Oids.cs">
+ Common\System\Security\Cryptography\Oids.cs
- Link="Common\System\Threading\Tasks\TaskToApm.cs">
+ Common\System\Threading\Tasks\TaskToApm.cs
@@ -48,4 +48,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
index 28b8946d8a13f8..6a871d86030580 100644
--- a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
@@ -4,7 +4,7 @@
- Link="CommonTest\System\IO\PositionValueStream.cs">
+ CommonTest\System\IO\PositionValueStream.cs
@@ -23,4 +23,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
index 4612eb7094a1bc..08baa54b43202a 100644
--- a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
+++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
@@ -11,19 +11,19 @@
- Link="Common\Interop\Windows\Crypt32\Interop.CryptProtectData.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptProtectData.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs
- Link="Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs">
+ Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
Internal\Cryptography\Windows\CryptoThrowHelper.cs
@@ -32,10 +32,10 @@
Internal\Windows\kernel32\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\System\HResults.cs">
+ Common\System\HResults.cs
diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
index e0d78f11ac296d..412b5dd0ac0621 100644
--- a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
@@ -6,7 +6,7 @@
- Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
+ CommonTest\System\Security\Cryptography\ByteUtils.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
index 4ce8d37f4197b1..1d0586c53367d6 100644
--- a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
+++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
@@ -13,106 +13,106 @@
- Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
- Link="Common\System\Memory\PointerMemoryManager.cs">
+ Common\System\Memory\PointerMemoryManager.cs
- Link="Common\System\Security\Cryptography\CryptoPool.cs">
+ Common\System\Security\Cryptography\CryptoPool.cs
- Link="Common\System\Security\Cryptography\Oids.cs">
+ Common\System\Security\Cryptography\Oids.cs
- Link="Common\System\Security\Cryptography\KeyBlobHelpers.cs">
+ Common\System\Security\Cryptography\KeyBlobHelpers.cs
- Link="Common\System\Security\Cryptography\KeySizeHelpers.cs">
+ Common\System\Security\Cryptography\KeySizeHelpers.cs
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\AttributeAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\AttributeAsn.manual.cs
Common\System\Security\Cryptography\Asn1\AttributeAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml">
+ Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs
Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\GeneralNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml">
+ Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs
Common\System\Security\Cryptography\Asn1\OtherNameAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml">
+ Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs
Common\System\Security\Cryptography\Asn1\PssParamsAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml">
+ Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
- Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs">
+ Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
Internal\Cryptography\Helpers.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -251,52 +251,52 @@
- Link="Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs
- Link="Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs">
+ Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
- Link="Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs">
+ Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs
- Link="Common\Internal\Windows\kernel32\Interop.FormatMessage.cs">
+ Common\Internal\Windows\kernel32\Interop.FormatMessage.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptDestroyKey.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptDestroyKey.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptExportKey.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptExportKey.cs
- Link="Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs">
+ Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
- Link="Common\Interop\Windows\BCrypt\Interop.Blobs.cs">
+ Common\Interop\Windows\BCrypt\Interop.Blobs.cs
- Link="Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs">
+ Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBCryptKeyHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBCryptKeyHandle.cs
@@ -309,13 +309,13 @@
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointNameAsn.xml
- Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
+ Common\System\Security\Cryptography\KeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
+ Common\System\Security\Cryptography\PasswordBasedEncryption.cs
- Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
+ Common\System\Security\Cryptography\Pkcs12Kdf.cs
@@ -339,277 +339,277 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\System.Native\Interop.Permissions.cs">
+ Common\Interop\Unix\System.Native\Interop.Permissions.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.GetIntegerBytes.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.GetIntegerBytes.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Encode.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Encode.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs12.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs12.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs7.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs7.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
- Link="Common\Interop\Unix\Interop.Close.cs">
+ Common\Interop\Unix\Interop.Close.cs
- Link="Common\Interop\Unix\System.Native\Interop.FChMod.cs">
+ Common\Interop\Unix\System.Native\Interop.FChMod.cs
- Link="Common\Interop\Unix\Interop.GetEUid.cs">
+ Common\Interop\Unix\Interop.GetEUid.cs
- Link="Common\Interop\Unix\Interop.GetPwUid.cs">
+ Common\Interop\Unix\Interop.GetPwUid.cs
- Link="Common\Interop\Unix\System.Native\Interop.Stat.cs">
+ Common\Interop\Unix\System.Native\Interop.Stat.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
- Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.PooledCrypto.cs">
+ Common\Interop\Unix\System.Security.Cryptography.Native\Interop.PooledCrypto.cs
- Link="Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafePkcs12Handle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafePkcs12Handle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafePkcs7Handle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafePkcs7Handle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
- Link="Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs">
+ Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
- Link="Common\System\IO\PersistedFiles.Unix.cs">
+ Common\System\IO\PersistedFiles.Unix.cs
- Link="Common\System\IO\PersistedFiles.Names.Unix.cs">
+ Common\System\IO\PersistedFiles.Names.Unix.cs
- Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs">
+ Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Trust.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Trust.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Store.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Store.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
- Link="Common\System\Security\Cryptography\DSAKeyFormatHelper.cs">
+ Common\System\Security\Cryptography\DSAKeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\DSASecurityTransforms.cs">
+ Common\System\Security\Cryptography\DSASecurityTransforms.cs
- Link="Common\System\Security\Cryptography\EccKeyFormatHelper.cs">
+ Common\System\Security\Cryptography\EccKeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\EccSecurityTransforms.cs">
+ Common\System\Security\Cryptography\EccSecurityTransforms.cs
- Link="Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs">
+ Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs
- Link="Common\System\Security\Cryptography\KeyFormatHelper.cs">
+ Common\System\Security\Cryptography\KeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\PasswordBasedEncryption.cs">
+ Common\System\Security\Cryptography\PasswordBasedEncryption.cs
- Link="Common\System\Security\Cryptography\Pkcs12Kdf.cs">
+ Common\System\Security\Cryptography\Pkcs12Kdf.cs
- Link="Common\System\Security\Cryptography\RSAKeyFormatHelper.cs">
+ Common\System\Security\Cryptography\RSAKeyFormatHelper.cs
- Link="Common\System\Security\Cryptography\RsaPaddingProcessor.cs">
+ Common\System\Security\Cryptography\RsaPaddingProcessor.cs
- Link="Common\System\Security\Cryptography\RSASecurityTransforms.cs">
+ Common\System\Security\Cryptography\RSASecurityTransforms.cs
- Link="Common\System\Security\Cryptography\SecKeyPair.cs">
+ Common\System\Security\Cryptography\SecKeyPair.cs
- Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml">
+ Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\CurveAsn.xml.cs
Common\System\Security\Cryptography\Asn1\CurveAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DssParms.xml">
+ Common\System\Security\Cryptography\Asn1\DssParms.xml
- Link="Common\System\Security\Cryptography\Asn1\DssParms.xml.cs">
+ Common\System\Security\Cryptography\Asn1\DssParms.xml.cs
Common\System\Security\Cryptography\Asn1\DssParms.xml
- Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml">
+ Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs">
+ Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs
Common\System\Security\Cryptography\Asn1\ECDomainParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml">
+ Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
- Link="Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs">
+ Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs
Common\System\Security\Cryptography\Asn1\ECPrivateKey.xml
- Link="Common\System\Security\Cryptography\Asn1\FieldID.xml">
+ Common\System\Security\Cryptography\Asn1\FieldID.xml
- Link="Common\System\Security\Cryptography\Asn1\FieldID.xml.cs">
+ Common\System\Security\Cryptography\Asn1\FieldID.xml.cs
Common\System\Security\Cryptography\Asn1\FieldID.xml
- Link="Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml">
+ Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs
Common\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml">
+ Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs
Common\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml">
+ Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
- Link="Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs">
+ Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs
Common\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml
@@ -628,116 +628,116 @@
- Link="Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml">
+ Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Link="Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PBEParameter.xml.cs
Common\System\Security\Cryptography\Asn1\PBEParameter.xml
- Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml">
+ Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PBES2Params.xml.cs
Common\System\Security\Cryptography\Asn1\PBES2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs
Common\System\Security\Cryptography\Asn1\Pbkdf2Params.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Link="Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs
Common\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml">
+ Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs">
+ Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs
Common\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
- Link="Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs">
+ Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.manual.cs
Common\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml
@@ -778,6 +778,6 @@
-
+
diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
index 121680cefd9a9f..3f129ff6efe9a7 100644
--- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
@@ -9,10 +9,10 @@
- Link="Common\System\Memory\PointerMemoryManager.cs">
+ Common\System\Memory\PointerMemoryManager.cs
- Link="Common\System\Security\Cryptography\CryptoPool.cs">
+ Common\System\Security\Cryptography\CryptoPool.cs
@@ -41,7 +41,7 @@
- Link="CommonTest\System\Security\Cryptography\ByteUtils.cs">
+ CommonTest\System\Security\Cryptography\ByteUtils.cs
@@ -66,71 +66,71 @@
- Link="Common\Interop\Unix\Interop.Libraries.cs">
+ Common\Interop\Unix\Interop.Libraries.cs
- Link="Common\Interop\Unix\Interop.Errors.cs">
+ Common\Interop\Unix\Interop.Errors.cs
- Link="Common\Interop\Unix\Interop.GetEUid.cs">
+ Common\Interop\Unix\Interop.GetEUid.cs
- Link="Common\Interop\Unix\Interop.GetPwUid.cs">
+ Common\Interop\Unix\Interop.GetPwUid.cs
- Link="Common\Interop\Unix\System.Native\Interop.FChMod.cs">
+ Common\Interop\Unix\System.Native\Interop.FChMod.cs
- Link="Common\Interop\Unix\System.Native\Interop.Permissions.cs">
+ Common\Interop\Unix\System.Native\Interop.Permissions.cs
- Link="Common\Interop\Unix\System.Native\Interop.Stat.cs">
+ Common\Interop\Unix\System.Native\Interop.Stat.cs
- Link="Common\System\IO\PersistedFiles.Unix.cs">
+ Common\System\IO\PersistedFiles.Unix.cs
- Link="Common\System\IO\PersistedFiles.Names.Unix.cs">
+ Common\System\IO\PersistedFiles.Names.Unix.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFData.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFError.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
- Link="Common\Interop\OSX\Interop.CoreFoundation.CFString.cs">
+ Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
- Link="Common\Interop\OSX\Interop.Libraries.cs">
+ Common\Interop\OSX\Interop.Libraries.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
- Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs">
+ Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
index b5f2c0ebe210b7..44784da1fb405c 100644
--- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
+++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
@@ -84,7 +84,7 @@
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -115,4 +115,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
index d34bea5382cc1d..17bbfa7f04173d 100644
--- a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
+++ b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
@@ -29,159 +29,159 @@
- Link="Common\Interop\Interop.Libraries.cs">
+ Common\Interop\Interop.Libraries.cs
- Link="Common\Interop\Windows\Advapi32\Interop.UNICODE_STRING.cs">
+ Common\Interop\Windows\Advapi32\Interop.UNICODE_STRING.cs
- Link="Common\Interop\Windows\Advapi32\Interop.OBJECT_ATTRIBUTES.cs">
+ Common\Interop\Windows\Advapi32\Interop.OBJECT_ATTRIBUTES.cs
- Link="Common\Interop\Interop.TOKENS.cs">
+ Common\Interop\Interop.TOKENS.cs
- Link="Common\Interop\Interop.WinError.cs">
+ Common\Interop\Interop.WinError.cs
- Link="Common\Interop\Interop.Winnt.cs">
+ Common\Interop\Interop.Winnt.cs
- Link="Common\Interop\Interop.NtStatus.cs">
+ Common\Interop\Interop.NtStatus.cs
- Link="Common\Interop\Interop.LSAStructs.cs">
+ Common\Interop\Interop.LSAStructs.cs
- Link="Common\Interop\Interop.SECURITY_LOGON_SESSION_DATA.cs">
+ Common\Interop\Interop.SECURITY_LOGON_SESSION_DATA.cs
- Link="Common\Interop\Interop.GetCurrentProcess.cs">
+ Common\Interop\Interop.GetCurrentProcess.cs
- Link="Common\Interop\Interop.GetCurrentThread.cs">
+ Common\Interop\Interop.GetCurrentThread.cs
- Link="Common\Interop\Interop.ClaimSecurityAttributes.cs">
+ Common\Interop\Interop.ClaimSecurityAttributes.cs
- Link="Common\Interop\Interop.OpenProcessToken.cs">
+ Common\Interop\Interop.OpenProcessToken.cs
- Link="Common\Interop\Interop.GetTokenInformation.cs">
+ Common\Interop\Interop.GetTokenInformation.cs
- Link="Common\Interop\Interop.DuplicateTokenEx.cs">
+ Common\Interop\Interop.DuplicateTokenEx.cs
- Link="Common\Interop\Interop.DuplicateHandle.cs">
+ Common\Interop\Interop.DuplicateHandle.cs
- Link="Common\Interop\Interop.CloseHandle.cs">
+ Common\Interop\Interop.CloseHandle.cs
- Link="Common\Interop\Interop.LsaGetLogonSessionData.cs">
+ Common\Interop\Interop.LsaGetLogonSessionData.cs
- Link="Common\Interop\Interop.LsaFreeReturnBuffer.cs">
+ Common\Interop\Interop.LsaFreeReturnBuffer.cs
- Link="Common\Interop\Interop.LsaLookupNames2.cs">
+ Common\Interop\Interop.LsaLookupNames2.cs
- Link="Common\Interop\Interop.LsaLookupSids.cs">
+ Common\Interop\Interop.LsaLookupSids.cs
- Link="Common\Interop\Interop.LsaClose.cs">
+ Common\Interop\Interop.LsaClose.cs
- Link="Common\Interop\Interop.LsaFreeMemory.cs">
+ Common\Interop\Interop.LsaFreeMemory.cs
- Link="Common\Interop\Interop.LsaOpenPolicy.cs">
+ Common\Interop\Interop.LsaOpenPolicy.cs
- Link="Common\Interop\Interop.ConvertStringSidToSid.cs">
+ Common\Interop\Interop.ConvertStringSidToSid.cs
- Link="Common\Interop\Interop.CreateWellKnownSid.cs">
+ Common\Interop\Interop.CreateWellKnownSid.cs
- Link="Common\Interop\Interop.GetWindowsAccountDomainSid.cs">
+ Common\Interop\Interop.GetWindowsAccountDomainSid.cs
- Link="Common\Interop\Interop.IsWellKnownSid.cs">
+ Common\Interop\Interop.IsWellKnownSid.cs
- Link="Common\Interop\Interop.IsEqualDomainSid.cs">
+ Common\Interop\Interop.IsEqualDomainSid.cs
- Link="Common\Interop\Interop.OpenThreadToken.cs">
+ Common\Interop\Interop.OpenThreadToken.cs
- Link="Common\Interop\Interop.RevertToSelf.cs">
+ Common\Interop\Interop.RevertToSelf.cs
- Link="Common\Interop\Interop.ImpersonateLoggedOnUser.cs">
+ Common\Interop\Interop.ImpersonateLoggedOnUser.cs
- Link="Common\Interop\Interop.LsaNtStatusToWinError.cs">
+ Common\Interop\Interop.LsaNtStatusToWinError.cs
- Link="Common\Interop\Windows\Advapi32\Interop.LSA_STRING.cs">
+ Common\Interop\Windows\Advapi32\Interop.LSA_STRING.cs
- Link="Common\Interop\Windows\SspiCli\Interop.AuthenticationPackageNames.cs">
+ Common\Interop\Windows\SspiCli\Interop.AuthenticationPackageNames.cs
- Link="Common\Interop\Windows\SspiCli\Interop.KerbLogonSubmitType.cs">
+ Common\Interop\Windows\SspiCli\Interop.KerbLogonSubmitType.cs
- Link="Common\Interop\Windows\SspiCli\Interop.KerbS4uLogin.cs">
+ Common\Interop\Windows\SspiCli\Interop.KerbS4uLogin.cs
- Link="Common\Interop\Windows\SspiCli\Interop.LsaConnectUntrusted.cs">
+ Common\Interop\Windows\SspiCli\Interop.LsaConnectUntrusted.cs
- Link="Common\Interop\Windows\SspiCli\Interop.LsaDeregisterLogonProcess.cs">
+ Common\Interop\Windows\SspiCli\Interop.LsaDeregisterLogonProcess.cs
- Link="Common\Interop\Windows\SspiCli\Interop.LsaLogonUser.cs">
+ Common\Interop\Windows\SspiCli\Interop.LsaLogonUser.cs
- Link="Common\Interop\Windows\SspiCli\Interop.LsaLookupAuthenticationPackage.cs">
+ Common\Interop\Windows\SspiCli\Interop.LsaLookupAuthenticationPackage.cs
- Link="Common\Interop\Windows\SspiCli\Interop.QuotaLimits.cs">
+ Common\Interop\Windows\SspiCli\Interop.QuotaLimits.cs
- Link="Common\Interop\Windows\SspiCli\Interop.SecurityLogonType.cs">
+ Common\Interop\Windows\SspiCli\Interop.SecurityLogonType.cs
- Link="Common\Interop\Windows\SspiCli\Interop.TokenSource.cs">
+ Common\Interop\Windows\SspiCli\Interop.TokenSource.cs
- Link="Common\Interop\Windows\Advapi32\Interop.AllocateLocallyUniqueId.cs">
+ Common\Interop\Windows\Advapi32\Interop.AllocateLocallyUniqueId.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLsaHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLsaHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLsaMemoryHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLsaMemoryHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLsaPolicyHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLsaPolicyHandle.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeLsaReturnBufferHandle.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeLsaReturnBufferHandle.cs
- Link="Common\Interop\Interop.CheckTokenMembership.cs">
+ Common\Interop\Interop.CheckTokenMembership.cs
diff --git a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
index c7baeda7da4cf5..1607b7dbbce2bb 100644
--- a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
+++ b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
@@ -13,7 +13,7 @@
- Link="Common\System\Threading\ThreadTestHelpers.cs">
+ Common\System\Threading\ThreadTestHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
index 454b572777376c..6c47b7598ab68a 100644
--- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
+++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
@@ -10,76 +10,76 @@
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.Errors.cs">
+ Common\Interop\Windows\Interop.Errors.cs
- Link="Common\Interop\Windows\Interop.ServiceProcessOptions.cs">
+ Common\Interop\Windows\Interop.ServiceProcessOptions.cs
- Link="Common\Interop\Windows\Interop.CloseServiceHandle.cs">
+ Common\Interop\Windows\Interop.CloseServiceHandle.cs
- Link="Common\Interop\Windows\Interop.ControlService.cs">
+ Common\Interop\Windows\Interop.ControlService.cs
- Link="Common\Interop\Windows\Interop.EnumDependentServices.cs">
+ Common\Interop\Windows\Interop.EnumDependentServices.cs
- Link="Common\Interop\Windows\Interop.EnumServicesStatusEx.cs">
+ Common\Interop\Windows\Interop.EnumServicesStatusEx.cs
- Link="Common\Interop\Windows\Interop.GetServiceDisplayName.cs">
+ Common\Interop\Windows\Interop.GetServiceDisplayName.cs
- Link="Common\Interop\Windows\Interop.GetServiceKeyName.cs">
+ Common\Interop\Windows\Interop.GetServiceKeyName.cs
- Link="Common\Interop\Windows\Interop.OpenSCManager.cs">
+ Common\Interop\Windows\Interop.OpenSCManager.cs
- Link="Common\Interop\Windows\Interop.OpenService.cs">
+ Common\Interop\Windows\Interop.OpenService.cs
- Link="Common\Interop\Windows\Interop.QueryServiceConfig.cs">
+ Common\Interop\Windows\Interop.QueryServiceConfig.cs
- Link="Common\Interop\Windows\Interop.QueryServiceStatus.cs">
+ Common\Interop\Windows\Interop.QueryServiceStatus.cs
- Link="Common\Interop\Windows\Interop.StartService.cs">
+ Common\Interop\Windows\Interop.StartService.cs
- Link="Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS.cs">
+ Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS.cs
- Link="Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS_PROCESS.cs">
+ Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS_PROCESS.cs
- Link="Common\Interop\Windows\Interop.QUERY_SERVICE_CONFIG.cs">
+ Common\Interop\Windows\Interop.QUERY_SERVICE_CONFIG.cs
- Link="Common\Interop\Windows\Interop.SERVICE_STATUS.cs">
+ Common\Interop\Windows\Interop.SERVICE_STATUS.cs
- Link="Common\Interop\Windows\Interop.SERVICE_TABLE_ENTRY.cs">
+ Common\Interop\Windows\Interop.SERVICE_TABLE_ENTRY.cs
- Link="Common\Interop\Windows\Interop.SetServiceStatus.cs">
+ Common\Interop\Windows\Interop.SetServiceStatus.cs
- Link="Common\Interop\Windows\Interop.WTSSESSION_NOTIFICATION.cs">
+ Common\Interop\Windows\Interop.WTSSESSION_NOTIFICATION.cs
- Link="Common\Interop\Windows\Interop.RegisterServiceCtrlHandlerEx.cs">
+ Common\Interop\Windows\Interop.RegisterServiceCtrlHandlerEx.cs
- Link="Common\Interop\Windows\Interop.StartServiceCtrlDispatcher.cs">
+ Common\Interop\Windows\Interop.StartServiceCtrlDispatcher.cs
@@ -117,4 +117,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
index 9d068f966fad52..a93989888aa84a 100644
--- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
+++ b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
@@ -15,37 +15,37 @@
Microsoft\Win32\SafeHandles\SafeServiceHandle.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.ServiceProcessOptions.cs">
+ Common\Interop\Windows\Interop.ServiceProcessOptions.cs
- Link="Common\Interop\Windows\Interop.CloseServiceHandle.cs">
+ Common\Interop\Windows\Interop.CloseServiceHandle.cs
- Link="Common\Interop\Windows\Interop.OpenSCManager.cs">
+ Common\Interop\Windows\Interop.OpenSCManager.cs
- Link="Common\Interop\Windows\Interop.OpenService.cs">
+ Common\Interop\Windows\Interop.OpenService.cs
- Link="Common\Interop\Windows\Interop.CreateService.cs">
+ Common\Interop\Windows\Interop.CreateService.cs
- Link="Common\Interop\Windows\Interop.SERVICE_DESCRIPTION.cs">
+ Common\Interop\Windows\Interop.SERVICE_DESCRIPTION.cs
- Link="Common\Interop\Windows\Interop.ChangeServiceConfig2.cs">
+ Common\Interop\Windows\Interop.ChangeServiceConfig2.cs
- Link="Common\Interop\Windows\Interop.SERVICE_DELAYED_AUTOSTART_INFO.cs">
+ Common\Interop\Windows\Interop.SERVICE_DELAYED_AUTOSTART_INFO.cs
- Link="Common\Interop\Windows\Interop.DeleteService.cs">
+ Common\Interop\Windows\Interop.DeleteService.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
index bc81ec486de074..54071d3f8948f3 100644
--- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
+++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
@@ -32,19 +32,19 @@
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Interop\Windows\Interop.BOOL.cs">
+ Common\Interop\Windows\Interop.BOOL.cs
- Link="Common\Interop\Windows\Interop.GetCPInfoEx.cs">
+ Common\Interop\Windows\Interop.GetCPInfoEx.cs
- Link="Common\Interop\Windows\Interop.MAX_PATH.cs">
+ Common\Interop\Windows\Interop.MAX_PATH.cs
- Link="Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs">
+ Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs
@@ -79,4 +79,4 @@
Data\PreferredCodePageNames.csv
System\Text\EncodingTable.Data.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
index 0588f5320b76cd..176198fafdd570 100644
--- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
+++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
@@ -34,7 +34,7 @@
System\Text\UnicodeUtility.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -48,4 +48,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
index e69392277ff1e5..5c821348d95b40 100644
--- a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
+++ b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
@@ -53,7 +53,7 @@
System\Text\UnicodeUtility.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj
index eefe7d8c32d4aa..a261c488c72931 100644
--- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj
+++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj
@@ -16,10 +16,10 @@
- Link="Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs">
+ Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
@@ -214,7 +214,7 @@
- Link="Common\System\Buffers\ArrayBufferWriter.cs">
+ Common\System\Buffers\ArrayBufferWriter.cs
@@ -225,7 +225,7 @@
- Link="Common\System\Collections\Generic\ReferenceEqualityComparer.cs">
+ Common\System\Collections\Generic\ReferenceEqualityComparer.cs
diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
index 9125a7d650ddae..89f75872b706b6 100644
--- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
+++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
@@ -6,7 +6,7 @@
- Link="CommonTest\System\IO\WrappedMemoryStream.cs">
+ CommonTest\System\IO\WrappedMemoryStream.cs
@@ -137,7 +137,7 @@
- Link="CommonTest\System\Buffers\ArrayBufferWriter.cs">
+ CommonTest\System\Buffers\ArrayBufferWriter.cs
diff --git a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
index 22095d760f18a5..f3a73189a0b72c 100644
--- a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
+++ b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
@@ -48,16 +48,16 @@
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
- Link="Common\System\Collections\Generic\ValueListBuilder.cs">
+ Common\System\Collections\Generic\ValueListBuilder.cs
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
@@ -73,4 +73,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
index 459d2bdbd043f8..b89454d09d19df 100644
--- a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
+++ b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
@@ -44,7 +44,7 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
index 88e75764efd15c..46c9198e3b0d63 100644
--- a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
+++ b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
@@ -14,7 +14,7 @@
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
index a12323863504ea..495e5054c7ca56 100644
--- a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
+++ b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
@@ -24,7 +24,7 @@
- Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
+ CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
index 60511e8e3962b7..9e20116e0ba468 100644
--- a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
+++ b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
@@ -42,7 +42,7 @@
- Link="Common\Internal\Padding.cs">
+ Common\Internal\Padding.cs
@@ -76,4 +76,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
index fe417f00ca259e..1b02b25a8553c3 100644
--- a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
@@ -22,10 +22,10 @@
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="Common\System\Diagnostics\DebuggerAttributes.cs">
+ Common\System\Diagnostics\DebuggerAttributes.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
index 7696b1e1e23eb4..65d89caaf8e729 100644
--- a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
@@ -10,13 +10,13 @@
- Link="Common\System\Threading\Tasks\Sources\ManualResetValueTaskSource.cs">
+ Common\System\Threading\Tasks\Sources\ManualResetValueTaskSource.cs
- Link="Common\System\Threading\Tasks\Sources\ManualResetValueTaskSourceFactory.cs">
+ Common\System\Threading\Tasks\Sources\ManualResetValueTaskSourceFactory.cs
- Link="Common\System\Threading\Tasks\GetStateMachineData.cs">
+ Common\System\Threading\Tasks\GetStateMachineData.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
index ea599a2d62f43a..0c93e3a41ffa05 100644
--- a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
@@ -8,7 +8,7 @@
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
@@ -26,7 +26,7 @@
- Link="CommonTest\System\Threading\ThreadPoolHelpers.cs">
+ CommonTest\System\Threading\ThreadPoolHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
index c82d6ba75316fa..d05826479b00d1 100644
--- a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
@@ -49,14 +49,14 @@
- Link="Common\System\Diagnostics\Tracing\TestEventListener.cs">
+ Common\System\Diagnostics\Tracing\TestEventListener.cs
- Link="CommonTest\System\Threading\ThreadPoolHelpers.cs">
+ CommonTest\System\Threading\ThreadPoolHelpers.cs
- Link="Common\System\Threading\Tasks\TaskTimeoutExtensions.cs">
+ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
index 91e566ba19946e..5834cb689cb113 100644
--- a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
+++ b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
@@ -13,10 +13,10 @@
- Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
+ CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
index c15ee3f2a49a03..c178d826b6809d 100644
--- a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
+++ b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
@@ -9,7 +9,7 @@
- Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
+ CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
index f8278b90c01023..ed2ea9ccca87b9 100644
--- a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
+++ b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
@@ -11,7 +11,7 @@
- Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
+ CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading/src/System.Threading.csproj b/src/libraries/System.Threading/src/System.Threading.csproj
index 641b53719ea8bf..6401755e4cdbc0 100644
--- a/src/libraries/System.Threading/src/System.Threading.csproj
+++ b/src/libraries/System.Threading/src/System.Threading.csproj
@@ -15,7 +15,7 @@
- Link="Common\System\HResults.cs">
+ Common\System\HResults.cs
diff --git a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
index 8b3dc695ab45fc..4e27b5fc95d26b 100644
--- a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
+++ b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
@@ -33,10 +33,10 @@
- Link="CommonTest\System\Diagnostics\Tracing\TestEventListener.cs">
+ CommonTest\System\Diagnostics\Tracing\TestEventListener.cs
- Link="CommonTest\System\Threading\ThreadTestHelpers.cs">
+ CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
index 4dabc712fb1864..dd5adc8a691957 100644
--- a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
+++ b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
@@ -51,10 +51,10 @@
- Link="Common\System\Marvin.cs">
+ Common\System\Marvin.cs
- Link="Common\System\NotImplemented.cs">
+ Common\System\NotImplemented.cs
System\Char8.cs
@@ -174,4 +174,4 @@
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
index 7e9b512bd54f6b..8779e2c76d94b5 100644
--- a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
+++ b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
@@ -11,7 +11,7 @@
- Link="Common\System\HexConverter.cs">
+ Common\System\HexConverter.cs
diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
index 7ea1b853c6b309..5608db2ffe1501 100644
--- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
+++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
@@ -7,58 +7,58 @@
- Link="Common\Interop\Windows\Crypt32\Interop.CertAddCertificateLinkToStore.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertAddCertificateLinkToStore.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertDuplicateCertificateContext.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertDuplicateCertificateContext.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore_IntPtr.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore_IntPtr.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CertOpenStore.cs">
+ Common\Interop\Windows\Crypt32\Interop.CertOpenStore.cs
- Link="Common\Interop\Windows\Crypt32\Interop.CryptUIDlgCertificate.cs">
+ Common\Interop\Windows\Crypt32\Interop.CryptUIDlgCertificate.cs
- Link="Common\Interop\Windows\User32\Interop.MessageBeep.cs">
+ Common\Interop\Windows\User32\Interop.MessageBeep.cs
- Link="Common\Interop\Windows\WinMm\Interop.MMCKINFO.cs">
+ Common\Interop\Windows\WinMm\Interop.MMCKINFO.cs
- Link="Common\Interop\Windows\WinMm\Interop.mmioAscend.cs">
+ Common\Interop\Windows\WinMm\Interop.mmioAscend.cs
- Link="Common\Interop\Windows\WinMm\Interop.mmioClose.cs">
+ Common\Interop\Windows\WinMm\Interop.mmioClose.cs
- Link="Common\Interop\Windows\WinMm\Interop.mmioDescend.cs">
+ Common\Interop\Windows\WinMm\Interop.mmioDescend.cs
- Link="Common\Interop\Windows\WinMm\Interop.mmioRead.cs">
+ Common\Interop\Windows\WinMm\Interop.mmioRead.cs
- Link="Common\Interop\Windows\WinMm\Interop.mmioOpen.cs">
+ Common\Interop\Windows\WinMm\Interop.mmioOpen.cs
- Link="Common\Interop\Windows\WinMm\Interop.PlaySound.cs">
+ Common\Interop\Windows\WinMm\Interop.PlaySound.cs
- Link="Common\Interop\Windows\Interop.Libraries.cs">
+ Common\Interop\Windows\Interop.Libraries.cs
- Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs">
+ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
- Link="Common\System\Text\ValueStringBuilder.cs">
+ Common\System\Text\ValueStringBuilder.cs
diff --git a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
index 2326488fd4183c..ebd9e736f130ac 100644
--- a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
+++ b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
@@ -9,7 +9,7 @@
- Link="Common\System\Drawing\Helpers.cs">
+ Common\System\Drawing\Helpers.cs
@@ -27,4 +27,4 @@
-
+
\ No newline at end of file
diff --git a/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
index 5a94043ffa08e8..48967bb3cbc8c8 100644
--- a/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -293,7 +293,7 @@
- Link="Common\Interop\OSX\Interop.SearchPath.cs">
+ Common\Interop\OSX\Interop.SearchPath.cs
From c9cfe8f16eb9592a07a33e0459481d5a433f5b06 Mon Sep 17 00:00:00 2001
From: marcusturewicz <24448509+marcusturewicz@users.noreply.github.com>
Date: Sat, 25 Apr 2020 15:51:17 +1000
Subject: [PATCH 3/4] Change ... to Link="..."
---
.../Common/tests/Common.Tests.csproj | 435 +++----
.../tests/TestUtilities/TestUtilities.csproj | 55 +-
.../src/Microsoft.CSharp.csproj | 25 +-
...oft.Extensions.Caching.Memory.Tests.csproj | 10 +-
...tensions.Configuration.Binder.Tests.csproj | 10 +-
...ons.Configuration.CommandLine.Tests.csproj | 15 +-
...guration.EnvironmentVariables.Tests.csproj | 15 +-
....Configuration.FileExtensions.Tests.csproj | 5 +-
....Extensions.Configuration.Ini.Tests.csproj | 15 +-
...Extensions.Configuration.Json.Tests.csproj | 15 +-
....Extensions.Configuration.Xml.Tests.csproj | 42 +-
...ions.Configuration.Functional.Tests.csproj | 5 +-
...ns.DependencyInjection.Abstractions.csproj | 20 +-
...soft.Extensions.DependencyInjection.csproj | 10 +-
...xtensions.DependencyInjection.Tests.csproj | 10 +-
...icrosoft.Extensions.DependencyModel.csproj | 5 +-
...tensions.FileProviders.Abstractions.csproj | 5 +-
...t.Extensions.FileProviders.Physical.csproj | 10 +-
...nsions.FileProviders.Physical.Tests.csproj | 10 +-
...osoft.Extensions.FileSystemGlobbing.csproj | 5 +-
...Extensions.Hosting.Functional.Tests.csproj | 25 +-
.../src/Microsoft.Extensions.Http.csproj | 15 +-
.../Microsoft.Extensions.Http.Tests.csproj | 30 +-
...oft.Extensions.Logging.Abstractions.csproj | 15 +-
...ft.Extensions.Logging.Configuration.csproj | 5 +-
...icrosoft.Extensions.Logging.Console.csproj | 10 +-
.../Microsoft.Extensions.Logging.Debug.csproj | 10 +-
...crosoft.Extensions.Logging.EventLog.csproj | 12 +-
...soft.Extensions.Logging.EventSource.csproj | 10 +-
.../src/Microsoft.Extensions.Logging.csproj | 15 +-
.../Microsoft.Extensions.Logging.Tests.csproj | 30 +-
...ft.Extensions.Logging.Testing.Tests.csproj | 30 +-
.../Microsoft.Extensions.Primitives.csproj | 7 +-
.../src/Microsoft.Win32.Primitives.csproj | 22 +-
.../src/Microsoft.Win32.Registry.csproj | 100 +-
.../Microsoft.Win32.Registry.Tests.csproj | 10 +-
.../src/Microsoft.Win32.SystemEvents.csproj | 207 ++--
.../Microsoft.Win32.SystemEvents.Tests.csproj | 22 +-
.../tests/System.CodeDom.Tests.csproj | 30 +-
.../src/System.Collections.Concurrent.csproj | 5 +-
...System.Collections.Concurrent.Tests.csproj | 110 +-
.../src/System.Collections.Immutable.csproj | 10 +-
.../System.Collections.Immutable.Tests.csproj | 102 +-
.../src/System.Collections.NonGeneric.csproj | 5 +-
...System.Collections.NonGeneric.Tests.csproj | 47 +-
.../src/System.Collections.Specialized.csproj | 5 +-
...ystem.Collections.Specialized.Tests.csproj | 47 +-
.../src/System.Collections.csproj | 20 +-
.../tests/System.Collections.Tests.csproj | 122 +-
.../System.ComponentModel.Annotations.csproj | 7 +-
...onentModel.Composition.Registration.csproj | 27 +-
.../System.ComponentModel.Composition.csproj | 20 +-
...em.ComponentModel.Composition.Tests.csproj | 10 +-
...System.ComponentModel.TypeConverter.csproj | 17 +-
.../src/System.Composition.Convention.csproj | 25 +-
.../src/System.Composition.TypedParts.csproj | 5 +-
...System.Composition.TypedParts.Tests.csproj | 5 +-
....Configuration.ConfigurationManager.csproj | 12 +-
...guration.ConfigurationManager.Tests.csproj | 42 +-
.../System.Console/src/System.Console.csproj | 410 +++----
.../tests/System.Console.Tests.csproj | 22 +-
.../src/System.Data.Common.csproj | 35 +-
.../tests/System.Data.Common.Tests.csproj | 10 +-
.../src/System.Data.Odbc.csproj | 100 +-
.../tests/System.Data.Odbc.Tests.csproj | 25 +-
.../src/System.Data.OleDb.csproj | 12 +-
.../System.Diagnostics.Contracts.Tests.csproj | 7 +-
...System.Diagnostics.DiagnosticSource.csproj | 10 +-
....Diagnostics.DiagnosticSource.Tests.csproj | 10 +-
.../src/System.Diagnostics.EventLog.csproj | 105 +-
.../System.Diagnostics.FileVersionInfo.csproj | 57 +-
...m.Diagnostics.FileVersionInfo.Tests.csproj | 10 +-
...stem.Diagnostics.PerformanceCounter.csproj | 200 ++-
...iagnostics.PerformanceCounter.Tests.csproj | 5 +-
.../src/System.Diagnostics.Process.csproj | 600 ++++-----
.../System.Diagnostics.Process.Tests.csproj | 32 +-
...Diagnostics.TextWriterTraceListener.csproj | 35 +-
.../src/System.Diagnostics.TraceSource.csproj | 35 +-
...DirectoryServices.AccountManagement.csproj | 10 +-
...oryServices.AccountManagement.Tests.csproj | 5 +-
...m.DirectoryServices.Protocols.Tests.csproj | 5 +-
.../System.DirectoryServices.Tests.csproj | 7 +-
.../src/System.Drawing.Common.csproj | 200 ++-
.../tests/System.Drawing.Common.Tests.csproj | 15 +-
.../src/System.Drawing.Primitives.csproj | 47 +-
.../System.Drawing.Primitives.Tests.csproj | 17 +-
....Globalization.Extensions.Nls.Tests.csproj | 75 +-
.../System.Globalization.Nls.Tests.csproj | 525 ++++----
.../tests/System.Globalization.Tests.csproj | 5 +-
.../src/System.IO.Compression.Brotli.csproj | 20 +-
.../System.IO.Compression.Brotli.Tests.csproj | 32 +-
.../src/System.IO.Compression.ZipFile.csproj | 5 +-
...System.IO.Compression.ZipFile.Tests.csproj | 37 +-
.../src/System.IO.Compression.csproj | 35 +-
.../tests/System.IO.Compression.Tests.csproj | 50 +-
...m.IO.FileSystem.AccessControl.Tests.csproj | 12 +-
.../src/System.IO.FileSystem.DriveInfo.csproj | 127 +-
.../src/System.IO.FileSystem.Watcher.csproj | 150 +--
.../System.IO.FileSystem.Watcher.Tests.csproj | 20 +-
.../tests/System.IO.FileSystem.Tests.csproj | 19 +-
.../src/System.IO.IsolatedStorage.csproj | 5 +-
.../System.IO.IsolatedStorage.Tests.csproj | 37 +-
.../src/System.IO.MemoryMappedFiles.csproj | 205 ++--
.../System.IO.MemoryMappedFiles.Tests.csproj | 5 +-
.../src/System.IO.Pipelines.csproj | 7 +-
.../tests/System.IO.Pipes.Tests.csproj | 37 +-
.../src/System.IO.Ports.csproj | 222 ++--
.../System.IO/tests/System.IO.Tests.csproj | 22 +-
.../src/System.Linq.Expressions.csproj | 10 +-
.../System.Linq.Expressions.Tests.csproj | 7 +-
.../tests/System.Linq.Parallel.Tests.csproj | 15 +-
.../tests/System.Linq.Queryable.Tests.csproj | 7 +-
.../System.Linq/src/System.Linq.csproj | 30 +-
.../tests/System.Linq.Tests.csproj | 10 +-
.../src/System.Management.csproj | 57 +-
.../System.Memory/src/System.Memory.csproj | 7 +-
.../tests/System.Memory.Tests.csproj | 15 +-
...stem.Net.Http.Json.Functional.Tests.csproj | 45 +-
.../System.Net.Http.Json.Unit.Tests.csproj | 15 +-
.../src/System.Net.Http.WinHttpHandler.csproj | 140 +--
...ttp.WinHttpHandler.Functional.Tests.csproj | 305 ++---
....Net.Http.WinHttpHandler.Unit.Tests.csproj | 220 ++--
.../src/System.Net.Http.csproj | 1080 +++++++----------
.../System.Net.Http.Enterprise.Tests.csproj | 5 +-
.../System.Net.Http.Functional.Tests.csproj | 545 ++++-----
.../System.Net.Http.Unit.Tests.csproj | 765 +++++-------
.../src/System.Net.HttpListener.csproj | 392 +++---
.../System.Net.HttpListener.Tests.csproj | 7 +-
.../src/System.Net.Mail.csproj | 365 +++---
.../System.Net.Mail.Functional.Tests.csproj | 15 +-
.../Unit/System.Net.Mail.Unit.Tests.csproj | 550 ++++-----
.../src/System.Net.NameResolution.csproj | 207 ++--
...Net.NameResolution.Functional.Tests.csproj | 20 +-
...System.Net.NameResolution.Pal.Tests.csproj | 215 ++--
...ystem.Net.NameResolution.Unit.Tests.csproj | 30 +-
.../src/System.Net.NetworkInformation.csproj | 215 ++--
...NetworkInformation.Functional.Tests.csproj | 70 +-
.../src/System.Net.Ping.csproj | 135 +--
.../System.Net.Ping.Functional.Tests.csproj | 35 +-
.../src/System.Net.Primitives.csproj | 230 ++--
...tem.Net.Primitives.Functional.Tests.csproj | 5 +-
.../System.Net.Primitives.Pal.Tests.csproj | 225 ++--
...stem.Net.Primitives.UnitTests.Tests.csproj | 205 ++--
.../src/System.Net.Requests.csproj | 87 +-
.../tests/System.Net.Requests.Tests.csproj | 47 +-
.../src/System.Net.Security.csproj | 535 ++++----
...ystem.Net.Security.Enterprise.Tests.csproj | 25 +-
.../System.Net.Security.Tests.csproj | 115 +-
.../System.Net.Security.Unit.Tests.csproj | 85 +-
.../src/System.Net.Sockets.csproj | 517 ++++----
.../System.Net.Sockets.Tests.csproj | 95 +-
.../src/System.Net.WebClient.csproj | 30 +-
.../tests/System.Net.WebClient.Tests.csproj | 42 +-
.../src/System.Net.WebHeaderCollection.csproj | 25 +-
.../src/System.Net.WebSockets.Client.csproj | 27 +-
.../System.Net.WebSockets.Client.Tests.csproj | 57 +-
...em.Net.WebSockets.WebSocketProtocol.csproj | 12 +-
....WebSockets.WebSocketProtocol.Tests.csproj | 22 +-
.../src/System.Net.WebSockets.csproj | 12 +-
.../tests/System.Net.WebSockets.Tests.csproj | 22 +-
.../tests/System.ObjectModel.Tests.csproj | 42 +-
...m.Private.DataContractSerialization.csproj | 10 +-
.../src/System.Private.Uri.csproj | 27 +-
.../System.Private.Uri.Unit.Tests.csproj | 10 +-
.../src/System.Private.Xml.Linq.csproj | 10 +-
...tem.Xml.Linq.TreeManipulation.Tests.csproj | 10 +-
.../System.Xml.Linq.xNodeBuilder.Tests.csproj | 5 +-
.../src/System.Private.Xml.csproj | 20 +-
.../System.Xml.XmlDocument.Tests.csproj | 5 +-
.../System.Xml.RW.XmlReader.Tests.csproj | 5 +-
.../System.Xml.XmlSchemaSet.Tests.csproj | 5 +-
...lSchema.XmlSchemaValidatorApi.Tests.csproj | 5 +-
.../System.Reflection.DispatchProxy.csproj | 7 +-
.../src/System.Reflection.Metadata.csproj | 10 +-
.../System.Reflection.Metadata.Tests.csproj | 30 +-
...eflection.MetadataLoadContext.Tests.csproj | 12 +-
.../tests/System.Reflection.Tests.csproj | 12 +-
.../src/System.Resources.Extensions.csproj | 5 +-
.../System.Resources.Extensions.Tests.csproj | 10 +-
...tem.Resources.ResourceManager.Tests.csproj | 9 +-
.../src/System.Runtime.Caching.csproj | 15 +-
.../System.Runtime.Extensions.Tests.csproj | 25 +-
....InteropServices.RuntimeInformation.csproj | 52 +-
...opServices.RuntimeInformation.Tests.csproj | 7 +-
.../src/System.Runtime.InteropServices.csproj | 15 +-
.../src/System.Runtime.Numerics.csproj | 10 +-
...em.Runtime.Serialization.Formatters.csproj | 7 +-
...time.Serialization.Formatters.Tests.csproj | 20 +-
....Serialization.Xml.Canonicalization.csproj | 5 +-
...ialization.Xml.ReflectionOnly.Tests.csproj | 80 +-
...tem.Runtime.Serialization.Xml.Tests.csproj | 12 +-
...stem.Runtime.WindowsRuntime.UI.Xaml.csproj | 5 +-
.../src/System.Runtime.WindowsRuntime.csproj | 45 +-
.../NlsTests/System.Runtime.Nls.Tests.csproj | 80 +-
.../tests/System.Runtime.Tests.csproj | 80 +-
.../src/System.Security.AccessControl.csproj | 132 +-
...em.Security.Cryptography.Algorithms.csproj | 750 +++++-------
...urity.Cryptography.Algorithms.Tests.csproj | 370 +++---
.../System.Security.Cryptography.Cng.csproj | 405 +++----
...tem.Security.Cryptography.Cng.Tests.csproj | 325 ++---
.../System.Security.Cryptography.Csp.csproj | 172 ++-
...tem.Security.Cryptography.Csp.Tests.csproj | 170 ++-
...stem.Security.Cryptography.Encoding.csproj | 120 +-
...ecurity.Cryptography.Encoding.Tests.csproj | 15 +-
...ystem.Security.Cryptography.OpenSsl.csproj | 205 ++--
...Security.Cryptography.OpenSsl.Tests.csproj | 275 ++---
.../System.Security.Cryptography.Pkcs.csproj | 400 +++---
...em.Security.Cryptography.Pkcs.Tests.csproj | 5 +-
...em.Security.Cryptography.Primitives.csproj | 32 +-
...urity.Cryptography.Primitives.Tests.csproj | 7 +-
...Security.Cryptography.ProtectedData.csproj | 45 +-
...ty.Cryptography.ProtectedData.Tests.csproj | 7 +-
...urity.Cryptography.X509Certificates.csproj | 500 +++-----
...Cryptography.X509Certificates.Tests.csproj | 120 +-
.../System.Security.Cryptography.Xml.csproj | 7 +-
.../src/System.Security.Permissions.csproj | 15 +-
.../System.Security.Principal.Windows.csproj | 255 ++--
...em.Security.Principal.Windows.Tests.csproj | 5 +-
...em.ServiceProcess.ServiceController.csproj | 122 +-
...ocess.ServiceController.TestService.csproj | 60 +-
.../src/System.Text.Encoding.CodePages.csproj | 27 +-
.../src/System.Text.Encodings.Web.csproj | 17 +-
.../System.Text.Encodings.Web.Tests.csproj | 15 +-
.../src/System.Text.Json.csproj | 20 +-
.../tests/System.Text.Json.Tests.csproj | 10 +-
.../src/System.Text.RegularExpressions.csproj | 22 +-
...ystem.Text.RegularExpressions.Tests.csproj | 12 +-
.../System.Threading.Channels.Tests.csproj | 7 +-
.../System.Threading.Overlapped.Tests.csproj | 7 +-
.../System.Threading.Tasks.Dataflow.csproj | 7 +-
...stem.Threading.Tasks.Dataflow.Tests.csproj | 12 +-
...em.Threading.Tasks.Extensions.Tests.csproj | 17 +-
...stem.Threading.Tasks.Parallel.Tests.csproj | 12 +-
.../tests/System.Threading.Tasks.Tests.csproj | 17 +-
.../System.Threading.Thread.Tests.csproj | 5 +-
.../System.Threading.ThreadPool.Tests.csproj | 7 +-
.../tests/System.Threading.Timer.Tests.csproj | 5 +-
.../src/System.Threading.csproj | 5 +-
.../tests/System.Threading.Tests.csproj | 10 +-
.../src/System.Utf8String.Experimental.csproj | 202 ++-
.../src/System.Web.HttpUtility.csproj | 5 +-
.../src/System.Windows.Extensions.csproj | 90 +-
.../System.Windows.Extensions.Tests.csproj | 7 +-
243 files changed, 7763 insertions(+), 11603 deletions(-)
diff --git a/src/libraries/Common/tests/Common.Tests.csproj b/src/libraries/Common/tests/Common.Tests.csproj
index 18a311eb4c6d90..e43194af1f8ddb 100644
--- a/src/libraries/Common/tests/Common.Tests.csproj
+++ b/src/libraries/Common/tests/Common.Tests.csproj
@@ -7,213 +7,144 @@
annotations
-
- Common\System\Collections\DictionaryExtensions.cs
-
-
- Common\System\Security\Cryptography\ByteUtils.cs
-
-
- Common\Interop\Linux\cgroups\Interop.cgroups.cs
-
-
- Common\Interop\Linux\procfs\Interop.ProcFsStat.cs
-
-
- Common\System\CharArrayHelpers.cs
-
-
- Common\System\Marvin.cs
-
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Collections\Generic\ArrayBuilder.cs
-
-
- Common\System\Collections\Generic\LargeArrayBuilder.cs
-
-
- Common\System\Collections\Generic\LargeArrayBuilder.SpeedOpt.cs
-
-
- Common\System\IO\PathInternal.CaseSensitivity.cs
-
-
- Common\System\IO\RowConfigReader.cs
-
-
- Common\System\IO\StringParser.cs
-
-
- Common\System\Net\HttpDateParser.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
-
-
- Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
-
-
- Common\System\Text\ReusableTextReader.cs
-
-
- Common\System\Text\SimpleRegex.cs
-
-
- Common\System\Text\ValueStringBuilder.cs
-
-
- Common\System\Security\IdentityHelper.cs
-
-
- System\PasteArguments.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -234,75 +165,57 @@
-
- System\Net\Sockets\Fletcher32.cs
-
-
- System\Net\VirtualNetwork\VirtualNetwork.cs
-
-
- System\Net\VirtualNetwork\VirtualNetworkStream.cs
-
+
+
+
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
-
- System\IO\PathInternal.cs
-
+
+
+
-
- System\IO\PathInternal.Windows.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
+
+
-
- Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\System\IO\Win32Marshal.cs
-
+
+
+
-
- System\PasteArguments.Windows.cs
-
+
-
- System\IO\PathInternal.Unix.cs
-
-
- Common\Interop\Unix\Interop.PathConf.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- System\PasteArguments.Unix.cs
-
+
+
+
+
-
- Common\Interop\Linux\Interop.Libraries.cs
-
+
-
- Common\Interop\OSX\Interop.Libraries.cs
-
+
diff --git a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
index 559cca7f20346b..c57fef2f2c406b 100644
--- a/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
+++ b/src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
@@ -32,42 +32,31 @@
-
- Common\Interop\Windows\Kernel32\Interop.GetCurrentProcess_IntPtr.cs
-
-
- Common\Interop\Windows\NtDll\Interop.RtlGetVersion.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.OpenProcessToken_SafeAccessTokenHandle.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.GetTokenInformation_void.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.TOKEN_ELEVATION.cs
-
-
- Common\Interop\Windows\Interop.BOOL.cs
-
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
-
-
- Common\Interop\Unix\Interop.GetEUid.cs
-
+
+
diff --git a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
index 1e0036d0e92c76..2346157b3c9bef 100644
--- a/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
+++ b/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
@@ -160,23 +160,18 @@
-
- Common\System\Collections\HashHelpers.cs
-
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\OleAut32\Interop.VariantClear.cs
-
-
- Common\System\Runtime\InteropServices\ComEventsSink.cs
-
-
- Common\System\Runtime\InteropServices\ComEventsMethod.cs
-
+
+
+
+
Common\System\Runtime\InteropServices\IDispatch.cs
diff --git a/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj b/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
index 723c7244522e13..5cff85d11fe393 100644
--- a/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
@@ -6,12 +6,10 @@
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs
-
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
index df49f6059b5017..8331085c63d6cc 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
@@ -6,12 +6,10 @@
-
- Common\ConfigurationProviderExtensions.cs
-
-
- Common\TestStreamHelpers.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
index 4b9c4ed4aa1a43..f1cee4b9b40cd2 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
@@ -6,15 +6,12 @@
-
- Common\ConfigurationProviderTestBase.cs
-
-
- Common\ConfigurationProviderExtensions.cs
-
-
- Common\TestStreamHelpers.cs
-
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
index 74357f4d7bec52..90c560ccf6a481 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/tests/Microsoft.Extensions.Configuration.EnvironmentVariables.Tests.csproj
@@ -6,15 +6,12 @@
-
- Common\ConfigurationProviderTestBase.cs
-
-
- Common\ConfigurationProviderExtensions.cs
-
-
- Common\TestStreamHelpers.cs
-
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/tests/Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/tests/Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj
index c7ae00f4a0549d..e51dc704cf5d9b 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/tests/Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/tests/Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj
@@ -6,9 +6,8 @@
-
- Microsoft.Extensions.Configuration\tests\ConfigurationRootTest.cs
-
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.Ini/tests/Microsoft.Extensions.Configuration.Ini.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Ini/tests/Microsoft.Extensions.Configuration.Ini.Tests.csproj
index 52c2140100327a..ea3ba9cfb77546 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.Ini/tests/Microsoft.Extensions.Configuration.Ini.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.Ini/tests/Microsoft.Extensions.Configuration.Ini.Tests.csproj
@@ -6,15 +6,12 @@
-
- Microsoft.Extensions.Configuration\tests\ConfigurationProviderTestBase.cs
-
-
- Microsoft.Extensions.Configuration\tests\Common\ConfigurationProviderExtensions.cs
-
-
- Microsoft.Extensions.Configuration\tests\Common\TestStreamHelpers.cs
-
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj
index ebc496c00800d3..abbed47b398744 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj
@@ -6,15 +6,12 @@
-
- Microsoft.Extensions.Configuration\tests\ConfigurationProviderTestBase.cs
-
-
- Microsoft.Extensions.Configuration\tests\Common\ConfigurationProviderExtensions.cs
-
-
- Microsoft.Extensions.Configuration\tests\Common\TestStreamHelpers.cs
-
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
index b65127b6326679..d71b0ef74fa712 100644
--- a/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration.Xml/tests/Microsoft.Extensions.Configuration.Xml.Tests.csproj
@@ -6,33 +6,25 @@
-
- Microsoft.Extensions.Configuration\tests\ConfigurationProviderTestBase.cs
-
-
- Microsoft.Extensions.Configuration\tests\Common\ConfigurationProviderExtensions.cs
-
-
- Microsoft.Extensions.Configuration\tests\Common\TestStreamHelpers.cs
-
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ReplaceCulture.cs
-
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\FrameworkSkipConditionAttribute.cs
-
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs
-
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\RuntimeFrameworks.cs
-
+
+
+
+
+
+
+
-
+
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TestPlatformHelper.cs
-
+
diff --git a/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
index 38c800ff807a5d..6f54b69d0433e2 100644
--- a/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/Microsoft.Extensions.Configuration.Functional.Tests.csproj
@@ -6,9 +6,8 @@
-
- Common\ConfigurationProviderExtensions.cs
-
+
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
index a88b34d985e02a..d8898e4cffffac 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Microsoft.Extensions.DependencyInjection.Abstractions.csproj
@@ -7,18 +7,14 @@
-
- Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs
-
-
- Common\src\Extensions\ActivatorUtilities\ActivatorUtilities.cs
-
-
- Common\src\Extensions\ActivatorUtilities\ActivatorUtilitiesConstructorAttribute.cs
-
-
- Common\src\Extensions\ActivatorUtilities\ObjectFactory.cs
-
+
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
index 80589409dba6b0..695ccf27118228 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj
@@ -48,12 +48,10 @@
-
- Common\src\Extensions\ParameterDefaultValue\ParameterDefaultValue.cs
-
-
- Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
index 2ce3453a2d2ff6..4cde2a2d352f7f 100644
--- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
@@ -6,12 +6,10 @@
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs
-
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.DependencyModel/src/Microsoft.Extensions.DependencyModel.csproj b/src/libraries/Microsoft.Extensions.DependencyModel/src/Microsoft.Extensions.DependencyModel.csproj
index dadbc7e0a0d02a..b0c477c63f83ab 100644
--- a/src/libraries/Microsoft.Extensions.DependencyModel/src/Microsoft.Extensions.DependencyModel.csproj
+++ b/src/libraries/Microsoft.Extensions.DependencyModel/src/Microsoft.Extensions.DependencyModel.csproj
@@ -6,9 +6,8 @@
-
- System\Numerics\Hashing\HashHelpers.cs
-
+
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
index 6f7344c8ff8cfa..83bc260df36304 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/Microsoft.Extensions.FileProviders.Abstractions.csproj
@@ -7,9 +7,8 @@
-
- Common\src\Extensions\EmptyDisposable.cs
-
+
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
index 5f23ebcc600ad6..d56e96896633d4 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Microsoft.Extensions.FileProviders.Physical.csproj
@@ -8,12 +8,10 @@
-
- Common\src\Extensions\EmptyDisposable.cs
-
-
- Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj b/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
index 8cb5229c139d3e..16fc2648722490 100644
--- a/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/Microsoft.Extensions.FileProviders.Physical.Tests.csproj
@@ -7,12 +7,10 @@
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\xunit\ITestCondition.cs
-
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\TaskExtensions.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj b/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
index 00d510d0cede57..c63d9ce69e27e6 100644
--- a/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
+++ b/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Microsoft.Extensions.FileSystemGlobbing.csproj
@@ -7,9 +7,8 @@
-
- Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs
-
+
diff --git a/src/libraries/Microsoft.Extensions.Hosting/tests/FunctionalTests/Microsoft.Extensions.Hosting.Functional.Tests.csproj b/src/libraries/Microsoft.Extensions.Hosting/tests/FunctionalTests/Microsoft.Extensions.Hosting.Functional.Tests.csproj
index 0738e4ca3bbfea..fe116dda28fd30 100644
--- a/src/libraries/Microsoft.Extensions.Hosting/tests/FunctionalTests/Microsoft.Extensions.Hosting.Functional.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Hosting/tests/FunctionalTests/Microsoft.Extensions.Hosting.Functional.Tests.csproj
@@ -8,21 +8,16 @@
-
- TestingUtils\Microsoft.AspNetCore.Testing\src\TaskExtensions.cs
-
-
- tests\DI.Common\Common\src\LogLevelAttribute.cs
-
-
- tests\DI.Common\Common\src\LogValuesAssert.cs
-
-
- tests\DI.Common\Common\src\XunitLoggerFactoryExtensions.cs
-
-
- tests\DI.Common\Common\src\XunitLoggerProvider.cs
-
+
+
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj b/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
index c8a0848f510662..eb3b519aaaa00e 100644
--- a/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
+++ b/src/libraries/Microsoft.Extensions.Http/src/Microsoft.Extensions.Http.csproj
@@ -7,15 +7,12 @@
-
- Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs
-
-
- Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
-
-
- Common\src\Extensions\ValueStopwatch\ValueStopwatch.cs
-
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Http/tests/Microsoft.Extensions.Http.Tests.csproj b/src/libraries/Microsoft.Extensions.Http/tests/Microsoft.Extensions.Http.Tests.csproj
index 345634c008664a..95876ee06a9b2b 100644
--- a/src/libraries/Microsoft.Extensions.Http/tests/Microsoft.Extensions.Http.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Http/tests/Microsoft.Extensions.Http.Tests.csproj
@@ -6,24 +6,18 @@
-
- tests\DI.Common\Common\src\TestSink.cs
-
-
- tests\DI.Common\Common\src\WriteContext.cs
-
-
- tests\DI.Common\Common\src\BeginScopeContext.cs
-
-
- tests\DI.Common\Common\src\ITestSink.cs
-
-
- tests\DI.Common\Common\src\TestLogger.cs
-
-
- tests\DI.Common\Common\src\TestLoggerFactory.cs
-
+
+
+
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj b/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
index 247ee6768e7a8d..b50b22598e5616 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
@@ -7,15 +7,12 @@
-
- Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs
-
-
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
-
-
- Common\src\Extensions\Logging\NullScope.cs
-
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj b/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
index a3bb2b570f8ae7..2eeeef2feb5d7f 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Configuration/src/Microsoft.Extensions.Logging.Configuration.csproj
@@ -6,9 +6,8 @@
-
- Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs
-
+
diff --git a/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj b/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
index 9bf8ca6491ae0a..4beb34a853a71e 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Console/src/Microsoft.Extensions.Logging.Console.csproj
@@ -15,12 +15,10 @@
-
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
-
-
- Common\src\Extensions\Logging\NullScope.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj b/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
index 936305667687c2..d6d5e1ee811215 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Debug/src/Microsoft.Extensions.Logging.Debug.csproj
@@ -11,12 +11,10 @@
-
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
-
-
- Common\src\Extensions\Logging\NullScope.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj b/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
index 930e42aeef4520..5a726ae5edda0e 100644
--- a/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.EventLog/src/Microsoft.Extensions.Logging.EventLog.csproj
@@ -18,16 +18,14 @@
-
+
-
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
-
-
- Common\src\Extensions\Logging\NullScope.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj b/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
index 9458321aabdfb4..ede4848a5df090 100644
--- a/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.EventSource/src/Microsoft.Extensions.Logging.EventSource.csproj
@@ -8,12 +8,10 @@
-
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
-
-
- Common\src\Extensions\Logging\NullScope.cs
-
+
+
diff --git a/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj b/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
index b97b83142698c2..0c1bbbc717cbab 100644
--- a/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging/src/Microsoft.Extensions.Logging.csproj
@@ -7,15 +7,12 @@
-
- Common\Extensions\ProviderAliasUtilities\ProviderAliasUtilities.cs
-
-
- Common\src\Extensions\Logging\NullExternalScopeProvider.cs
-
-
- Common\src\Extensions\Logging\NullScope.cs
-
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj b/src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj
index 0e7e9d287a1201..cec257df2ecaa6 100644
--- a/src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging/tests/Common/Microsoft.Extensions.Logging.Tests.csproj
@@ -6,24 +6,18 @@
-
- tests\DI.Common\Common\src\TestSink.cs
-
-
- tests\DI.Common\Common\src\WriteContext.cs
-
-
- tests\DI.Common\Common\src\BeginScopeContext.cs
-
-
- tests\DI.Common\Common\src\ITestSink.cs
-
-
- tests\DI.Common\Common\src\TestLogger.cs
-
-
- tests\DI.Common\Common\src\TestLoggerFactory.cs
-
+
+
+
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj b/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
index 905b9a874c12d7..93d7d64dd11458 100644
--- a/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging/tests/DI.Common/Common/tests/Microsoft.Extensions.Logging.Testing.Tests.csproj
@@ -5,23 +5,17 @@
-
- Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ShortClassNameAttribute.cs
-
-
- tests\DI.Common\Common\src\LogLevelAttribute.cs
-
-
- tests\DI.Common\Common\src\LogValuesAssert.cs
-
-
- tests\Common\TestLoggerBuilder.cs
-
-
- tests\DI.Common\Common\src\XunitLoggerFactoryExtensions.cs
-
-
- tests\DI.Common\Common\src\XunitLoggerProvider.cs
-
+
+
+
+
+
+
diff --git a/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj b/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
index 407d76de016d8e..7ae899dab1497a 100644
--- a/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
+++ b/src/libraries/Microsoft.Extensions.Primitives/src/Microsoft.Extensions.Primitives.csproj
@@ -5,9 +5,8 @@
true
-
- Common\src\Extensions\HashCodeCombiner\HashCodeCombiner.cs
-
+
@@ -35,4 +34,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
index 1114cc984bd052..e949b5bddd0d88 100644
--- a/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
+++ b/src/libraries/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj
@@ -8,25 +8,21 @@
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.FormatMessage.cs
-
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
index c477714db0b9f0..786a122cea6070 100644
--- a/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
+++ b/src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
@@ -12,12 +12,10 @@
enable
-
- Common\Interop\Windows\Advapi32\Interop.RegistryConstants.cs
-
-
- Microsoft\Win32\SafeHandles\SafeRegistryHandle.cs
-
+
+
@@ -30,61 +28,43 @@
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.RegCloseKey.cs
-
-
- Common\Interop\Windows\Interop.RegConnectRegistry.cs
-
-
- Common\Interop\Windows\Interop.RegCreateKeyEx.cs
-
-
- Common\Interop\Windows\Interop.RegDeleteKeyEx.cs
-
-
- Common\Interop\Windows\Interop.RegDeleteValue.cs
-
-
- Common\Interop\Windows\Interop.RegEnumKeyEx.cs
-
-
- Common\Interop\Windows\Interop.RegEnumValue.cs
-
-
- Common\Interop\Windows\Interop.RegFlushKey.cs
-
-
- Common\Interop\Windows\Interop.RegOpenKeyEx.cs
-
-
- Common\Interop\Windows\Interop.RegQueryInfoKey.cs
-
-
- Common\Interop\Windows\Interop.RegQueryValueEx.cs
-
-
- Common\Interop\Windows\Interop.RegSetValueEx.cs
-
-
- Common\Interop\Windows\Interop.BOOL.cs
-
-
- Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Microsoft\Win32\SafeHandles\SafeRegistryHandle.Windows.cs
-
+
diff --git a/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj b/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
index 0f007343e85222..1323c126075885 100644
--- a/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
+++ b/src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
@@ -4,12 +4,10 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.RegSetValueEx.cs
-
+
+
diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
index 9305567a07479f..c5db7eae7e2fc2 100644
--- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
+++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft.Win32.SystemEvents.csproj
@@ -9,126 +9,86 @@
true
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\User32\Interop.Constants.cs
-
-
- Common\Interop\Windows\User32\Interop.CreateWindowEx.cs
-
-
- Common\Interop\Windows\User32\Interop.DefWindowProc.cs
-
-
- Common\Interop\Windows\User32\Interop.DestroyWindow.cs
-
-
- Common\Interop\Windows\User32\Interop.DispatchMessage.cs
-
-
- Common\Interop\Windows\User32\Interop.GetClassInfo.cs
-
-
- Common\Interop\Windows\User32\Interop.GetProcessWindowStation.cs
-
-
- Common\Interop\Windows\User32\Interop.GetUserObjectInformation.cs
-
-
- Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs
-
-
- Common\Interop\Windows\User32\Interop.IsWindow.cs
-
-
- Common\Interop\Windows\User32\Interop.KillTimer.cs
-
-
- Common\Interop\Windows\User32\Interop.MSG.cs
-
-
- Common\Interop\Windows\User32\Interop.MsgWaitForMultipleObjectsEx.cs
-
-
- Common\Interop\Windows\User32\Interop.PeekMessage.cs
-
-
- Common\Interop\Windows\User32\Interop.PostMessage.cs
-
-
- Common\Interop\Windows\User32\Interop.RegisterClass.cs
-
-
- Common\Interop\Windows\User32\Interop.RegisterWindowMessage.cs
-
-
- Common\Interop\Windows\User32\Interop.SendMessage.cs
-
-
- Common\Interop\Windows\User32\Interop.SetClassLong.cs
-
-
- Common\Interop\Windows\User32\Interop.SetClassLongPtr.cs
-
-
- Common\Interop\Windows\User32\Interop.SetTimer.cs
-
-
- Common\Interop\Windows\User32\Interop.SetWindowLong.cs
-
-
- Common\Interop\Windows\User32\Interop.SetWindowLongPtr.cs
-
-
- Common\Interop\Windows\User32\Interop.TranslateMessage.cs
-
-
- Common\Interop\Windows\User32\Interop.UnregisterClass.cs
-
-
- Common\Interop\Windows\User32\Interop.USEROBJECTFLAGS.cs
-
-
- Common\Interop\Windows\User32\Interop.WNDCLASS.cs
-
-
- Common\Interop\Windows\User32\Interop.WndProc.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetCurrentThreadId.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetConsoleCtrlHandler.cs
-
-
- Common\Interop\Windows\WtsApi32\Interop.Constants.cs
-
-
- Common\Interop\Windows\WtsApi32\Interop.WTSRegisterSessionNotification.cs
-
-
- Common\Interop\Windows\WtsApi32\Interop.WTSUnRegisterSessionNotification.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -150,9 +110,8 @@
-
- Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs
-
+
@@ -174,4 +133,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj b/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
index c536995d9bf272..3faa8abcdbe7da 100644
--- a/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
+++ b/src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj
@@ -3,18 +3,14 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\User32\Interop.Constants.cs
-
-
- Common\Interop\Windows\User32\Interop.FindWindow.cs
-
-
- Common\Interop\Windows\User32\Interop.SendMessage.cs
-
+
+
+
+
@@ -33,4 +29,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj b/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
index e30f1847fded38..9e92688da3e9db 100644
--- a/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
+++ b/src/libraries/System.CodeDom/tests/System.CodeDom.Tests.csproj
@@ -97,23 +97,17 @@
-
- Common\System\Collections\IList.NonGeneric.Tests.cs
-
-
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
-
-
- Common\System\Collections\TestBase.NonGeneric.cs
-
-
- Common\System\IO\TempFile.cs
-
-
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj b/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj
index 208ab764456eee..c049418e129ad0 100644
--- a/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj
+++ b/src/libraries/System.Collections.Concurrent/src/System.Collections.Concurrent.csproj
@@ -15,9 +15,8 @@
-
- System\Collections\Concurrent\IProducerConsumerCollectionDebugView.cs
-
+
diff --git a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
index 08891beb71dbc4..1ef1827987185f 100644
--- a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
+++ b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj
@@ -5,64 +5,45 @@
$(NetCoreAppCurrent)
-
- System\Collections\Concurrent\IProducerConsumerCollectionDebugView.cs
-
+
-
- Common\System\Collections\CollectionAsserts.cs
-
-
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
-
-
- Common\System\Collections\ICollection.Generic.Tests.cs
-
-
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IDictionary.Generic.Tests.cs
-
-
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IEnumerable.Generic.Tests.cs
-
-
- Common\System\Collections\IList.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IList.Generic.Tests.cs
-
-
- Common\System\Collections\IGenericSharedAPI.Tests.cs
-
-
- Common\System\Collections\ISet.Generic.Tests.cs
-
-
- Common\System\Collections\TestBase.NonGeneric.Tests.cs
-
-
- Common\System\Collections\TestBase.Generic.Tests.cs
-
-
- Common\System\Collections\DebugView.Tests.cs
-
-
- Common\System\Collections\TestingTypes.cs
-
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- Common\System\EnumTypes.cs
-
-
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -80,16 +61,13 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
-
- Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
-
-
- Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs
-
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
index ed5c6b9cd674c8..e5c031c9b9c6da 100644
--- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
+++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj
@@ -83,14 +83,12 @@
-
- Common\System\Runtime\Versioning\NonVersionableAttribute.cs
-
+
-
- System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs
-
+
diff --git a/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj b/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
index e1b74ff9bd5154..3a84741634429e 100644
--- a/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
+++ b/src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
@@ -4,9 +4,8 @@
$(NetCoreAppCurrent);$(NetFrameworkCurrent)
-
- Common\System\Collections\DictionaryExtensions.cs
-
+
@@ -32,64 +31,45 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
-
- Common\System\ShouldNotBeInvokedException.cs
-
+
+
-
- Common\System\Collections\CollectionAsserts.cs
-
-
- Common\System\Collections\DelegateEqualityComparer.cs
-
-
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
-
-
- Common\System\Collections\ICollection.Generic.Tests.cs
-
-
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IDictionary.Generic.Tests.cs
-
-
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IEnumerable.Generic.Tests.cs
-
-
- Common\System\Collections\IList.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IList.Generic.Tests.cs
-
-
- Common\System\Collections\IGenericSharedAPI.Tests.cs
-
-
- Common\System\Collections\ISet.Generic.Tests.cs
-
-
- Common\System\Collections\TestBase.NonGeneric.Tests.cs
-
-
- Common\System\Collections\TestBase.Generic.Tests.cs
-
-
- Common\System\Collections\DebugView.Tests.cs
-
-
- Common\System\Collections\TestingTypes.cs
-
-
- Common\System\SerializableAttribute.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -116,4 +96,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
index 2e6adcbba08cf8..9ec5c3a1eb93ad 100644
--- a/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
+++ b/src/libraries/System.Collections.NonGeneric/src/System.Collections.NonGeneric.csproj
@@ -16,9 +16,8 @@
-
- Common\System\Collections\KeyValuePairs.cs
-
+
diff --git a/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
index f5e98bb5275246..a7c767971ce90f 100644
--- a/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -5,27 +5,20 @@
-
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IList.NonGeneric.Tests.cs
-
-
- Common\System\Collections\TestBase.NonGeneric.cs
-
-
- Common\System\Collections\TestingTypes.cs
-
-
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
+
+
+
+
+
+
@@ -42,12 +35,10 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
-
- Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
index f024aa1179130b..6139444928b2ca 100644
--- a/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
+++ b/src/libraries/System.Collections.Specialized/src/System.Collections.Specialized.csproj
@@ -15,9 +15,8 @@
-
- Common\System\Collections\CompatibleComparer.cs
-
+
diff --git a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
index 1027ec603631a6..9fe63e5d7a9b52 100644
--- a/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
+++ b/src/libraries/System.Collections.Specialized/tests/System.Collections.Specialized.Tests.csproj
@@ -4,30 +4,22 @@
-
- Common\System\Collections\CollectionAsserts.cs
-
-
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
-
-
- Common\System\Collections\TestBase.NonGeneric.Tests.cs
-
-
- Common\System\Collections\TestingTypes.cs
-
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
-
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
+
+
+
+
+
+
+
@@ -81,9 +73,8 @@
-
- Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Collections/src/System.Collections.csproj b/src/libraries/System.Collections/src/System.Collections.csproj
index ca99c1d7aed64f..50eb24ec766ecf 100644
--- a/src/libraries/System.Collections/src/System.Collections.csproj
+++ b/src/libraries/System.Collections/src/System.Collections.csproj
@@ -13,12 +13,10 @@
-
- Common\System\Collections\Generic\ICollectionDebugView.cs
-
-
- Common\System\Collections\Generic\IDictionaryDebugView.cs
-
+
+
@@ -33,12 +31,10 @@
-
- Common\System\Collections\HashHelpers.cs
-
-
- Common\System\Collections\Generic\EnumerableHelpers.cs
-
+
+
diff --git a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
index 0614402205bbe6..412f68fc8425f9 100644
--- a/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
+++ b/src/libraries/System.Collections/tests/System.Collections.Tests.csproj
@@ -5,63 +5,44 @@
-
- Common\System\Collections\CollectionAsserts.cs
-
-
- Common\System\Collections\ICollection.NonGeneric.Tests.cs
-
-
- Common\System\Collections\ICollection.Generic.Tests.cs
-
-
- Common\System\Collections\IDictionary.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IDictionary.Generic.Tests.cs
-
-
- Common\System\Collections\IEnumerable.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IEnumerable.Generic.Tests.cs
-
-
- Common\System\Collections\IList.NonGeneric.Tests.cs
-
-
- Common\System\Collections\IList.Generic.Tests.cs
-
-
- Common\System\Collections\IGenericSharedAPI.Tests.cs
-
-
- Common\System\Collections\ISet.Generic.Tests.cs
-
-
- Common\System\Collections\TestBase.NonGeneric.Tests.cs
-
-
- Common\System\Collections\TestBase.Generic.Tests.cs
-
-
- Common\System\Collections\DebugView.Tests.cs
-
-
- Common\System\Collections\TestingTypes.cs
-
-
- Common\System\EnumTypes.cs
-
-
- Common\System\ObjectCloner.cs
-
-
- Common\System\RandomExtensions.cs
-
-
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -133,21 +114,16 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
-
- Common\System\Collections\IEnumerable.NonGeneric.Serialization.Tests.cs
-
-
- Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs
-
-
- Common\System\Collections\IDictionary.Generic.Tests.netcoreapp.cs
-
-
- Common\System\Collections\IDictionary.NonGeneric.Tests.netcoreapp.cs
-
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
index e3898f5ee0da37..e871a28c7c0e62 100644
--- a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
+++ b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj
@@ -50,8 +50,7 @@
-
- Common\System\NotImplemented.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
index a8442b7eedf766..bca38d6e8f46c5 100644
--- a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
+++ b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj
@@ -13,24 +13,19 @@
-
- Common\System\Composition\Diagnostics\CompositionTrace.cs
-
-
- Common\System\Composition\Diagnostics\CompositionTraceId.cs
-
-
- Common\System\Composition\Diagnostics\CompositionTraceSource.cs
-
-
- Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
-
-
- Common\System\Composition\Diagnostics\TraceWriter.cs
-
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
index bcd943cbd0b02c..9a3e92cb15ecdc 100644
--- a/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
+++ b/src/libraries/System.ComponentModel.Composition/src/System.ComponentModel.Composition.csproj
@@ -176,18 +176,14 @@
-
- Common\System\Composition\Diagnostics\CompositionTraceId.cs
-
-
- Common\System\Composition\Diagnostics\CompositionTraceSource.cs
-
-
- Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
-
-
- Common\System\Composition\Diagnostics\TraceWriter.cs
-
+
+
+
+
diff --git a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
index 52d0ec7cfa6448..fc7811e645ef99 100644
--- a/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
+++ b/src/libraries/System.ComponentModel.Composition/tests/System.ComponentModel.Composition.Tests.csproj
@@ -10,12 +10,10 @@
-
- Common\System\IO\TempDirectory.cs
-
-
- Common\System\IO\TempFile.cs
-
+
+
diff --git a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
index 5285055594c6e3..9b57a22eee4b24 100644
--- a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
+++ b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj
@@ -81,12 +81,10 @@
-
- System\Drawing\ColorConverterCommon.cs
-
-
- System\Drawing\ColorTable.cs
-
+
+
@@ -239,9 +237,8 @@
-
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
-
+
@@ -266,4 +263,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
index e83917a8d68038..635f6a2b2fcb39 100644
--- a/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
+++ b/src/libraries/System.Composition.Convention/src/System.Composition.Convention.csproj
@@ -13,21 +13,16 @@
-
- Common\System\Composition\Diagnostics\CompositionTrace.cs
-
-
- Common\System\Composition\Diagnostics\CompositionTraceId.cs
-
-
- Common\System\Composition\Diagnostics\CompositionTraceSource.cs
-
-
- Common\System\Composition\Diagnostics\DebuggerTraceWriter.cs
-
-
- Common\System\Composition\Diagnostics\TraceWriter.cs
-
+
+
+
+
+
diff --git a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
index 8fc187238cd066..0171ea482a7c22 100644
--- a/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
+++ b/src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
@@ -26,9 +26,8 @@
-
- Common\System\Numerics\Hashing\HashHelpers.cs
-
+
diff --git a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
index d394da4cf09e93..b2a05265bb1e17 100644
--- a/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
+++ b/src/libraries/System.Composition.TypedParts/tests/System.Composition.TypedParts.Tests.csproj
@@ -4,9 +4,8 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
index 6de345cee06256..9397e8a05c98a5 100644
--- a/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
+++ b/src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj
@@ -237,17 +237,15 @@
-
- Common\System\Security\IdentityHelper.cs
-
+
-
- Common\System\IO\TempFileCollection.cs
-
+
@@ -261,4 +259,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
index ae774993387fff..77b8fba4c8c275 100644
--- a/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
+++ b/src/libraries/System.Configuration.ConfigurationManager/tests/System.Configuration.ConfigurationManager.Tests.csproj
@@ -7,30 +7,22 @@
$(NetCoreAppCurrent);$(NetFrameworkCurrent)
-
- Common\System\IO\TempDirectory.cs
-
-
- Common\System\IO\TempFile.cs
-
-
- Source\ConfigPathUtility.cs
-
-
- Source\ExceptionUtil.cs
-
-
- Source\StringUtil.cs
-
-
- Source\TypeUtil.cs
-
-
- Source\UrlPath.cs
-
-
- Source\ValidatorUtils.cs
-
+
+
+
+
+
+
+
+
@@ -112,4 +104,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Console/src/System.Console.csproj b/src/libraries/System.Console/src/System.Console.csproj
index 1415fce320a6a6..a180a20542229e 100644
--- a/src/libraries/System.Console/src/System.Console.csproj
+++ b/src/libraries/System.Console/src/System.Console.csproj
@@ -17,161 +17,112 @@
-
- Common\System\Text\ConsoleEncoding.cs
-
+
-
- Common\Interop\OSX\Interop.Log.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
+
+
-
- Common\System\Text\OSEncoding.Windows.cs
-
-
- Common\System\Text\OSEncoder.cs
-
-
- Common\System\Text\DBCSDecoder.cs
-
-
- Common\Interop\Windows\Interop.GetCPInfoEx.cs
-
-
- Common\Interop\Windows\Interop.MAX_PATH.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.BOOL.cs
-
-
- Common\Interop\Windows\Interop.Beep.cs
-
-
- Common\Interop\Windows\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.ConsoleCursorInfo.cs
-
-
- Common\Interop\Windows\Interop.ConsoleScreenBufferInfo.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\Interop.FillConsoleOutputAttribute.cs
-
-
- Common\Interop\Windows\Interop.FillConsoleOutputCharacter.cs
-
-
- Common\Interop\Windows\Interop.FileTypes.cs
-
-
- Common\Interop\Windows\Interop.GetConsoleScreenBufferInfo.cs
-
-
- Common\Interop\Windows\Interop.GetConsoleCP.cs
-
-
- Common\Interop\Windows\Interop.GetConsoleTitle.cs
-
-
- Common\Interop\Windows\Interop.GetConsoleMode.cs
-
-
- Common\Interop\Windows\Interop.GetConsoleOutputCP.cs
-
-
- Common\Interop\Windows\Interop.GetLargestConsoleWindowSize.cs
-
-
- Common\Interop\Windows\Interop.GetFileType.cs
-
-
- Common\Interop\Windows\Interop.GetKeyState.cs
-
-
- Common\Interop\Windows\Interop.GetStdHandle.cs
-
-
- Common\Interop\Windows\Interop.HandleTypes.cs
-
-
- Common\Interop\Windows\Interop.MultiByteToWideChar.cs
-
-
- Common\Interop\Windows\Interop.PeekConsoleInput.cs
-
-
- Common\Interop\Windows\Interop.ReadFile.cs
-
-
- Common\Interop\Windows\Interop.ReadConsole.cs
-
-
- Common\Interop\Windows\Interop.ReadConsoleInput.cs
-
-
- Common\Interop\Windows\Interop.ReadConsoleOutput.cs
-
-
- Common\Interop\Windows\Interop.SetConsoleCP.cs
-
-
- Common\Interop\Windows\Interop.SetConsoleCtrlHandler.cs
-
-
- Common\Interop\Windows\Interop.SetConsoleCursorPosition.cs
-
-
- Common\Interop\Windows\Interop.SetConsoleOutputCP.cs
-
-
- Common\Interop\Windows\Interop.SetConsoleScreenBufferSize.cs
-
-
- Common\Interop\Windows\Interop.SetConsoleTextAttribute.cs
-
-
- Common\Interop\Windows\Interop.SetConsoleTitle.cs
-
-
- Common\Interop\Windows\Interop.SetConsoleWindowInfo.cs
-
-
- Common\Interop\Windows\Interop.WideCharToMultiByte.cs
-
-
- Common\Interop\Windows\Interop.WriteFile.cs
-
-
- Common\Interop\Windows\Interop.WriteConsole.cs
-
-
- Common\Interop\Windows\Interop.WriteConsoleOutput.cs
-
-
- Common\System\IO\EncodingHelper.Windows.cs
-
-
- Common\System\IO\Win32Marshal.cs
-
-
- Common\System\Text\ValueStringBuilder.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -179,105 +130,72 @@
-
- Common\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs
-
-
- Common\System\IO\PersistedFiles.Unix.cs
-
-
- Common\System\IO\PersistedFiles.Names.Unix.cs
-
-
- Common\System\Text\StringBuilderCache.cs
-
-
- Common\System\Text\EncodingHelper.Unix.cs
-
-
- Common\System\Text\StringOrCharArray.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.IOErrors.cs
-
-
- Common\Interop\Unix\Interop.Close.cs
-
-
- Common\Interop\Unix\Interop.Dup.cs
-
-
- Common\Interop\Unix\Interop.FileDescriptors.cs
-
-
- Common\Interop\Unix\Interop.FLock.cs
-
-
- Common\Interop\Unix\Interop.GetControlCharacters.cs
-
-
- Common\Interop\Unix\Interop.IsATty.cs
-
-
- Common\Interop\Unix\Interop.LSeek.cs
-
-
- Common\Interop\Unix\Interop.Open.cs
-
-
- Common\Interop\Unix\Interop.OpenFlags.cs
-
-
- Common\Interop\Unix\Interop.Poll.cs
-
-
- Common\Interop\Unix\Interop.GetEUid.cs
-
-
- Common\Interop\Unix\Interop.GetPwUid.cs
-
-
- Common\Interop\Unix\Interop.RegisterForCtrlC.cs
-
-
- Common\Interop\Unix\Interop.RestoreAndHandleCtrl.cs
-
-
- Common\Interop\Unix\Interop.SetTerminalInvalidationHandler.cs
-
-
- Common\Interop\Unix\Interop.SetSignalForBreak.cs
-
-
- Common\Interop\Unix\Interop.SNPrintF.cs
-
-
- Common\Interop\Unix\Interop.Stat.cs
-
-
- Common\Interop\Unix\Interop.Read.cs
-
-
- Common\Interop\Unix\Interop.Write.cs
-
-
- Common\Interop\Unix\Interop.GetWindowWidth.cs
-
-
- Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs
-
-
- Common\Interop\Unix\Interop.ReadStdinUnbuffered.cs
-
-
- Common\Interop\Unix\Interop.StdinReady.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Console/tests/System.Console.Tests.csproj b/src/libraries/System.Console/tests/System.Console.Tests.csproj
index c16e3af1f24d3d..47bbf84fcd94db 100644
--- a/src/libraries/System.Console/tests/System.Console.Tests.csproj
+++ b/src/libraries/System.Console/tests/System.Console.Tests.csproj
@@ -23,12 +23,10 @@
-
- Common\System\IO\InterceptStreamWriter.cs
-
-
- Common\System\ShouldNotBeInvokedException.cs
-
+
+
@@ -42,11 +40,9 @@
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Fcntl.cs
-
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Data.Common/src/System.Data.Common.csproj b/src/libraries/System.Data.Common/src/System.Data.Common.csproj
index 561674c584e34a..a9583ce2d19146 100644
--- a/src/libraries/System.Data.Common/src/System.Data.Common.csproj
+++ b/src/libraries/System.Data.Common/src/System.Data.Common.csproj
@@ -161,9 +161,8 @@
-
- System\Data\Common\AdapterUtil.cs
-
+
@@ -191,12 +190,10 @@
Component
-
- System\Data\Common\DbConnectionOptions.Common.cs
-
-
- System\Data\Common\DbConnectionPoolKey.cs
-
+
+
@@ -228,12 +225,10 @@
-
- System\Data\Common\MultipartIdentifier.cs
-
-
- System\Data\Common\NameValuePair.cs
-
+
+
@@ -286,9 +281,8 @@
-
- System\Data\SQLTypes\SQLResource.cs
-
+
@@ -300,9 +294,8 @@
-
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
-
+
diff --git a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
index f82cb624c9c7d4..2543849f56b130 100644
--- a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
+++ b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
@@ -113,11 +113,9 @@
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
+
diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
index 0712bcb677115a..42f214ea6084c3 100644
--- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
+++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj
@@ -9,56 +9,42 @@
true
-
- Common\System\Data\Common\AdapterUtil.cs
-
-
- System\Data\Common\AdapterUtil.Drivers.cs
-
+
+
-
- Common\System\Data\Common\DbConnectionOptions.Common.cs
-
-
- System\Data\Common\DbConnectionPoolKey.cs
-
+
+
-
- Common\System\Data\Common\NameValuePair.cs
-
+
-
- Common\System\Data\ProviderBase\FieldNameLookup.cs
-
-
- Common\System\Data\ProviderBase\BasicFieldNameLookup.cs
-
-
- System\Data\ProviderBase\DbConnectionInternal.cs
-
-
- System\Data\ProviderBase\DbConnectionFactory.cs
-
-
- System\Data\ProviderBase\DbConnectionPoolGroup.cs
-
-
- System\Data\ProviderBase\TimeoutTimer.cs
-
-
- System\Data\ProviderBase\DbReferenceCollection.cs
-
-
- System\Data\ProviderBase\DbMetaDataFactory.cs
-
-
- System\Data\ProviderBase\DbConnectionClosed.cs
-
+
+
+
+
+
+
+
+
+
@@ -112,31 +98,25 @@
-
- Common\System\NotImplemented.cs
-
+
-
- Common\System\Data\Common\MultipartIdentifier.cs
-
-
- Common\Interop\Interop.Odbc.cs
-
+
+
-
- Common\Interop\Linux\Interop.Libraries.cs
-
+
-
- Common\Interop\OSX\Interop.Libraries.cs
-
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
+
diff --git a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
index 7136986e7836c2..95c97d667a0ae9 100644
--- a/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
+++ b/src/libraries/System.Data.Odbc/tests/System.Data.Odbc.Tests.csproj
@@ -16,29 +16,24 @@
-
- Common\Interop\Unix\Interop.Libraries.cs
-
+
-
- Common\Interop\Linux\Interop.Libraries.cs
-
+
-
- Common\Interop\OSX\Interop.Libraries.cs
-
+
-
- Common\Interop\FreeBSD\Interop.Libraries.cs
-
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
+
diff --git a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
index 9c2b886ca0671b..e7ffa6f2df52b9 100644
--- a/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
+++ b/src/libraries/System.Data.OleDb/src/System.Data.OleDb.csproj
@@ -10,12 +10,10 @@
true
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\System\Data\Common\MultipartIdentifier.cs
-
+
+
@@ -107,4 +105,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
index 8da4908a1c08f8..4dbef1eb1e0b76 100644
--- a/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
+++ b/src/libraries/System.Diagnostics.Contracts/tests/System.Diagnostics.Contracts.Tests.csproj
@@ -11,8 +11,7 @@
-
- Common\System\ShouldNotBeInvokedException.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
index 803e147792dd6e..7ef0b1f1db8f8d 100644
--- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
+++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
@@ -22,15 +22,13 @@
-
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
-
+
-
- Common\System\HexConverter.cs
-
+
diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
index 3d34832a280f1e..3f0cc561685fa9 100644
--- a/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
+++ b/src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj
@@ -14,11 +14,9 @@
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
index 7bf58b00f29540..530e018163d50e 100644
--- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
+++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
@@ -53,69 +53,48 @@
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.ClearEventLog.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CloseEventLog.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.DeregisterEventSource.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.GetNumberOfEventLogRecords.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.GetOldestEventLogRecord.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.NotifyChangeEventLog.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.OpenEventLog.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.ReadEventLog.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.RegisterEventSource.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.ReportEvent.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.Constants.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FormatMessage_SafeLibraryHandle.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\System\Diagnostics\NetFrameworkUtils.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
index e2a81f05dd6719..956061590cb80a 100644
--- a/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
+++ b/src/libraries/System.Diagnostics.FileVersionInfo/src/System.Diagnostics.FileVersionInfo.csproj
@@ -11,42 +11,31 @@
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.FileVersionInfo.cs
-
-
- Common\Interop\Windows\Interop.FileVersionInfoType.cs
-
-
- Common\Interop\Windows\Interop.GetFileVersionInfoEx.cs
-
-
- Common\Interop\Windows\Interop.GetFileVersionInfoSizeEx.cs
-
-
- Common\Interop\Windows\Interop.VerLanguageName.cs
-
-
- Common\Interop\Windows\Interop.VerQueryValue.cs
-
-
- Common\Interop\Windows\Interop.VSFixedFileInfo.cs
-
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.Stat.cs
-
+
+
+
@@ -59,4 +48,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj
index ca49d982ae802e..2ea787c2fa9049 100644
--- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj
+++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/System.Diagnostics.FileVersionInfo.Tests.csproj
@@ -24,12 +24,10 @@
-
- ProductionCode\Common\Interop\Windows\Interop.Libraries.cs
-
-
- ProductionCode\Common\Interop\Windows\Kernel32\Interop.VerLanguageName.cs
-
+
+
diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
index 2e1be8425bad80..c485d42d1e4031 100644
--- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
+++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj
@@ -39,126 +39,86 @@
-
- Common\Interop\Windows\Interop.BOOL.cs
-
-
- Common\Interop\Windows\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.RegCloseKey.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.RegQueryValueEx.cs
-
-
- Microsoft\Win32\SafeHandles\SafeRegistryHandle.cs
-
-
- Microsoft\Win32\SafeHandles\SafeRegistryHandle.Windows.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.GetTokenInformation.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.RegConnectRegistry.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.TOKEN_INFORMATION_CLASS.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.Constants.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CreateFileMapping.cs
-
-
- Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs
-
-
- Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.HandleOptions.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.MapViewOfFile.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.MemOptions.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.MEMORY_BASIC_INFO.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.OpenFileMapping.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.PerformanceCounterOptions.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.UnmapViewOfFile.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.VirtualQuery.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.WaitForSingleObject.cs
-
-
- Common\Interop\Windows\PerfCounter\Interop.FormatFromRawValue.cs
-
-
- Common\Interop\Windows\PerfCounter\Interop.PerformanceData.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafePerfProviderHandle.cs
-
-
- Common\System\Diagnostics\NetFrameworkUtils.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
index a301f85bfc55a2..2e5d90aaaab9c9 100644
--- a/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
+++ b/src/libraries/System.Diagnostics.PerformanceCounter/tests/System.Diagnostics.PerformanceCounter.Tests.csproj
@@ -13,9 +13,8 @@
-
- Common\System\ShouldNotBeInvokedException.cs
-
+
diff --git a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
index 99e96c4d872d68..6e3ff47ece651c 100644
--- a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
+++ b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
@@ -33,262 +33,178 @@
-
- Common\System\Runtime\Serialization\SerializationGuard.cs
-
-
- System\PasteArguments.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs
-
+
+
+
+
-
- Common\Interop\Windows\Kernel32\Interop.EnumProcessModules.cs
-
-
- Common\Interop\Windows\NtDll\Interop.NtQueryInformationProcess.cs
-
-
- Common\Interop\Windows\NtDll\Interop.NtQuerySystemInformation.cs
-
-
- Common\Interop\Windows\NtDll\Interop.PROCESS_BASIC_INFORMATION.cs
-
-
- Common\Interop\Windows\NtDll\Interop.SYSTEM_PROCESS_INFORMATION.cs
-
-
- Common\Interop\Windows\User32\Interop.EnumWindows.cs
-
-
- Common\Interop\Windows\User32\Interop.GetWindow.cs
-
-
- Common\Interop\Windows\User32\Interop.GetWindowLong.cs
-
-
- Common\Interop\Windows\User32\Interop.GetWindowTextLengthW.cs
-
-
- Common\Interop\Windows\User32\Interop.GetWindowTextW.cs
-
-
- Common\Interop\Windows\User32\Interop.GetWindowThreadProcessId.cs
-
-
- Common\Interop\Windows\User32\Interop.PostMessage.cs
-
-
- Common\Interop\Windows\User32\Interop.IsWindowVisible.cs
-
-
- Common\Interop\Windows\User32\Interop.SendMessageTimeout.cs
-
-
- Common\Interop\Windows\User32\Interop.WaitForInputIdle.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Microsoft\Win32\SafeHandles\SafeTokenHandle.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.PERF_INFO.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.IsWow64Process_SafeProcessHandle.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetExitCodeProcess.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetProcessTimes.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetThreadTimes.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetStdHandle.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CreateProcess.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.TerminateProcess.cs
-
-
- Common\Interop\Windows\kernel32\Interop.GetCurrentProcess.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.OpenProcess.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.EnumProcesses.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetModuleInformation.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetModuleBaseName.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetModuleFileNameEx.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetProcessWorkingSetSizeEx.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetProcessWorkingSetSizeEx.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetProcessAffinityMask.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetProcessAffinityMask.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetProcessId.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetThreadPriorityBoost.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetThreadPriorityBoost.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetProcessPriorityBoost.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetProcessPriorityBoost.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.OpenThread.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetThreadPriority.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetThreadPriority.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetThreadAffinityMask.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetThreadIdealProcessor.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetPriorityClass.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetPriorityClass.cs
-
-
- Common\Interop\Windows\kernel32\Interop.DuplicateHandle.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.ProcessWaitHandle.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.OpenProcessToken.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.LookupPrivilegeValue.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.AdjustTokenPrivileges.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetComputerName.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetCurrentProcessId.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetConsoleCP.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetConsoleOutputCP.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CreateProcessWithLogon.cs
-
-
- Common\Interop\Windows\Interop.BOOL.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.LUID.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.LUID_AND_ATTRIBUTES.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.TOKEN_PRIVILEGE.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.Constants.cs
-
-
- Common\Interop\Windows\kernel32\Interop.CreatePipe.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.ThreadOptions.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.HandleTypes.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.ProcessOptions.cs
-
-
- Common\Interop\Windows\kernel32\Interop.ProcessOptions.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.MultiByteToWideChar.cs
-
-
- Common\Interop\Interop.UNICODE_STRING.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs
-
-
- Common\System\Text\ConsoleEncoding.cs
-
-
- Common\System\Text\EncodingHelper.Windows.cs
-
-
- Common\System\Text\OSEncoding.Windows.cs
-
-
- Common\System\Text\OSEncoder.cs
-
-
- Common\System\Text\DBCSDecoder.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetCPInfoEx.cs
-
-
- Common\Interop\Windows\Interop.MAX_PATH.cs
-
-
- Common\System\HResults.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -306,101 +222,71 @@
-
- Common\System\Text\ValueStringBuilder.cs
-
-
- Common\System\IO\StringParser.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.Close.cs
-
-
- Common\Interop\Unix\Interop.GetHostName.cs
-
-
- Common\Interop\Unix\Interop.SysConf.cs
-
-
- Common\Interop\Unix\Interop.ConfigureTerminalForChildProcess.cs
-
-
- Common\Interop\Unix\Interop.ForkAndExecProcess.cs
-
-
- Common\Interop\Unix\Interop.GetGroupList.cs
-
-
- Common\Interop\Unix\Interop.GetLine.cs
-
-
- Common\Interop\Unix\Interop.GetPid.cs
-
-
- Common\Interop\Unix\Interop.GetPwUid.cs
-
-
- Common\Interop\Unix\Interop.GetSetPriority.cs
-
-
- Common\Interop\Unix\Interop.GetSid.cs
-
-
- Common\Interop\Unix\Interop.GetUid.cs
-
-
- Common\Interop\Unix\Interop.InitializeTerminalAndSignalHandling.cs
-
-
- Common\Interop\Unix\Interop.Kill.cs
-
-
- Common\Interop\Unix\Interop.ReadLink.cs
-
-
- Common\Interop\Unix\Interop.RegisterForRegisterForSigChld.cs
-
-
- Common\Interop\Unix\Interop.ResourceLimits.cs
-
-
- Common\Interop\Unix\Interop.PathConf.cs
-
-
- Common\Interop\Unix\Interop.POpen.cs
-
-
- Common\Interop\Unix\Interop.WaitId.cs
-
-
- Common\Interop\Unix\Interop.WaitPid.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Access.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Linux\Interop.cgroups.cs
-
-
- Common\Interop\Linux\Interop.ProcFsStat.cs
-
-
- Common\Interop\Linux\Interop.SchedGetSetAffinity.cs
-
-
- Common\System\Text\ReusableTextReader.cs
-
+
+
+
+
@@ -408,17 +294,14 @@
-
- Common\Interop\OSX\Interop.libproc.cs
-
-
- Common\Interop\OSX\Interop.Libraries.cs
-
+
+
-
- Common\Interop\Windows\Shell32\Interop.ShellExecuteExW.cs
-
+
@@ -432,15 +315,12 @@
-
- Common\Interop\BSD\System.Native\Interop.Sysctl.cs
-
-
- Common\Interop\FreeBSD\Interop.Process.cs
-
-
- Common\Unix\System.Native\Interop.Stat.cs
-
+
+
+
diff --git a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
index e2f3f7ad84f9f2..4abf44898ce809 100644
--- a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
+++ b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj
@@ -6,18 +6,14 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix
-
- System\PasteArguments.cs
-
-
- Common\System\IO\StringParser.cs
-
-
- Common\System\ShouldNotBeInvokedException.cs
-
-
- Common\Microsoft\Win32\TempRegistryKey.cs
-
+
+
+
+
@@ -37,15 +33,13 @@
-
- System\PasteArguments.Windows.cs
-
+
-
- System\PasteArguments.Unix.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
index f326d869012406..4369501017e467 100644
--- a/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
+++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/src/System.Diagnostics.TextWriterTraceListener.csproj
@@ -9,31 +9,24 @@
-
- Common\System\Diagnostics\TraceListenerHelpers.cs
-
+
-
- Common\System\Diagnostics\TraceListenerHelpers.Windows.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.GetCurrentProcessId.cs
-
+
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.GetPid.cs
-
-
- Common\System\Diagnostics\TraceListenerHelpers.Unix.cs
-
+
+
+
diff --git a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
index ce6fa0f43970ab..9db54bcc7a0ff2 100644
--- a/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
+++ b/src/libraries/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj
@@ -29,31 +29,24 @@
-
- Common\System\Diagnostics\TraceListenerHelpers.cs
-
+
-
- Common\System\Diagnostics\TraceListenerHelpers.Windows.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.GetCurrentProcessId.cs
-
+
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.GetPid.cs
-
-
- Common\System\Diagnostics\TraceListenerHelpers.Unix.cs
-
+
+
+
diff --git a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
index daf24a4408f6e3..f711eca26bdb55 100644
--- a/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
+++ b/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj
@@ -83,12 +83,10 @@
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.LookupAccountSid.cs
-
+
+
diff --git a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
index f40b0251aabdb9..52962b9e03d1cd 100644
--- a/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
+++ b/src/libraries/System.DirectoryServices.AccountManagement/tests/System.DirectoryServices.AccountManagement.Tests.csproj
@@ -10,9 +10,8 @@
-
- Common\DirectoryServices\LdapConfiguration.cs
-
+
diff --git a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
index 45ee75557ac22e..7cf3cdc3988f9e 100644
--- a/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
+++ b/src/libraries/System.DirectoryServices.Protocols/tests/System.DirectoryServices.Protocols.Tests.csproj
@@ -47,9 +47,8 @@
-
- Common\DirectoryServices\LdapConfiguration.cs
-
+
diff --git a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
index c4df6bbeb60f50..0788f30fb8f65a 100644
--- a/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
+++ b/src/libraries/System.DirectoryServices/tests/System.DirectoryServices.Tests.csproj
@@ -18,9 +18,8 @@
-
- Common\DirectoryServices\LdapConfiguration.cs
-
+
@@ -31,4 +30,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
index 7a6ca380042f9b..367f451225dace 100644
--- a/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
+++ b/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
@@ -151,12 +151,10 @@
-
- Common\Interop\Windows\User32\Interop.LOGFONT.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.RasterOp.cs
-
+
+
System.Drawing.DefaultComponent.bmp
@@ -221,117 +219,80 @@
-
- System\LocalAppContextSwitches.Common.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.CombineRgn.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.CreateCompatibleDC.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.CreateDC.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.CreateIC.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.CreateFontIndirect.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.CreateRectRgn.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.DeleteDC.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.DeleteObject.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.GetClipRgn.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.GetCurrentObject.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.GetDeviceCaps.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.GetObjectType.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.GetRgnBox.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.GetStockObject.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.ObjectType.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.OffsetViewportOrgEx.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.RECT.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.RegionType.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.RestoreDC.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.SaveDC.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.SelectClipRgn.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GlobalFree.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs
-
-
- Common\Interop\Windows\Gdi32\Interop.BitBlt.cs
-
-
- Common\Interop\Windows\Ole32\Interop.IStream.cs
-
-
- Common\Interop\Windows\Ole32\Interop.STATSTG.cs
-
-
- Common\Interop\Windows\Ole32\Interop.STGTY.cs
-
-
- Common\Interop\Windows\Ole32\Interop.STATFLAG.cs
-
-
- Common\Interop\Windows\Ole32\Interop.STGM.cs
-
-
- Common\Interop\Windows\User32\Interop.GetDC.cs
-
-
- Common\Interop\Windows\User32\Interop.ReleaseDC.cs
-
-
- Common\Interop\Windows\User32\Interop.SystemParametersInfo.cs
-
-
- Common\Interop\Windows\User32\Interop.NONCLIENTMETRICS.cs
-
-
- Common\Interop\Windows\User32\Interop.WindowFromDC.cs
-
-
- Common\Interop\Windows\Interop.HRESULT.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -377,9 +338,8 @@
-
- Common\Interop\Unix\Interop.Libraries.cs
-
+
placeholder.ico
diff --git a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
index 610e7ec4b39623..873e1e6dada7f2 100644
--- a/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
+++ b/src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
@@ -79,15 +79,12 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
-
- Common\System\Drawing\Helpers.cs
-
-
- Common\System\IO\TempFile.cs
-
+
+
+
diff --git a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
index 5a9c2609314a81..bb25694503ed25 100644
--- a/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
+++ b/src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
@@ -25,34 +25,25 @@
-
- System\Drawing\ColorConverterCommon.cs
-
-
- System\Drawing\ColorTable.cs
-
-
- System\Drawing\ColorTranslator.cs
-
-
- System\Drawing\KnownColor.cs
-
-
- System\Drawing\KnownColorTable.cs
-
-
- System\Drawing\SystemColors.cs
-
+
+
+
+
+
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\User32\Interop.GetSysColor.cs
-
-
- Common\Interop\Windows\User32\Interop.Win32SystemColors.cs
-
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
index 1601346a37a00a..b3a3a3ea5e3d6f 100644
--- a/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
+++ b/src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
@@ -12,14 +12,11 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
-
- Common\System\Runtime\Serialization\DataContractSerializerHelper.cs
-
-
- Common\System\Runtime\Serialization\Utils.cs
-
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Globalization.Extensions/tests/NlsTests/System.Globalization.Extensions.Nls.Tests.csproj b/src/libraries/System.Globalization.Extensions/tests/NlsTests/System.Globalization.Extensions.Nls.Tests.csproj
index 87bbcd42ac7c58..671b64eaea1da0 100644
--- a/src/libraries/System.Globalization.Extensions/tests/NlsTests/System.Globalization.Extensions.Nls.Tests.csproj
+++ b/src/libraries/System.Globalization.Extensions/tests/NlsTests/System.Globalization.Extensions.Nls.Tests.csproj
@@ -4,51 +4,36 @@
true
-
- GetStringComparerTests.cs
-
-
- IdnMapping\Data\ConformanceIdnaUnicodeTestResult.cs
-
-
- IdnMapping\Data\Unicode_9_0\Unicode_9_0_IdnaTest.cs
-
-
- IdnMapping\Data\Unicode_11_0\Unicode_11_0_IdnaTest.cs
-
-
- IdnMapping\IdnMappingIdnaConformanceTests.cs
-
-
- IdnMapping\Data\Factory.cs
-
-
- IdnMapping\Data\ConformanceIdnaTestResult.cs
-
-
- IdnMapping\Data\Unicode_6_0\Unicode_6_0_IdnaTest.cs
-
-
- IdnMapping\Data\Unicode_Win7\Unicode_Win7_IdnaTest.cs
-
-
- IdnMapping\Data\IConformanceIdnaTest.cs
-
-
- IdnMapping\IdnMappingGetAsciiTests.cs
-
-
- IdnMapping\IdnMappingGetUnicodeTests.cs
-
-
- IdnMapping\IdnMappingUseStd3AsciiRulesTests.cs
-
-
- Normalization\StringNormalizationTests.cs
-
-
- Normalization\NormalizationAll.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj b/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
index 3266b52e575a20..e1c20d97ca766b 100644
--- a/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
+++ b/src/libraries/System.Globalization/tests/NlsTests/System.Globalization.Nls.Tests.csproj
@@ -10,322 +10,217 @@
-
- CompareInfo\CompareInfoTests.cs
-
-
- CompareInfo\CompareInfoTests.IndexOf.cs
-
-
- CompareInfo\CompareInfoTests.IsPrefix.cs
-
-
- CompareInfo\CompareInfoTests.Compare.cs
-
-
- CompareInfo\CompareInfoTests.IsSuffix.cs
-
-
- CompareInfo\CompareInfoTests.LastIndexOf.cs
-
-
- NumberFormatInfo\NumberFormatInfoCurrentInfo.cs
-
-
- NumberFormatInfo\NumberFormatInfoValidateParseStyle.cs
-
-
- NumberFormatInfo\NumberFormatInfoData.cs
-
-
- NumberFormatInfo\NumberFormatInfoCurrencySymbol.cs
-
-
- NumberFormatInfo\NumberFormatInfoNaNSymbol.cs
-
-
- NumberFormatInfo\NumberFormatInfoPercentGroupSeparator.cs
-
-
- NumberFormatInfo\NumberFormatInfoPercentDecimalSeparator.cs
-
-
- NumberFormatInfo\NumberFormatInfoPercentDecimalDigits.cs
-
-
- NumberFormatInfo\NumberFormatInfoPerMilleSymbol.cs
-
-
- NumberFormatInfo\NumberFormatInfoPercentSymbol.cs
-
-
- NumberFormatInfo\NumberFormatInfoPositiveSign.cs
-
-
- NumberFormatInfo\NumberFormatInfoPositiveInfinitySymbol.cs
-
-
- NumberFormatInfo\NumberFormatInfoNegativeSign.cs
-
-
- NumberFormatInfo\NumberFormatInfoNegativeInfinitySymbol.cs
-
-
- NumberFormatInfo\NumberFormatInfoNumberGroupSeparator.cs
-
-
- NumberFormatInfo\NumberFormatInfoNumberDecimalSeparator.cs
-
-
- NumberFormatInfo\NumberFormatInfoNumberDecimalDigits.cs
-
-
- NumberFormatInfo\NumberFormatInfoNumberGroupSizes.cs
-
-
- NumberFormatInfo\NumberFormatInfoNumberNegativePattern.cs
-
-
- NumberFormatInfo\NumberFormatInfoPercentNegativePattern.cs
-
-
- NumberFormatInfo\NumberFormatInfoPercentGroupSizes.cs
-
-
- NumberFormatInfo\NumberFormatInfoPercentPositivePattern.cs
-
-
- CultureInfo\CultureInfoAll.cs
-
-
- CultureInfo\CultureInfoAsync.cs
-
-
- CultureInfo\CultureInfoCalendar.cs
-
-
- CultureInfo\CultureInfoClone.cs
-
-
- CultureInfo\CultureInfoCompareInfo.cs
-
-
- CultureInfo\CultureInfoCtor.cs
-
-
- CultureInfo\CultureInfoDateTimeFormat.cs
-
-
- CultureInfo\CultureInfoEnglishName.cs
-
-
- CultureInfo\CultureInfoEquals.cs
-
-
- CultureInfo\CultureInfoGetFormat.cs
-
-
- CultureInfo\CultureInfoGetHashCode.cs
-
-
- CultureInfo\CultureInfoIsNeutralCulture.cs
-
-
- CultureInfo\CultureInfoNativeName.cs
-
-
- CultureInfo\CultureInfoNumberFormat.cs
-
-
- CultureInfo\CultureInfoParent.cs
-
-
- CultureInfo\CultureInfoReadOnly.cs
-
-
- CultureInfo\CultureInfoTwoLetterISOLanguageName.cs
-
-
- CultureInfo\CultureInfoCurrentCulture.cs
-
-
- CultureInfo\GetCultureInfo.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoAbbreviatedDayNames.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoAbbreviatedMonthGenitiveNames.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoAbbreviatedMonthNames.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoAMDesignator.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoCalendar.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoCalendarWeekRule.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoClone.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoData.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoDayNames.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoFirstDayOfWeek.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoFullDateTimePattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetAbbreviatedDayName.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetAbbreviatedEraName.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetAbbreviatedMonthName.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetDayName.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetEra.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetEraName.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetFormat.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetInstance.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoGetMonthName.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoLongDatePattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoLongTimePattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoMonthDayPattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoMonthGenitiveNames.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoMonthNames.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoPMDesignator.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoReadOnly.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoRFC1123Pattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoShortDatePattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoShortestDayNames.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoShortTimePattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoSortableDateTimePattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoTests.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoUniversalSortableDateTimePattern.cs
-
-
- DateTimeFormatInfo\DateTimeFormatInfoYearMonthPattern.cs
-
-
- NumberFormatInfo\NumberFormatInfoClone.cs
-
-
- NumberFormatInfo\NumberFormatInfoCurrencyDecimalDigits.cs
-
-
- NumberFormatInfo\NumberFormatInfoCurrencyDecimalSeparator.cs
-
-
- NumberFormatInfo\NumberFormatInfoCurrencyGroupSeparator.cs
-
-
- NumberFormatInfo\NumberFormatInfoCurrencyGroupSizes.cs
-
-
- NumberFormatInfo\NumberFormatInfoCurrencyNegativePattern.cs
-
-
- NumberFormatInfo\NumberFormatInfoCurrencyPositivePattern.cs
-
-
- NumberFormatInfo\NumberFormatInfoGetFormat.cs
-
-
- NumberFormatInfo\NumberFormatInfoGetInstance.cs
-
-
- NumberFormatInfo\NumberFormatInfoReadOnly.cs
-
-
- NumberFormatInfo\NumberFormatInfoTests.cs
-
-
- System\Globalization\CharUnicodeInfoTestData.cs
-
-
- System\Globalization\CharUnicodeInfoTests.cs
-
-
- System\Globalization\CharUnicodeInfoTests.Generated.cs
-
-
- System\Globalization\CultureNotFoundExceptionTests.cs
-
-
- System\Globalization\GraphemeBreakTest.cs
-
-
- System\Globalization\RegionInfoTests.cs
-
-
- System\Globalization\StringInfoTests.cs
-
-
- System\Globalization\SortVersionTests.cs
-
-
- System\Globalization\TextInfoTests.cs
-
-
- System\Globalization\TextElementEnumeratorTests.cs
-
-
- System\Globalization\UnicodeCategoryTests.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\RandomDataGenerator.cs
-
+
diff --git a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
index a0a3271278c24a..b7010108541a52 100644
--- a/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
+++ b/src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
@@ -113,9 +113,8 @@
-
- Common\System\RandomDataGenerator.cs
-
+
diff --git a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
index 626ab0f48a792b..418184e291d585 100644
--- a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
+++ b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj
@@ -17,24 +17,20 @@
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBrotliHandle.cs
-
+
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
+
diff --git a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
index 6cd5df420f23f9..e4ca77f85bda72 100644
--- a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
+++ b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
@@ -6,24 +6,18 @@
-
- Common\System\IO\Compression\CompressionStreamTestBase.cs
-
-
- Common\System\IO\Compression\CompressionStreamUnitTestBase.cs
-
-
- Common\System\IO\Compression\LocalMemoryStream.cs
-
-
- Common\System\IO\Compression\StreamHelpers.cs
-
-
- Common\System\IO\TempFile.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
-
- Common\System\IO\PathInternal.Windows.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\System\IO\PathInternal.Unix.cs
-
-
- Common\Interop\Unix\System.Native\Interop.PathConf.cs
-
+
+
+
diff --git a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
index 20bb882a1b9626..b2c7ef176fd6e9 100644
--- a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
+++ b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
@@ -14,36 +14,26 @@
-
- Common\System\IO\PathFeatures.cs
-
-
- Common\System\IO\Compression\CRC.cs
-
-
- Common\System\IO\Compression\CompressionStreamTestBase.cs
-
-
- Common\System\IO\Compression\CompressionStreamUnitTestBase.cs
-
-
- Common\System\IO\Compression\FileData.cs
-
-
- Common\System\IO\Compression\LocalMemoryStream.cs
-
-
- Common\System\IO\Compression\StreamHelpers.cs
-
-
- Common\System\IO\TempFile.cs
-
-
- Common\System\IO\Compression\ZipTestHelper.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Windows\Interop.CreateFile.cs
-
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\libc\Interop.Read.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.IOErrors.cs
-
-
- Common\System\IO\PathInternal.Unix.cs
-
-
- Common\Interop\Unix\Interop.PathConf.cs
-
+
+
+
+
+
+
-
- Common\Interop\Linux\Interop.inotify.cs
-
-
- Common\Interop\Unix\Interop.Poll.cs
-
-
- Common\Interop\Unix\Interop.Stat.cs
-
+
+
+
-
- System.IO.FileSystem\src\System\IO\FileSystem.Exists.Unix.cs
-
-
- Common\Interop\OSX\Interop.EventStream.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.cs
-
-
- Common\Interop\OSX\Interop.Libraries.cs
-
-
- Common\Interop\OSX\Interop.RunLoop.cs
-
-
- Common\Interop\Unix\Interop.RealPath.cs
-
-
- Common\Interop\Unix\Interop.Stat.Span.cs
-
-
- Common\Interop\Unix\Interop.Stat.cs
-
-
- Common\Interop\Unix\Interop.Sync.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEventStreamHandle.OSX.cs
-
-
- Common\System\Text\ValueUtf8Converter.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
index 589fb29ae21011..235f4860c757e9 100644
--- a/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
+++ b/src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
@@ -26,20 +26,16 @@
-
- Common\System\IO\TempFile.cs
-
-
- Common\System\IO\TempDirectory.cs
-
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.ResourceLimits.cs
-
+
+
diff --git a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index c36d099b980f2a..0e4b713dc2df87 100644
--- a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -14,7 +14,7 @@
-
+
@@ -162,14 +162,11 @@
-
- Common\System\Buffers\NativeMemoryManager.cs
-
-
- Common\System\IO\TempFile.cs
-
-
- Common\System\IO\PathFeatures.cs
-
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
index 710b00e4b4c83b..20b7ebd0b43e70 100644
--- a/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
+++ b/src/libraries/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj
@@ -12,9 +12,8 @@
-
- Common\System\Security\IdentityHelper.cs
-
+
diff --git a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
index 0aaf3693233c22..64bbfd8e028899 100644
--- a/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
+++ b/src/libraries/System.IO.IsolatedStorage/tests/System.IO.IsolatedStorage.Tests.csproj
@@ -8,34 +8,27 @@
-
- Internals\Helper.Win32Unix.cs
-
+
-
- Internals\Helper.Win32.cs
-
+
-
- Internals\Helper.Unix.cs
-
+
-
- Common\System\IO\TempDirectory.cs
-
-
- Common\System\IO\TempFile.cs
-
-
- Internals\Helper.cs
-
-
- Common\System\Security\IdentityHelper.cs
-
+
+
+
+
@@ -59,4 +52,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
index c2dc86df1632e0..058554ec058b8d 100644
--- a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
+++ b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
@@ -18,139 +18,98 @@
-
- Common\Interop\Windows\Interop.CreateFileMapping.cs
-
-
- Common\Interop\Windows\Interop.MapViewOfFile.cs
-
-
- Common\Interop\Windows\Interop.OpenFileMapping.cs
-
-
- Common\Interop\Windows\Interop.VirtualAlloc.cs
-
-
- Common\Interop\Windows\Interop.GlobalMemoryStatusEx.cs
-
-
- Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.CloseHandle.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.FileAttributes.cs
-
-
- Common\Interop\Windows\Interop.FileOperations.cs
-
-
- Common\Interop\Windows\Interop.FlushViewOfFile.cs
-
-
- Common\Interop\Windows\Interop.GenericOperations.cs
-
-
- Common\Interop\Windows\Interop.GetSystemInfo.cs
-
-
- Common\Interop\Windows\Interop.SYSTEM_INFO.cs
-
-
- Common\Interop\Windows\Interop.HandleOptions.cs
-
-
- Common\Interop\Windows\Interop.MEMORY_BASIC_INFO.cs
-
-
- Common\Interop\Windows\Interop.MEMORYSTATUSEX.cs
-
-
- Common\Interop\Windows\Interop.MemOptions.cs
-
-
- Common\Interop\Windows\Interop.PipeOptions.cs
-
-
- Common\Interop\Windows\Interop.BOOL.cs
-
-
- Common\Interop\Windows\Interop.SecurityOptions.cs
-
-
- Common\Interop\Windows\Interop.UnmapViewOfFile.cs
-
-
- Common\Interop\Windows\Interop.VirtualQuery.cs
-
-
- Common\System\IO\Win32Marshal.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.Fcntl.cs
-
-
- Common\Interop\Unix\Interop.IOErrors.cs
-
-
- Common\Interop\Unix\Interop.MMap.cs
-
-
- Common\Interop\Unix\Interop.MUnmap.cs
-
-
- Common\Interop\Unix\Interop.MSync.cs
-
-
- Common\Interop\Unix\Interop.Open.cs
-
-
- Common\Interop\Unix\Interop.OpenFlags.cs
-
-
- Common\Interop\Unix\Interop.Permissions.cs
-
-
- Common\Interop\Unix\Interop.SysConf.cs
-
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\Interop.FTruncate.cs
-
-
- Common\Interop\Unix\Interop.MAdvise.cs
-
-
- Common\Interop\Unix\Interop.ShmOpen.cs
-
-
- Common\Interop\Unix\Interop.Unlink.cs
-
+
+
+
+
diff --git a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
index 830a1c5f73d846..c23e14c34f83ca 100644
--- a/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
+++ b/src/libraries/System.IO.MemoryMappedFiles/tests/System.IO.MemoryMappedFiles.Tests.csproj
@@ -15,9 +15,8 @@
-
- Common\System\IO\TempFile.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
index c15a68ff5a26ca..f9b7de24969f81 100644
--- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
+++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj
@@ -5,9 +5,8 @@
enable
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
@@ -59,4 +58,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
index c49e5d41a7b031..13d93c5a066e48 100644
--- a/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
+++ b/src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
@@ -27,29 +27,22 @@
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
-
- Common\Interop\Windows\Interop.CancelIoEx.cs
-
-
- Common\Interop\Windows\Interop.LoadLibraryEx_IntPtr.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.GetNamedPipeHandleState.cs
-
-
- Common\Interop\Windows\Interop.MaxLengths.cs
-
+
+
+
+
+
+
@@ -63,4 +56,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
index 8b261f91ada340..aaee0ffb6ec41a 100644
--- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
+++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
@@ -29,118 +29,82 @@
-
- Common\Interop\Windows\Kernel32\Interop.DCB.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.COMMPROP.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.COMMTIMEOUTS.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.COMSTAT.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetCommState.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetCommBreak.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.ClearCommBreak.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.EscapeCommFunction.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetCommTimeouts.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetCommModemStatus.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.ClearCommError.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetCommProperties.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetCommMask.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.PurgeComm.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetupComm.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetCommState.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.WaitCommEvent.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetOverlappedResult.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GenericOperations.cs
-
-
- Common\Interop\Windows\Interop.SECURITY_ATTRIBUTES.cs
-
-
- Common\Interop\Windows\Interop.FileTypes.cs
-
-
- Common\System\IO\PathInternal.Windows.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\Interop.BOOL.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\System\IO\Win32Marshal.cs
-
-
- Common\Interop\Windows\Interop.FormatMessage.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Windows\Kernel32\Interop.CreateFile.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FileOperations.cs
-
+
+
@@ -156,30 +120,22 @@
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.IOErrors.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Read.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Write.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Poll.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Shutdown.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
+
+
@@ -205,4 +161,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO/tests/System.IO.Tests.csproj b/src/libraries/System.IO/tests/System.IO.Tests.csproj
index 3262bfa8bb5013..44cd574154b951 100644
--- a/src/libraries/System.IO/tests/System.IO.Tests.csproj
+++ b/src/libraries/System.IO/tests/System.IO.Tests.csproj
@@ -46,22 +46,18 @@
-
- Common\System\Buffers\NativeMemoryManager.cs
-
-
- Common\System\IO\CallTrackingStream.cs
-
-
- Common\System\IO\DelegateStream.cs
-
-
- Common\System\IO\WrappedMemoryStream.cs
-
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
index a88e5ca3b5e6a2..c9c9624cc3c946 100644
--- a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
+++ b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj
@@ -13,12 +13,10 @@
$(DefineConstants);FEATURE_INTERPRET
-
- Common\System\Collections\Generic\ArrayBuilder.cs
-
-
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
-
+
+
diff --git a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
index 6ac48c2e3dca5c..35d8c92b8d1f49 100644
--- a/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
+++ b/src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
@@ -224,9 +224,8 @@
-
- Common\System\Collections\DictionaryExtensions.cs
-
+
@@ -248,4 +247,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
index e7a85f6cc62c42..8b327c062a3e8f 100644
--- a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
+++ b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj
@@ -4,15 +4,12 @@
$(NetCoreAppCurrent)
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- Common\System\ShouldNotBeInvokedException.cs
-
-
- CommonTest\System\Threading\ThreadPoolHelpers.cs
-
+
+
+
diff --git a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
index ad309e2f7319b6..55af483dac0596 100644
--- a/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
+++ b/src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
@@ -53,8 +53,7 @@
-
- Common\System\Linq\SkipTakeData.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Linq/src/System.Linq.csproj b/src/libraries/System.Linq/src/System.Linq.csproj
index 3b6ec801b5a492..a9caa2e36d3ea9 100644
--- a/src/libraries/System.Linq/src/System.Linq.csproj
+++ b/src/libraries/System.Linq/src/System.Linq.csproj
@@ -29,26 +29,20 @@
-
- System\Collections\Generic\LargeArrayBuilder.SpeedOpt.cs
-
+
-
- System\Collections\Generic\ArrayBuilder.cs
-
-
- System\Collections\Generic\EnumerableHelpers.cs
-
-
- System\Collections\Generic\EnumerableHelpers.Linq.cs
-
-
- System\Collections\Generic\LargeArrayBuilder.cs
-
-
- System\Collections\Generic\SparseArrayBuilder.cs
-
+
+
+
+
+
diff --git a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
index fe5b68dc5b1ebe..595a687a07f5d6 100644
--- a/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
+++ b/src/libraries/System.Linq/tests/System.Linq.Tests.csproj
@@ -66,12 +66,10 @@
-
- Common\System\Linq\SkipTakeData.cs
-
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
+
diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj
index e3a79752a63d86..e8b2eae72889ed 100644
--- a/src/libraries/System.Management/src/System.Management.csproj
+++ b/src/libraries/System.Management/src/System.Management.csproj
@@ -8,39 +8,28 @@
true
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FreeLibrary.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GlobalLock.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs
-
-
- Common\Interop\Windows\Ole32\Interop.CoGetObjectContext.cs
-
-
- Common\Interop\Windows\Ole32\Interop.CoMarshalInterface.cs
-
-
- Common\Interop\Windows\Ole32\Interop.CoUnmarshalInterface.cs
-
-
- Common\Interop\Windows\Ole32\Interop.CreateStreamOnHGlobal.cs
-
-
- Common\Interop\Windows\Ole32\Interop.GetHGlobalFromStream.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
-
+
+
+
+
+
+
+
+
+
+
+
@@ -87,4 +76,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Memory/src/System.Memory.csproj b/src/libraries/System.Memory/src/System.Memory.csproj
index bada3e64b157c4..a17e97c5713762 100644
--- a/src/libraries/System.Memory/src/System.Memory.csproj
+++ b/src/libraries/System.Memory/src/System.Memory.csproj
@@ -34,11 +34,10 @@
-
- Common\System\Buffers\ArrayBufferWriter.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
index ce1cdff0d5c2b2..1bd4abc28ae987 100644
--- a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
+++ b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
@@ -169,9 +169,8 @@
-
- ReadOnlySpan\StringTests.cs
-
+
@@ -260,11 +259,9 @@
-
- Common\System\Buffers\NativeMemoryManager.cs
-
-
- Common\System\MutableDecimal.cs
-
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj b/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
index 278e36d4e102c0..31339ec9ea86c6 100644
--- a/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
@@ -10,32 +10,23 @@
-
- Common\System\Net\Capability.Security.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Certificates.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
-
- Common\System\Net\Configuration.Security.cs
-
-
- Common\System\Net\Http\LoopbackServer.cs
-
-
- Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
-
-
- Common\System\Net\Http\GenericLoopbackServer.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Http.Json/tests/UnitTests/System.Net.Http.Json.Unit.Tests.csproj b/src/libraries/System.Net.Http.Json/tests/UnitTests/System.Net.Http.Json.Unit.Tests.csproj
index 4b7b36a6be21f5..259c326f7bba2d 100644
--- a/src/libraries/System.Net.Http.Json/tests/UnitTests/System.Net.Http.Json.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Http.Json/tests/UnitTests/System.Net.Http.Json.Unit.Tests.csproj
@@ -7,16 +7,13 @@
-
- ProductionCode\System\ArraySegmentExtensions.netstandard.cs
-
+
-
- ProductionCode\System\Net\Http\Json\TranscodingReadStream.cs
-
-
- ProductionCode\System\Net\Http\Json\TranscodingWriteStream.cs
-
+
+
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
index c402b8d09db8af..6346f2e09bb24b 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
@@ -10,84 +10,58 @@
annotations
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
-
-
- Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
-
-
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
-
-
- Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
-
-
- Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
-
-
- Common\Interop\Windows\WinHttp\Interop.winhttp.cs
-
-
- Common\System\CharArrayHelpers.cs
-
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
-
-
- Common\System\Net\Http\HttpStatusDescription.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
-
- Common\System\Net\UriScheme.cs
-
-
- Common\System\Net\Http\HttpHandlerDefaults.cs
-
-
- Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
-
-
- Common\System\Net\Http\WinInetProxyHelper.cs
-
-
- Common\System\Net\Security\CertificateHelper.cs
-
-
- Common\System\Net\Security\CertificateHelper.Windows.cs
-
-
- Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
-
-
- Common\System\Threading\Tasks\RendezvousAwaitable.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -103,12 +77,10 @@
-
- Common\System\IO\StreamHelpers.CopyValidation.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
+
+
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
index 66515bbd3e1bf1..24d4bac34b115b 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
@@ -6,194 +6,133 @@
8.0
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
+
+
-
- Common\System\Net\Http\HttpHandlerDefaults.cs
-
-
- Common\System\IO\DelegateStream.cs
-
-
- Common\System\Net\Configuration.Certificates.cs
-
-
- Common\System\Net\Configuration.Security.cs
-
-
- Common\System\Net\Configuration.Sockets.cs
-
-
- Common\System\Net\Capability.Security.cs
-
-
- Common\System\Net\Capability.Security.Windows.cs
-
-
- Common\System\Net\EventSourceTestLogging.cs
-
-
- Common\System\Net\HttpsTestServer.cs
-
-
- Common\System\Net\RemoteServerQuery.cs
-
-
- Common\System\Net\VerboseTestLogging.cs
-
-
- Common\System\Net\TestWebProxies.cs
-
-
- Common\System\Net\StreamArrayExtensions.cs
-
-
- Common\System\Net\Http\ByteAtATimeContent.cs
-
-
- Common\System\Net\Http\ChannelBindingAwareContent.cs
-
-
- Common\System\Net\Http\CustomContent.cs
-
-
- Common\System\Net\Http\DefaultCredentialsTest.cs
-
-
- Common\System\Net\Http\DribbleStream.cs
-
-
- Common\System\Net\Http\GenericLoopbackServer.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTestBase.cs
-
-
- Common\System\Net\Http\Http2Frames.cs
-
-
- Common\System\Net\Http\HPackEncoder.cs
-
-
- Common\System\Net\Http\Http2LoopbackServer.cs
-
-
- Common\System\Net\Http\Http2LoopbackConnection.cs
-
-
- Common\System\Net\Http\QPackTestDecoder.cs
-
-
- Common\System\Net\Http\QPackTestEncoder.cs
-
-
- Common\System\Net\Http\HuffmanDecoder.cs
-
-
- Common\System\Net\Http\HuffmanEncoder.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs
-
-
- Common\System\Net\Http\HttpProtocolTests.cs
-
-
- Common\System\Net\Http\HttpClient.SelectedSitesTest.cs
-
-
- Common\System\Net\Http\HttpClientEKUTest.cs
-
-
- Common\System\Net\Http\HttpRetryProtocolTests.cs
-
-
- Common\System\Net\Http\IdnaProtocolTests.cs
-
-
- Common\System\Net\Http\LoopbackProxyServer.cs
-
-
- Common\System\Net\Http\LoopbackServer.cs
-
-
- Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
-
-
- Common\System\Net\Http\TestHelper.cs
-
-
- Common\System\Net\Http\PostScenarioTest.cs
-
-
- Common\System\Net\Http\RepeatedFlushContent.cs
-
-
- Common\System\Net\Http\ResponseStreamTest.cs
-
-
- Common\System\Net\Http\SchSendAuxRecordHttpTest.cs
-
-
- Common\System\Net\Http\SyncBlockingContent.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
-
- Common\System\Threading\TrackingSynchronizationContext.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
index 9d1e3ba1e79cff..d63e2bbff8d60e 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
@@ -11,138 +11,94 @@
-
- CommonTest\System\Net\SslProtocolSupport.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
-
-
- Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
-
-
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
-
-
- Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
-
-
- Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
-
-
- Common\System\CharArrayHelpers.cs
-
-
- Common\System\StringExtensions.cs
-
-
- Common\System\IO\StreamHelpers.CopyValidation.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
-
-
- Common\System\Net\HttpStatusDescription.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\UriScheme.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
-
- Common\System\Net\Http\HttpHandlerDefaults.cs
-
-
- Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
-
-
- Common\System\Net\Http\WinInetProxyHelper.cs
-
-
- Common\System\Net\Security\CertificateHelper.cs
-
-
- Common\System\Net\Security\CertificateHelper.Windows.cs
-
-
- Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
-
-
- Common\System\Text\SimpleRegex.cs
-
-
- Common\System\Threading\Tasks\RendezvousAwaitable.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
-
- ProductionCode\WinHttpAuthHelper.cs
-
-
- ProductionCode\WinHttpCertificateHelper.cs
-
-
- ProductionCode\WinHttpChannelBinding.cs
-
-
- ProductionCode\WinHttpCookieContainerAdapter.cs
-
-
- ProductionCode\WinHttpException.cs
-
-
- ProductionCode\WinHttpHandler.cs
-
-
- ProductionCode\WinHttpRequestCallback.cs
-
-
- ProductionCode\WinHttpRequestState.cs
-
-
- ProductionCode\WinHttpRequestStream.cs
-
-
- ProductionCode\WinHttpResponseHeaderReader.cs
-
-
- ProductionCode\WinHttpResponseParser.cs
-
-
- ProductionCode\WinHttpResponseStream.cs
-
-
- ProductionCode\WinHttpTraceHelper.cs
-
-
- ProductionCode\WinHttpTransportContext.cs
-
-
- ProductionCode\HttpWindowsProxy.cs
-
-
- ProductionCode\FailedProxyCache.cs
-
-
- ProductionCode\IMultiWebProxy.cs
-
-
- ProductionCode\MultiProxy.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Http/src/System.Net.Http.csproj b/src/libraries/System.Net.Http/src/System.Net.Http.csproj
index cebece24f4e13b..fc7063289b6ee8 100644
--- a/src/libraries/System.Net.Http/src/System.Net.Http.csproj
+++ b/src/libraries/System.Net.Http/src/System.Net.Http.csproj
@@ -89,33 +89,24 @@
-
- Common\System\IO\StreamHelpers.CopyValidation.cs
-
-
- Common\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs
-
-
- Common\System\IO\DelegatingStream.cs
-
-
- Common\System\IO\ReadOnlyMemoryStream.cs
-
-
- Common\System\Text\StringBuilderCache.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\HttpDateParser.cs
-
-
- Common\System\Text\SimpleRegex.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
+
+
+
+
+
Common\System\Net\ArrayBuffer.cs
@@ -169,276 +160,189 @@
-
- Common\System\Net\NTAuthentication.Common.cs
-
-
- Common\System\Net\ContextFlagsPal.cs
-
-
- Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\Http3SettingType.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\Http3StreamType.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\Frames\Http3ErrorCode.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\Frames\Http3Frame.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\Frames\Http3FrameType.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
-
-
- Common\System\Net\SecurityStatusPal.cs
-
-
- Common\System\Net\Security\SSPIHandleCache.cs
-
-
- Common\System\Net\Security\NetEventSource.Security.cs
-
-
- Common\System\Net\ExceptionCheck.cs
-
-
- Common\System\Collections\Generic\BidirectionalDictionary.cs
-
-
- Common\System\NotImplemented.cs
-
-
- Common\System\Net\NegotiationInfoClass.cs
-
-
- Common\System\Net\InternalException.cs
-
-
- Common\System\Net\Logging\DebugThreadTracking.cs
-
-
- Common\System\Net\DebugSafeHandle.cs
-
-
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
-
-
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
-
-
- Common\System\Text\ValueStringBuilder.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Linux\Interop.Libraries.cs
-
+
-
- Common\System\Net\ContextFlagsAdapterPal.Unix.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeCredentials.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteContext.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
-
-
- Common\System\Net\Security\Unix\SecChannelBindings.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -447,383 +351,263 @@
-
- Common\Interop\OSX\Interop.CoreFoundation.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFDictionary.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFProxy.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFUrl.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
-
-
- Common\Interop\OSX\Interop.RunLoop.cs
-
-
- Common\Interop\OSX\Interop.Libraries.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\HttpStatusDescription.cs
-
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.GetModuleHandle.cs
-
-
- Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
-
-
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
-
-
- Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
-
-
- Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
-
-
- Common\Interop\Windows\WinHttp\Interop.winhttp.cs
-
-
- Common\System\CharArrayHelpers.cs
-
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
-
- Common\System\Net\UriScheme.cs
-
-
- Common\System\Net\Http\HttpHandlerDefaults.cs
-
-
- Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
-
-
- Common\System\Net\Http\WinInetProxyHelper.cs
-
-
- Common\System\Net\Security\CertificateHelper.cs
-
-
- Common\System\Net\Security\CertificateHelper.Windows.cs
-
-
- Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
-
-
- Common\System\Threading\Tasks\RendezvousAwaitable.cs
-
-
- System\System\Threading\Tasks\TaskToApm.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
-
-
- Common\System\Net\Security\SecurityBuffer.Windows.cs
-
-
- Common\System\Net\Security\SecurityBufferType.Windows.cs
-
-
- Common\System\Net\Security\SecurityContextTokenHandle.cs
-
-
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
-
-
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
-
-
- Common\System\Net\Security\NetEventSource.Security.Windows.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
-
-
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
-
-
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
-
-
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
-
-
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
-
-
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\Mail\DomainLiteralReader.cs
-
-
- Common\System\Net\Mail\DotAtomReader.cs
-
-
- Common\System\Net\Mail\MailAddress.cs
-
-
- Common\System\Net\Mail\MailAddressParser.cs
-
-
- Common\System\Net\Mail\MailBnfHelper.cs
-
-
- Common\System\Net\Mail\QuotedPairReader.cs
-
-
- Common\System\Net\Mail\QuotedStringFormatReader.cs
-
-
- Common\System\Net\Mail\WhitespaceReader.cs
-
-
- Common\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs
-
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\StrongToWeakReference.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
-
- Common\System\Net\UriScheme.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.IOErrors.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Close.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Open.cs
-
-
- Common\Interop\Unix\System.Native\Interop.OpenFlags.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Pipe.cs
-
-
- Common\Interop\Unix\libc\Interop.Poll.cs
-
-
- Common\Interop\Unix\libc\Interop.Read.cs
-
-
- Common\Interop\Unix\libc\Interop.Write.cs
-
-
- Common\System\CharArrayHelpers.cs
-
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
-
-
- Common\System\Net\HttpStatusDescription.cs
-
-
- Common\System\Net\Http\HttpHandlerDefaults.cs
-
-
- Common\System\Net\Http\NoWriteNoSeekStreamContent.cs
-
-
- Common\System\Net\Http\TlsCertificateExtensions
-
-
- Common\System\Net\Security\CertificateHelper.cs
-
-
- Common\System\Net\Security\CertificateHelper.Unix.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
-
-
- Common\System\Net\Security\CertificateValidation.Unix.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
index 38385b5d780a71..f741b1160caf86 100644
--- a/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/EnterpriseTests/System.Net.Http.Enterprise.Tests.csproj
@@ -5,8 +5,7 @@
-
- Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
index 6aa7ae56441b3a..5bfcca1c8879e0 100644
--- a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
@@ -8,285 +8,198 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Linux;$(NetCoreAppCurrent)-OSX
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\System\Net\Http\aspnetcore\NetEventSource.Common.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicAddressHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicApi.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicParameterHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSecurityConfig.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\MsQuicSession.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\QuicExceptionHelpers.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\Internal\ResettableCompletionSource.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\MsQuic\MsQuicStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicListenerProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicConnectionProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\QuicStreamProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockImplementationProvider.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Implementations\Mock\MockStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusCodes.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicStatusHelper.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\NetEventSource.Quic.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicClientConnectionOptions.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicImplementationProviders.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicConnection.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicListener.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicListenerOptions.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicOperationAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicStream.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicConnectionAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\QuicStreamAbortedException.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\Interop.MsQuic.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicEnums.cs
-
-
- Common\System\Net\Http\aspnetcore\Quic\Interop\MsQuicNativeMethods.cs
-
-
- System\System\Threading\Tasks\TaskToApm.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
-
-
- Common\System\Buffers\NativeMemoryManager.cs
-
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- Common\System\Diagnostics\Tracing\ConsoleEventListener.cs
-
-
- Common\System\IO\DelegateStream.cs
-
-
- Common\System\Net\RemoteServerQuery.cs
-
-
- Common\System\Net\Configuration.Certificates.cs
-
-
- Common\System\Net\EventSourceTestLogging.cs
-
-
- Common\System\Net\HttpsTestServer.cs
-
-
- Common\System\Net\Capability.Security.cs
-
-
- Common\System\Net\Capability.Security.Windows.cs
-
-
- Common\System\Net\Capability.Security.Unix.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
-
- Common\System\Net\Configuration.Security.cs
-
-
- Common\System\Net\Configuration.Sockets.cs
-
-
- Common\System\Net\TestWebProxies.cs
-
-
- Common\System\Net\VerboseTestLogging.cs
-
-
- Common\System\Net\Http\LoopbackProxyServer.cs
-
-
- Common\System\Net\Http\LoopbackServer.cs
-
-
- Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
-
-
- Common\System\Net\Http\GenericLoopbackServer.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTestBase.cs
-
-
- Common\System\Net\Http\TestHelper.cs
-
-
- Common\System\Threading\TrackingSynchronizationContext.cs
-
-
- Common\System\Threading\Tasks\GetStateMachineData.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\Http\ChannelBindingAwareContent.cs
-
-
- Common\System\Net\Http\DribbleStream.cs
-
-
- Common\System\Net\Http\CustomContent.cs
-
+
+
+
-
- Common\System\Net\Http\ByteAtATimeContent.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Asynchrony.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Authentication.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.AutoRedirect.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Cancellation.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.ClientCertificates.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Cookies.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.DefaultProxyCredentials.cs
-
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\Http\HttpClientHandlerTest.MaxConnectionsPerServer.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.MaxResponseHeadersLength.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Proxy.cs
-
+
+
+
-
- Common\System\Net\Http\HttpClientHandlerTest.ServerCertificates.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.SslProtocols.cs
-
+
+
-
- Common\System\Net\Http\HttpClientEKUTest.cs
-
-
- Common\System\Net\Http\HttpClient.SelectedSitesTest.cs
-
+
+
-
- Common\System\Net\Http\HttpRetryProtocolTests.cs
-
-
- Common\System\Net\Http\IdnaProtocolTests.cs
-
-
- Common\System\Net\Http\HttpProtocolTests.cs
-
+
+
+
@@ -294,98 +207,76 @@
-
- Common\System\Net\Http\PostScenarioTest.cs
-
+
-
- Common\System\Net\Http\RepeatedFlushContent.cs
-
-
- Common\System\Net\Http\ResponseStreamTest.cs
-
-
- Common\System\Net\Http\SchSendAuxRecordHttpTest.cs
-
+
+
+
-
- Common\System\Net\Http\SyncBlockingContent.cs
-
-
- Common\System\Net\Http\DefaultCredentialsTest.cs
-
+
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
+
-
- Common\Interop\Linux\Interop.Libraries.cs
-
+
-
- Common\Interop\OSX\Interop.Libraries.cs
-
+
-
- Common\System\Net\Http\HttpClientHandlerTest.AcceptAllCerts.cs
-
-
- Common\System\Net\Http\HttpClientHandlerTest.Decompression.cs
-
+
+
-
- Common\System\Net\Http\Http2Frames.cs
-
-
- Common\System\Net\Http\HPackEncoder.cs
-
-
- Common\System\Net\Http\QPackTestDecoder.cs
-
-
- Common\System\Net\Http\QPackTestEncoder.cs
-
-
- Common\System\Net\Http\Http2LoopbackServer.cs
-
-
- Common\System\Net\Http\Http2LoopbackConnection.cs
-
-
- Common\System\Net\Http\Http3LoopbackServer.cs
-
-
- Common\System\Net\Http\Http3LoopbackConnection.cs
-
-
- Common\System\Net\Http\Http3LoopbackStream.cs
-
-
- Common\System\Net\Http\HuffmanDecoder.cs
-
-
- Common\System\Net\Http\HuffmanEncoder.cs
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
index f8dc22a02beda9..c14ef4c1dd2208 100644
--- a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj
@@ -12,336 +12,226 @@
-
- Common\System\HexConverter.cs
-
-
- ProductionCode\Common\System\NotImplemented.cs
-
-
- ProductionCode\Common\System\CharArrayHelpers.cs
-
-
- ProductionCode\Common\System\StringExtensions.cs
-
-
- ProductionCode\Common\System\Text\StringBuilderCache.cs
-
-
- ProductionCode\Common\System\IO\StreamHelpers.CopyValidation.cs
-
-
- Common\System\Net\ArrayBuffer.cs
-
-
- ProductionCode\Common\System\Net\InternalException.cs
-
-
- ProductionCode\Common\System\Net\HttpDateParser.cs
-
-
- ProductionCode\Common\System\Net\HttpKnownHeaderNames.cs
-
-
- ProductionCode\Common\System\Net\HttpKnownHeaderNames.TryGetHeaderName.cs
-
-
- ProductionCode\Common\System\Net\HttpStatusDescription.cs
-
-
- ProductionCode\Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- ProductionCode\Common\System\Net\SecurityProtocol.cs
-
-
- ProductionCode\Common\System\Net\UriScheme.cs
-
-
- Common\System\Text\SimpleRegex.cs
-
-
- Common\System\ShouldNotBeInvokedException.cs
-
-
- Common\System\Net\Http\HPackEncoder.cs
-
-
- Common\System\Net\Http\HuffmanEncoder.cs
-
-
- ProductionCode\Common\src\System\Net\Mail\MailAddress.cs
-
-
- ProductionCode\Common\src\System\Net\Mail\DomainLiteralReader.cs
-
-
- ProductionCode\Common\src\System\Net\Mail\DotAtomReader.cs
-
-
- ProductionCode\Common\src\System\Net\Mail\MailAddressParser.cs
-
-
- ProductionCode\Common\src\System\Net\Mail\MailBnfHelper.cs
-
-
- ProductionCode\Common\src\System\Net\Mail\QuotedPairReader.cs
-
-
- ProductionCode\Common\src\System\Net\Mail\QuotedStringFormatReader.cs
-
-
- ProductionCode\Common\src\System\Net\Mail\WhitespaceReader.cs
-
-
- ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs
-
-
- ProductionCode\System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs
-
-
- ProductionCode\System\Net\Http\ByteArrayContent.cs
-
-
- ProductionCode\System\Net\Http\ClientCertificateOption.cs
-
-
- ProductionCode\System\Net\Http\DelegatingHandler.cs
-
-
- ProductionCode\System\IO\DelegatingStream.cs
-
-
- ProductionCode\System\Net\Http\ByteArrayHelpers.cs
-
-
- ProductionCode\System\Net\Http\FormUrlEncodedContent.cs
-
-
- ProductionCode\System\Net\Http\Headers\AltSvcHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\AltSvcHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\AuthenticationHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\BaseHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\ByteArrayHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\CacheControlHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\CacheControlHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\ContentDispositionHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\ContentRangeHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\DateHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\EntityTagHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\GenericHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\HeaderDescriptor.cs
-
-
- ProductionCode\System\Net\Http\Headers\HeaderUtilities.cs
-
-
- ProductionCode\System\Net\Http\Headers\HttpContentHeaders.cs
-
-
- ProductionCode\System\Net\Http\Headers\HttpGeneralHeaders.cs
-
-
- ProductionCode\System\Net\Http\Headers\HttpHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\HttpHeaders.cs
-
-
- ProductionCode\System\Net\Http\Headers\HttpHeaderType.cs
-
-
- ProductionCode\System\Net\Http\Headers\HttpHeaderValueCollection.cs
-
-
- ProductionCode\System\Net\Http\Headers\HttpRequestHeaders.cs
-
-
- ProductionCode\System\Net\Http\Headers\HttpResponseHeaders.cs
-
-
- ProductionCode\System\Net\Http\Headers\Int32NumberHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\Int64NumberHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\KnownHeaders.cs
-
-
- ProductionCode\System\Net\Http\Headers\KnownHeader.cs
-
-
- ProductionCode\System\Net\Http\Headers\MediaTypeHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\MediaTypeHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\MediaTypeWithQualityHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\NameValueHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\.cs
-
-
- ProductionCode\System\Net\Http\Headers\ObjectCollection.cs
-
-
- ProductionCode\System\Net\Http\Headers\ProductHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\ProductInfoHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\ProductInfoHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\RangeConditionHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\RangeHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\RangeItemHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\RetryConditionHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\StringWithQualityHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\TimeSpanHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\TransferCodingHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\TransferCodingHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\TransferCodingWithQualityHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\UriHeaderParser.cs
-
-
- ProductionCode\System\Net\Http\Headers\ViaHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\Headers\WarningHeaderValue.cs
-
-
- ProductionCode\System\Net\Http\HttpClient.cs
-
-
- ProductionCode\System\Net\Http\HttpCompletionOption.cs
-
-
- ProductionCode\System\Net\Http\HttpContent.cs
-
-
- ProductionCode\System\Net\Http\HttpMessageHandler.cs
-
-
- ProductionCode\System\Net\Http\HttpMessageInvoker.cs
-
-
- ProductionCode\System\Net\Http\HttpMethod.cs
-
-
- ProductionCode\System\Net\Http\HttpParseResult.cs
-
-
- ProductionCode\System\Net\Http\HttpRequestException.cs
-
-
- ProductionCode\System\Net\Http\RequestRetryType.cs
-
-
- ProductionCode\System\Net\Http\HttpRequestMessage.cs
-
-
- ProductionCode\System\Net\Http\HttpResponseMessage.cs
-
-
- ProductionCode\System\Net\Http\HttpRuleParser.cs
-
-
- ProductionCode\System\Net\Http\HttpUtilities.cs
-
-
- ProductionCode\System\Net\Http\MessageProcessingHandler.cs
-
-
- ProductionCode\System\Net\Http\MultipartContent.cs
-
-
- ProductionCode\System\Net\Http\MultipartFormDataContent.cs
-
-
- ProductionCode\System\Net\Http\NetEventSource.Http.cs
-
-
- ProductionCode\System\Net\Http\StreamContent.cs
-
-
- ProductionCode\System\Net\Http\StreamToStreamCopy.cs
-
-
- ProductionCode\System\Net\Http\StringContent.cs
-
-
- ProductionCode\System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs
-
-
- ProductionCode\System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.Unix.cs
-
-
- ProductionCode\System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.Windows.cs
-
-
- ProductionCode\System\Net\Http\SocketsHttpHandler\SystemProxyInfo.cs
-
-
- ProductionCode\System\Net\Http\SocketsHttpHandler\SystemProxyInfo.OSX.cs
-
-
- ProductionCode\System\Net\Http\SocketsHttpHandler\SystemProxyInfo.Unix.cs
-
-
- ProductionCode\System\Net\Http\SocketsHttpHandler\SystemProxyInfo.Windows.cs
-
-
- ProductionCode\System\Net\Http\HttpHandlerDefaults.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -400,18 +290,14 @@
-
- HPack\DynamicTableTest.cs
-
-
- HPack\HPackDecoderTest.cs
-
-
- HPack\HPackIntegerTest.cs
-
-
- HPack\HuffmanDecodingTests.cs
-
+
+
+
+
@@ -420,122 +306,83 @@
-
- ProductionCode\System\Net\Http\HttpNoProxy.cs
-
-
- ProductionCode\System\Net\Http\HttpWindowsProxy.cs
-
-
- ProductionCode\System\Net\Http\IMultiWebProxy.cs
-
-
- ProductionCode\System\Net\Http\MultiProxy.cs
-
-
- ProductionCode\System\Net\Http\FailedProxyCache.cs
-
-
- ProductionCode\System\Net\Http\WinHttpException.cs
-
-
- ProductionCode\System\Net\Http\WinHttpTraceHelper.cs
-
-
- ProductionCode\Common\Interop\Windows\Interop.Libraries.cs
-
-
- ProductionCode\Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
-
-
- ProductionCode\Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
-
-
- ProductionCode\Common\Interop\Windows\Interop.HRESULT_FROM_WIN32.cs
-
-
- ProductionCode\Common\Interop\Windows\WinHttp\Interop.SafeWinHttpHandle.cs
-
-
- ProductionCode\Common\System\Runtime\ExceptionServices\ExceptionStackTrace.cs
-
-
- ProductionCode\Common\Interop\Windows\WinHttp\Interop.winhttp_types.cs
-
-
- Common\System\Net\Http\WinInetProxyHelper.cs
-
-
- Common\System\Net\Http\aspnetcore\IHttpHeadersHandler.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\DynamicTable.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HeaderField.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HPackEncodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerDecoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\IntegerEncoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\H2StaticTable.cs
-
-
- Common\System\Net\Http\aspnetcore\Http2\Hpack\StatusCodes.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\H3StaticTable.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\HeaderField.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncoder.cs
-
-
- Common\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs
-
-
- Common\System\Text\ValueStringBuilder.cs
-
-
- WinHttpHandler\UnitTests\FakeInterop.cs
-
-
- WinHttpHandler\UnitTests\FakeRegistry.cs
-
-
- WinHttpHandler\UnitTests\FakeSafeWinHttpHandle.cs
-
-
- WinHttpHandler\UnitTests\TestControl.cs
-
-
- WinHttpHandler\UnitTests\APICallHistory.cs
-
-
- WinHttpHandler\UnitTests\TestServer.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
index d88ccb13f96788..c92d42838a74fe 100644
--- a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
+++ b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj
@@ -56,49 +56,35 @@
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\CookieComparer.cs
-
-
- Common\System\Net\CookieFields.cs
-
-
- Common\System\Net\CookieParser.cs
-
-
- Common\System\Net\CaseInsensitiveAscii.cs
-
-
- Common\System\Net\ExceptionCheck.cs
-
-
- Common\System\Net\HttpStatusDescription.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\LazyAsyncResult.cs
-
-
- Common\System\Net\UriScheme.cs
-
-
- Common\System\Net\WebHeaderEncoding.cs
-
-
- Common\System\Net\WebSockets\WebSocketValidate.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
-
+
@@ -114,12 +100,10 @@
-
- Common\System\Net\DebugSafeHandle.cs
-
-
- Common\System\Net\InternalException.cs
-
+
+
@@ -130,191 +114,130 @@
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
-
-
- Common\Interop\Windows\Interop.BOOL.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.Structs.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketAbortHandle.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketBeginClientHandshake.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketBeginServerHandshake.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketCompleteAction.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketCreateClientHandle.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketCreateServerHandle.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketDeleteHandle.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketEndServerHandshake.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketGetAction.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketReceive.cs
-
-
- Common\Interop\Windows\WebSocket\Interop.WebSocketSend.cs
-
-
- Common\Interop\Windows\HttpApi\Interop.ErrorCodes.cs
-
-
- Common\Interop\Windows\HttpApi\Interop.HttpApi.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CancelIoEx.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.LoadLibraryEx_IntPtr.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
-
-
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
-
-
- Common\System\Collections\Generic\BidirectionalDictionary.cs
-
-
- Common\System\NotImplemented.cs
-
-
- Common\System\Net\Logging\DebugThreadTracking.cs
-
-
- Common\System\Net\ContextFlagsPal.cs
-
-
- Common\System\Net\NegotiationInfoClass.cs
-
-
- Common\System\Net\NTAuthentication.Common.cs
-
-
- Common\System\Net\SecurityStatusPal.cs
-
-
- Common\System\Net\Security\SecurityBuffer.Windows.cs
-
-
- Common\System\Net\Security\SecurityBufferType.Windows.cs
-
-
- Common\System\Net\Security\SSPIHandleCache.cs
-
-
- Common\System\Net\Security\NetEventSource.Security.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\Security\SecurityContextTokenHandle.cs
-
-
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
-
-
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
-
-
- Common\System\Net\Security\NetEventSource.Security.Windows.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
-
-
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
-
-
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
-
-
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
-
-
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
-
-
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -335,11 +258,10 @@
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
index fb2211a5258098..b9a13777450542 100644
--- a/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
+++ b/src/libraries/System.Net.HttpListener/tests/System.Net.HttpListener.Tests.csproj
@@ -23,11 +23,10 @@
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
index babcb1dc6f1150..adc25952320903 100644
--- a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
+++ b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj
@@ -63,231 +63,158 @@
-
- Common\System\Net\TlsStream.cs
-
-
- Common\System\Net\InternalException.cs
-
-
- Common\System\Net\LazyAsyncResult.cs
-
-
- Common\System\Net\ContextAwareResult.cs
-
-
- Common\System\Net\Mail\MailBnfHelper.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\Mail\DotAtomReader.cs
-
-
- Common\System\Net\Mail\MailAddressParser.cs
-
-
- Common\System\Net\Mail\QuotedStringFormatReader.cs
-
-
- Common\System\Net\Mail\WhitespaceReader.cs
-
-
- Common\System\Net\Mail\QuotedPairReader.cs
-
-
- Common\System\Net\Mail\DomainLiteralReader.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
-
-
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
-
-
- Common\System\Net\DebugSafeHandle.cs
-
-
- Common\System\Net\ExceptionCheck.cs
-
-
- Common\System\Collections\Generic\BidirectionalDictionary.cs
-
-
- Common\System\NotImplemented.cs
-
-
- Common\System\Net\Logging\DebugThreadTracking.cs
-
-
- Common\System\Net\ContextFlagsPal.cs
-
-
- Common\System\Net\NegotiationInfoClass.cs
-
-
- Common\System\Net\NTAuthentication.Common.cs
-
-
- Common\System\Net\SecurityStatusPal.cs
-
-
- Common\System\Net\Security\SSPIHandleCache.cs
-
-
- Common\System\Net\Security\NetEventSource.Security.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\ContextAwareResult.Unix.cs
-
-
- Common\System\Net\ContextFlagsAdapterPal.Unix.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeCredentials.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteContext.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
-
-
- Common\System\Net\Security\Unix\SecChannelBindings.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
-
-
- Common\System\Net\Security\SecurityBuffer.Windows.cs
-
-
- Common\System\Net\Security\SecurityBufferType.Windows.cs
-
-
- Common\System\Net\Security\SecurityContextTokenHandle.cs
-
-
- Common\System\Net\ContextAwareResult.Windows.cs
-
-
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
-
-
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
-
-
- Common\System\Net\Security\NetEventSource.Security.Windows.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
-
-
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
-
-
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
-
-
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
-
-
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
-
-
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
index a11dcc181d3e57..b68e44c598cf69 100644
--- a/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
@@ -22,15 +22,12 @@
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- Common\System\IO\TempFile.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
+
+
diff --git a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
index 6750ab32a4ec4e..5a721973b144b8 100644
--- a/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
@@ -27,342 +27,232 @@
-
- ProductionCode\Base64Stream.cs
-
-
- ProductionCode\SmtpException.cs
-
-
- ProductionCode\SmtpStatusCode.cs
-
-
- ProductionCode\DelegatedStream.cs
-
-
- ProductionCode\MailAddress.cs
-
-
- ProductionCode\NetEventSource.Mail.cs
-
-
- ProductionCode\SmtpConnection.Auth.cs
-
-
- ProductionCode\ISmtpAuthenticationModule.cs
-
-
- ProductionCode\SmtpLoginAuthenticationModule.cs
-
-
- ProductionCode\SmtpNegotiateAuthenticationModule.cs
-
-
- ProductionCode\SmtpNtlmAuthenticationModule.cs
-
-
- ProductionCode\MailAddressCollection.cs
-
-
- ProductionCode\MailPriority.cs
-
-
- ProductionCode\MimePart.cs
-
-
- ProductionCode\Base64WriteStateInfo.cs
-
-
- ProductionCode\QuotedPrintableStream.cs
-
-
- ProductionCode\CloseableStream.cs
-
-
- ProductionCode\EightBitStream.cs
-
-
- ProductionCode\EncodedStreamFactory.cs
-
-
- ProductionCode\IEncodableStream.cs
-
-
- ProductionCode\QEncodedStream.cs
-
-
- ProductionCode\WriteStateInfoBase.cs
-
-
- ProductionCode\BaseWriter.cs
-
-
- ProductionCode\TransferEncoding.cs
-
-
- ProductionCode\ContentDisposition.cs
-
-
- ProductionCode\ContentType.cs
-
-
- ProductionCode\DispositionTypeNames.cs
-
-
- ProductionCode\HeaderCollection.cs
-
-
- ProductionCode\MediaTypeNames.cs
-
-
- ProductionCode\MimeBasePart.cs
-
-
- ProductionCode\SmtpDateTime.cs
-
-
- ProductionCode\MultiAsyncResult.cs
-
-
- ProductionCode\TrackingStringDictionary.cs
-
-
- ProductionCode\TrackingValidationObjectDictionary.cs
-
-
- ProductionCode\MailHeaderID.cs
-
-
- ProductionCode\MailHeaderInfo.cs
-
-
- ProductionCode\BufferBuilder.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\TlsStream.cs
-
-
- Common\System\Net\InternalException.cs
-
-
- Common\System\Net\LazyAsyncResult.cs
-
-
- Common\System\Net\ContextAwareResult.cs
-
-
- Common\System\Net\Mail\MailBnfHelper.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\Mail\DotAtomReader.cs
-
-
- Common\System\Net\Mail\MailAddressParser.cs
-
-
- Common\System\Net\Mail\QuotedStringFormatReader.cs
-
-
- Common\System\Net\Mail\WhitespaceReader.cs
-
-
- Common\System\Net\Mail\QuotedPairReader.cs
-
-
- Common\System\Net\Mail\DomainLiteralReader.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
-
-
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
-
-
- Common\System\Net\DebugSafeHandle.cs
-
-
- Common\System\Net\ExceptionCheck.cs
-
-
- Common\System\Collections\Generic\BidirectionalDictionary.cs
-
-
- Common\System\NotImplemented.cs
-
-
- Common\System\Net\Logging\DebugThreadTracking.cs
-
-
- Common\System\Net\ContextFlagsPal.cs
-
-
- Common\System\Net\NegotiationInfoClass.cs
-
-
- Common\System\Net\NTAuthentication.Common.cs
-
-
- Common\System\Net\SecurityStatusPal.cs
-
-
- Common\System\Net\Security\SSPIHandleCache.cs
-
-
- Common\System\Net\Security\NetEventSource.Security.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\ContextAwareResult.Unix.cs
-
-
- Common\System\Net\ContextFlagsAdapterPal.Unix.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeCredentials.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteContext.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
-
-
- Common\System\Net\Security\Unix\SecChannelBindings.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
-
-
- Common\System\Net\Security\SecurityBuffer.Windows.cs
-
-
- Common\System\Net\Security\SecurityBufferType.Windows.cs
-
-
- Common\System\Net\Security\SecurityContextTokenHandle.cs
-
-
- Common\System\Net\ContextAwareResult.Windows.cs
-
-
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
-
-
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
-
-
- Common\System\Net\Security\NetEventSource.Security.Windows.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
-
-
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
-
-
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
-
-
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
-
-
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
-
-
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
index e4107a9b1a3290..7d5e1cc07d29c0 100644
--- a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
+++ b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj
@@ -10,140 +10,99 @@
-
- Common\System\Net\Logging\DebugThreadTracking.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\InternalException.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
-
- Common\System\Net\Sockets\ProtocolType.cs
-
-
- Common\System\Net\Sockets\SocketType.cs
-
-
- Common\System\Net\IPAddressParserStatics.cs
-
-
- Common\System\Net\IPEndPointStatics.cs
-
-
- Common\System\Net\ByteOrder.cs
-
+
+
+
+
+
-
- Common\System\Net\DebugSafeHandle.cs
-
+
-
- Common\System\Net\Internals\IPAddressExtensions.cs
-
-
- Common\System\Net\Internals\SocketExceptionFactory.Windows.cs
-
-
- Common\System\Net\SocketProtocolSupportPal.Windows
-
-
- Common\System\Net\SocketAddressPal.Windows
-
+
+
+
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\WinSock\AddressInfoHints.cs
-
-
- Common\Interop\Windows\WinSock\hostent.cs
-
-
- Common\Interop\Windows\WinSock\Interop.closesocket.cs
-
-
- Common\Interop\Windows\WinSock\Interop.gethostname.cs
-
-
- Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs
-
-
- Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSAStartup.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
-
-
- Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
-
-
- Common\System\Net\Sockets\ProtocolFamily.cs
-
-
- Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\InteropIPAddressExtensions.Unix.cs
-
-
- Common\System\Net\Internals\SocketAddressPal.Unix.cs
-
-
- Common\System\Net\SocketProtocolSupportPal.Unix
-
-
- Common\System\Net\Internals\SocketExceptionFactory.cs
-
-
- Common\System\Net\Internals\SocketExceptionFactory.Unix.cs
-
-
- Common\System\Net\Internals\Interop.CheckedAccess.cs
-
-
- Common\Interop\CoreLib\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Close.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
-
-
- Common\Interop\Unix\System.Native\Interop.HostEntries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.IPAddress.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Socket.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -161,4 +120,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
index 48b39fe6179402..eb8576ed2e55f6 100644
--- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
@@ -12,17 +12,13 @@
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Sockets.cs
-
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
index 7fcacc540d25db..559c1bf3e45dd8 100644
--- a/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj
@@ -10,145 +10,102 @@
-
- ProductionCode\System\Net\IPHostEntry.cs
-
+
-
- Common\System\Net\Logging\NetEventSource.cs
-
-
- Common\System\Net\Sockets\ProtocolType.cs
-
-
- Common\System\Net\Sockets\SocketType.cs
-
-
- Common\System\Net\IPEndPointStatics.cs
-
-
- Common\System\Net\IPAddressParserStatics.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
-
- Common\System\Net\ByteOrder.cs
-
+
+
+
+
+
+
+
+
-
- ProductionCode\System\Net\NameResolutionPal.Windows.cs
-
-
- ProductionCode\System\Net\NameResolutionPal.Win32.cs
-
-
- Common\System\Net\InternalException.cs
-
-
- System\Net\SocketProtocolSupportPal.Windows
-
-
- Common\System\Net\SocketAddressPal.Windows
-
+
+
+
+
+
-
- Common\System\Net\DebugSafeHandle.cs
-
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\WinSock\AddressInfoHints.cs
-
-
- Common\Interop\Windows\WinSock\hostent.cs
-
-
- Common\Interop\Windows\WinSock\Interop.closesocket.cs
-
-
- Common\Interop\Windows\WinSock\Interop.gethostname.cs
-
-
- Common\Interop\Windows\WinSock\Interop.GetNameInfoW.cs
-
-
- Common\Interop\Windows\WinSock\Interop.GetAddrInfoW.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSAStartup.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
-
-
- Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
-
-
- Common\System\Net\Sockets\ProtocolFamily.cs
-
-
- Common\Interop\Windows\WinSock\Interop.GetAddrInfoExW.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\Internals\SocketAddressPal.Unix.cs
-
-
- Common\System\Net\Internals\Interop.CheckedAccess.cs
-
-
- Common\System\Net\InteropIPAddressExtensions.Unix.cs
-
-
- ProductionCode\Common\System\Net\Internals\SocketExceptionFactory.cs
-
-
- ProductionCode\Common\System\Net\Internals\SocketExceptionFactory.Unix.cs
-
-
- ProductionCode\System\Net\NameResolutionPal.Unix.cs
-
-
- System\Net\SocketProtocolSupportPal.Unix.cs
-
-
- Common\Interop\CoreLib\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Close.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
-
-
- Common\Interop\Unix\System.Native\Interop.HostEntry.cs
-
-
- Common\Interop\Unix\System.Native\Interop.IPAddress.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Socket.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
index ff5ea142ae7ac1..fa51396ca607c2 100644
--- a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
+++ b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj
@@ -12,12 +12,10 @@
-
- ProductionCode\System\Net\IPHostEntry.cs
-
-
- ProductionCode\System\Net\Dns.cs
-
+
+
@@ -32,17 +30,13 @@
-
- ProductionCode\Common\System\Net\Internals\SocketExceptionFactory.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\InternalException.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
index 1dafbcc8a66948..3b8c89f32df7c7 100644
--- a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
+++ b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
@@ -44,31 +44,24 @@
-
- Common\System\NotImplemented.cs
-
-
- Common\System\Net\NetworkInformation\HostInformation.cs
-
-
- Common\System\Net\NetworkInformation\NetworkInformationException.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
+
-
- Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
-
+
+
@@ -93,55 +86,39 @@
-
- Common\System\Net\ContextAwareResult.cs
-
-
- Common\System\Net\ContextAwareResult.Windows.cs
-
-
- Common\System\Net\LazyAsyncResult.cs
-
-
- Common\System\Net\ByteOrder.cs
-
-
- Common\System\Net\IPAddressParserStatics.cs
-
-
- Common\System\Net\SocketAddress.cs
-
-
- Common\System\Net\SocketAddressPal.Windows.cs
-
-
- Common\System\Net\NetworkInformation\StartIPOptions.cs
-
-
- Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
-
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.NetworkInformation.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSAEventSelect.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs
-
+
+
+
+
+
+
+
@@ -158,33 +135,24 @@
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.EnumerateInterfaceAddresses.cs
-
-
- System\Net\NetworkInformation\HostInformationPal.Unix.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetDomainName.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
-
-
- Common\Interop\Unix\System.Native\Interop.MapTcpState.cs
-
-
- Common\Interop\CoreLib\Unix\Interop.Errors.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
-
- Common\System\IO\RowConfigReader.cs
-
+
+
+
+
+
+
+
+
+
@@ -209,12 +177,10 @@
-
- Common\System\IO\StringParser.cs
-
-
- Common\Interop\Linux\Interop.LinuxNetDeviceFlags.cs
-
+
+
@@ -233,42 +199,33 @@
-
- Common\Interop\BSD\System.Native\Interop.ProtocolStatistics.cs
-
-
- Common\Interop\BSD\System.Native\Interop.TcpConnectionInfo.cs
-
+
+
-
- Common\Interop\OSX\Interop.CoreFoundation.cs
-
-
- Common\Interop\OSX\Interop.Libraries.cs
-
-
- Common\Interop\OSX\Interop.RunLoop.cs
-
-
- Common\Interop\OSX\Interop.SystemConfiguration.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
-
+
+
+
+
+
-
- Common\Interop\FreeBSD\Interop.Libraries.cs
-
+
-
- Common\Interop\Unix\System.Native\Interop.NetworkChange.cs
-
+
diff --git a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
index 4e5a858b2fb43f..f9b964b19b5dac 100644
--- a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
+++ b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj
@@ -6,30 +6,22 @@
-
- SharedSource\StringParsingHelpers.Addresses.cs
-
-
- SharedSource\StringParsingHelpers.Connections.cs
-
-
- SharedSource\StringParsingHelpers.Dns.cs
-
-
- SharedSource\StringParsingHelpers.Misc.cs
-
-
- SharedSource\StringParsingHelpers.Statistics.cs
-
-
- SharedSource\NetworkFiles.cs
-
-
- SharedSource\SimpleTcpConnectionInformation.cs
-
-
- SharedSource\SimpleGatewayIPAddressInformation.cs
-
+
+
+
+
+
+
+
+
@@ -47,24 +39,18 @@
-
- Common\System\Net\TestLogging.cs
-
-
- Common\System\Net\VerboseTestLogging.cs
-
-
- Common\System\Net\EventSourceTestLogging.cs
-
-
- Common\System\Net\Capability.Sockets.cs
-
-
- Common\System\IO\StringParser.cs
-
-
- Common\System\IO\RowConfigReader.cs
-
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
index 36d2f01f06dd80..d21687048995d7 100644
--- a/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
+++ b/src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
@@ -17,108 +17,81 @@
-
- Common\System\Net\ByteOrder.cs
-
-
- Common\System\Net\IPAddressParserStatics.cs
-
-
- Common\System\Net\SocketAddress.cs
-
+
+
+
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\InternalException.cs
-
+
+
-
- Common\System\Net\Internals\IPAddressExtensions.cs
-
-
- Common\System\Net\Internals\IPEndPointExtensions.cs
-
+
+
-
- Common\System\Net\RawSocketPermissions.cs
-
-
- Common\System\Net\SocketAddressPal.Unix.cs
-
-
- Common\System\Net\SocketProtocolSupportPal.Unix.cs
-
-
- Common\System\Net\NetworkInformation\UnixCommandLinePing.cs
-
+
+
+
+
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Close.cs
-
-
- Common\Interop\Unix\System.Native\Interop.ReadLink.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Socket.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
-
+
+
+
+
+
+
-
- Common\System\Net\SocketAddressPal.Windows.cs
-
-
- Common\System\Net\SocketProtocolSupportPal.Windows.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
-
+
+
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.ICMP.cs
-
-
- Common\Interop\Windows\WinSock\Interop.closesocket.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
-
-
- Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
-
+
+
+
+
+
+
-
- Common\System\Net\Sockets\SocketType.cs
-
+
diff --git a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
index 87cbbaf4c6139d..e8b25d0500fcba 100644
--- a/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
@@ -13,26 +13,19 @@
-
- SocketCommon\Configuration.cs
-
-
- SocketCommon\Configuration.Ping.cs
-
-
- Common\System\Net\RawSocketPermissions.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.ReadLink.cs
-
-
- Common\System\Net\NetworkInformation\UnixCommandLinePing.cs
-
-
- Common\System\Net\Capability.RawSocketPermissions.cs
-
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
index 4d6d6413db52f2..336460cdd13268 100644
--- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
+++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj
@@ -29,12 +29,10 @@
-
- System\Net\IPv4AddressHelper.Common.cs
-
-
- System\Net\IPv6AddressHelper.Common.cs
-
+
+
@@ -50,145 +48,101 @@
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Net\ByteOrder.cs
-
-
- ProductionCode\System\Net\CookieComparer.cs
-
-
- Common\System\Net\CookieFields.cs
-
-
- Common\System\Net\CookieParser.cs
-
-
- Common\System\Net\IPAddressParserStatics.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\TcpValidationHelpers.cs
-
-
- Common\System\Net\UriScheme.cs
-
-
- Common\System\Net\SocketAddress.cs
-
-
- Common\System\Net\NegotiationInfoClass.cs
-
-
- Common\System\Net\NetworkInformation\HostInformation.cs
-
-
- Common\System\Marvin.cs
-
-
- Common\System\Text\StringBuilderCache.cs
-
-
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\NotImplemented.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.Alg.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SchProtocols.cs
-
-
- Common\Interop\Windows\WinSock\Interop.ErrorCodes.cs
-
+
+
+
+
+
-
- Common\System\Net\SocketAddressPal.Windows.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs
-
-
- Common\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.if_nametoindex.cs
-
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\SocketAddressPal.Unix.cs
-
-
- Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs
-
-
- Common\System\Net\Sockets\SocketErrorPal.Unix.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetDomainName.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetHostName.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
-
-
- Common\Interop\Unix\System.Native\Interop.HostEntry.cs
-
-
- Common\Interop\Unix\System.Native\Interop.IPAddress.cs
-
-
- Common\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs
-
-
- Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj b/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
index 57187bfa326d07..1ef5c758214de5 100644
--- a/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/FunctionalTests/System.Net.Primitives.Functional.Tests.csproj
@@ -24,9 +24,8 @@
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
+
diff --git a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
index 2cf3d34ae653c1..1dd265af159561 100644
--- a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj
@@ -14,149 +14,104 @@
-
- ProductionCode\System\Net\Sockets\AddressFamily.cs
-
-
- ProductionCode\System\Net\Sockets\SocketError.cs
-
-
- ProductionCode\System\Net\IPAddress.cs
-
-
- ProductionCode\System\Net\IPAddressParser.cs
-
-
- ProductionCode\System\Net\IPv4AddressHelper.Common.cs
-
-
- ProductionCode\System\Net\IPv6AddressHelper.Common.cs
-
-
- ProductionCode\System\Net\IPEndPoint.cs
-
-
- Common\System\Net\SocketAddress.cs
-
-
- ProductionCode\System\Net\EndPoint.cs
-
-
- ProductionCode\Common\System\Marvin.cs
-
-
- ProductionCode\Common\System\Text\StringBuilderCache.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
-
- ProductionCode\System\Net\SocketException.cs
-
-
- ProductionCode\Common\System\Net\ByteOrder.cs
-
-
- ProductionCode\Common\System\Net\InternalException.cs
-
-
- ProductionCode\Common\System\Net\IPAddressParserStatics.cs
-
-
- ProductionCode\Common\System\Net\TcpValidationHelpers.cs
-
-
- ProductionCode\Common\System\NotImplemented.cs
-
-
- ProductionCode\Common\Interop\Windows\WinSock\Interop.ErrorCodes.cs
-
+
+
+
+
+
+
+
-
- ProductionCode\System\Net\SocketException.Windows.cs
-
-
- Common\System\Net\SocketAddressPal.Windows.cs
-
-
- Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs
-
-
- Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs
-
-
- ProductionCode\Common\Interop\Windows\Interop.Libraries.cs
-
-
- ProductionCode\Common\Interop\Windows\NtDll\Interop.NtStatus.cs
-
-
- ProductionCode\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs
-
-
- ProductionCode\Common\Interop\Windows\IpHlpApi\Interop.if_nametoindex.cs
-
+
+
+
+
+
+
+
+
+
+
+
-
- ProductionCode\System\Net\SocketException.Unix.cs
-
-
- Common\System\Net\NetworkInformation\HostInformationPal.Unix.cs
-
-
- Common\System\Net\SocketAddressPal.Unix.cs
-
-
- Common\System\Net\Sockets\SocketErrorPal.Unix.cs
-
-
- ProductionCode\Common\Interop\Interop.CheckedAccess.cs
-
-
- ProductionCode\Interop\Unix\Interop.Errors.cs
-
-
- ProductionCode\Common\Interop\Unix\Interop.Libraries.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.GetDomainName.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.GetHostName.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.GetNameInfo.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.HostEntry.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.IPAddress.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
-
-
- ProductionCode\Common\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj b/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
index 23430eac94c227..a88f09f865e9ea 100644
--- a/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
+++ b/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj
@@ -17,54 +17,38 @@
-
- ProductionCode\System\Net\CookieCollection.cs
-
-
- ProductionCode\System\Net\Cookie.cs
-
-
- ProductionCode\System\Net\CookieContainer.cs
-
-
- ProductionCode\System\Net\Sockets\SocketError.cs
-
-
- ProductionCode\System\Net\IPAddress.cs
-
-
- ProductionCode\System\Net\EndPoint.cs
-
-
- ProductionCode\System\Net\Sockets\AddressFamily.cs
-
-
- ProductionCode\System\Net\CookieComparer.cs
-
-
- Common\System\Net\CookieFields.cs
-
-
- ProductionCode\System\Net\CookieParser.cs
-
-
- ProductionCode\System\Net\SocketAddress.cs
-
-
- ProductionCode\System\Net\IPEndPoint.cs
-
-
- ProductionCode\System\Net\SocketException.cs
-
-
- ProductionCode\System\Net\IPAddressParser.cs
-
-
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -72,85 +56,60 @@
-
- Common\System\StringExtensions.cs
-
-
- ProductionCode\Common\System\Net\ByteOrder.cs
-
-
- ProductionCode\Common\System\Net\HttpKnownHeaderNames.cs
-
-
- ProductionCode\Common\System\Net\IPAddressParserStatics.cs
-
-
- ProductionCode\Common\System\Net\TcpValidationHelpers.cs
-
-
- ProductionCode\Common\System\Net\UriScheme.cs
-
-
- Common\System\Marvin.cs
-
-
- Common\System\Text\StringBuilderCache.cs
-
+
+
+
+
+
+
+
+
-
- ProductionCode\Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- ProductionCode\Common\System\Net\InternalException.cs
-
-
- ProductionCode\Common\System\NotImplemented.cs
-
-
- ProductionCode\Common\Interop\Windows\WinSock\Interop.ErrorCodes.cs
-
+
+
+
+
-
- ProductionCode\System\Net\SocketException.Unix.cs
-
-
- Common\System\Net\SocketAddressPal.Windows.cs
-
-
- ProductionCode\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs
-
-
- ProductionCode\Common\Interop\Windows\IpHlpApi\Interop.if_nametoindex.cs
-
-
- ProductionCode\Common\Interop\Windows\Interop.Libraries.cs
-
+
+
+
+
+
-
- ProductionCode\System\Net\SocketException.Unix.cs
-
-
- ProductionCode\System\Net\NetworkInformation\InterfaceInfoPal.Unix.cs
-
-
- Common\System\Net\SocketAddressPal.Unix.cs
-
-
- ProductionCode\Common\System\Net\Sockets\SocketErrorPal.Unix.cs
-
-
- ProductionCode\Common\Interop\Unix\Interop.Libraries.cs
-
-
- ProductionCode\Interop\Unix\Interop.Errors.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
-
-
- ProductionCode\Common\Interop\Unix\System.Native\Interop.InterfaceNameToIndex.cs
-
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
index 63f1a993667655..0b81d0749fb410 100644
--- a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
+++ b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj
@@ -43,62 +43,45 @@
-
- Common\System\Net\Http\HttpHandlerDefaults.cs
-
-
- Common\System\Net\InternalException.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\Logging\DebugThreadTracking.cs
-
-
- Common\System\Net\HttpDateParser.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\HttpValidationHelpers.cs
-
-
- Common\System\Net\LazyAsyncResult.cs
-
-
- Common\System\Net\ContextAwareResult.cs
-
-
- Common\System\Net\ExceptionCheck.cs
-
-
- Common\System\Net\TlsStream.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
-
- Common\System\NotImplemented.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Windows\WinInet\Interop.wininet_errors.cs
-
-
- Common\System\Net\ContextAwareResult.Windows.cs
-
+
+
-
- Common\System\Net\ContextAwareResult.Unix.cs
-
+
@@ -124,4 +107,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj b/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
index d10fd19dfe020d..e0c47d0262bdbf 100644
--- a/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
+++ b/src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
@@ -11,33 +11,24 @@
-
- Common\System\Net\Capability.Security.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Certificates.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
-
- Common\System\Net\Configuration.Security.cs
-
-
- Common\System\Net\Http\LoopbackServer.cs
-
-
- Common\System\Net\Http\LoopbackServer.AuthenticationHelpers.cs
-
-
- Common\System\Net\Http\GenericLoopbackServer.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
+
+
+
+
+
+
+
+
@@ -52,4 +43,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Security/src/System.Net.Security.csproj b/src/libraries/System.Net.Security/src/System.Net.Security.csproj
index dbf541c0f4a3da..868faddb5727a8 100644
--- a/src/libraries/System.Net.Security/src/System.Net.Security.csproj
+++ b/src/libraries/System.Net.Security/src/System.Net.Security.csproj
@@ -47,66 +47,48 @@
-
- Common\System\Net\Logging\DebugThreadTracking.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\InternalException.cs
-
+
+
+
-
- Common\System\Net\DebugSafeHandle.cs
-
-
- Common\System\Net\DebugCriticalHandleMinusOneIsInvalid.cs
-
-
- Common\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
-
+
+
+
Common\System\Net\ArrayBuffer.cs
-
- Common\System\Net\ExceptionCheck.cs
-
-
- Common\System\Net\LazyAsyncResult.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
-
- Common\System\Net\UriScheme.cs
-
+
+
+
+
-
- Common\System\NotImplemented.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
-
- Common\System\Net\Security\SSPIHandleCache.cs
-
-
- Common\System\Net\ContextFlagsPal.cs
-
-
- Common\System\Net\NegotiationInfoClass.cs
-
-
- Common\System\Net\NTAuthentication.Common.cs
-
-
- Common\System\Net\SecurityStatusPal.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
+
+
+
+
@@ -155,166 +137,114 @@
-
- Common\System\Net\Security\SecurityBuffer.Windows.cs
-
-
- Common\System\Net\Security\SecurityBufferType.Windows.cs
-
+
+
-
- Common\System\Net\SecurityStatusAdapterPal.Windows.cs
-
-
- Common\System\Net\ContextFlagsAdapterPal.Windows.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Windows.cs
-
-
- Common\System\Net\Security\SecurityContextTokenHandle.cs
-
+
+
+
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.certificates_types.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs
-
-
- Common\Interop\Windows\SChannel\Interop.Alerts.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SchProtocols.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs
-
-
- Common\Interop\Windows\SChannel\SecPkgContext_CipherInfo.cs
-
-
- Common\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs
-
-
- Common\Interop\Windows\SChannel\Interop.Sec_Application_Protocols.cs
-
-
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.cs
-
-
- Common\Interop\Windows\SChannel\UnmanagedCertificateContext.IntPtr.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Bindings.cs
-
-
- Common\Interop\Windows\SspiCli\GlobalSSPI.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.SSPI.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_NegotiationInfoW.cs
-
-
- Common\Interop\Windows\SspiCli\NegotiationInfoClass.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_Sizes.cs
-
-
- Common\System\Collections\Generic\BidirectionalDictionary.cs
-
-
- Common\Interop\Windows\SspiCli\SafeDeleteContext.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfo.cs
-
-
- Common\Interop\Windows\SspiCli\SecurityPackageInfoClass.cs
-
-
- Common\Interop\Windows\SspiCli\SecuritySafeHandles.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIAuthType.cs
-
-
- Common\Interop\Windows\SspiCli\ISSPIInterface.cs
-
-
- Common\Interop\Windows\SspiCli\SSPISecureChannelType.cs
-
-
- Common\Interop\Windows\SspiCli\SSPIWrapper.cs
-
-
- Common\Interop\Windows\SspiCli\SecPkgContext_StreamSizes.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.Initialization.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs
-
-
- Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
-
-
- Common\System\Net\ContextFlagsAdapterPal.Unix.cs
-
-
- Common\System\Net\Http\TlsCertificateExtensions.cs
-
-
- Common\System\Net\Security\NegotiateStreamPal.Unix.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteContext.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeCredentials.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs
-
-
- Common\System\Net\Security\Unix\SecChannelBindings.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -327,119 +257,82 @@
-
- Common\System\Net\Security\CertificateValidation.Unix.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SetProtocolOptions.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtxOptions.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
-
-
- Common\System\Net\Security\Unix\SafeDeleteSslContext.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeCertContext.cs
-
-
- Common\System\Net\Security\Unix\SafeFreeSslCredentials.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\OSX\Interop.CoreFoundation.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
-
-
- Common\Interop\OSX\Interop.Libraries.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SslErr.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ssl.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
index 81eb118f1cc598..b1b8131d7655a6 100644
--- a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj
@@ -7,20 +7,15 @@
-
- Common\System\Net\EnterpriseTests\EnterpriseTestConfiguration.cs
-
-
- Common\System\Net\VirtualNetwork\VirtualNetwork.cs
-
-
- Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
-
- ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
index 1717a98df4cc8c..ef6656e25ae687 100644
--- a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
@@ -30,62 +30,44 @@
-
- Common\System\IO\DelegateStream.cs
-
-
- Common\System\Net\Capability.Security.cs
-
-
- Common\System\Net\SslStreamCertificatePolicy.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Security.cs
-
-
- Common\System\Net\Configuration.Certificates.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
-
- Common\System\Net\HttpsTestClient.cs
-
-
- Common\System\Net\HttpsTestServer.cs
-
-
- Common\System\Net\SslProtocolSupport.cs
-
-
- Common\System\Net\TestLogging.cs
-
-
- Common\System\Net\VerboseTestLogging.cs
-
-
- Common\System\Net\EventSourceTestLogging.cs
-
-
- Common\System\Net\VirtualNetwork\VirtualNetwork.cs
-
-
- Common\System\Net\VirtualNetwork\VirtualNetworkStream.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
-
- ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- src\SniHelper.cs
-
+
@@ -101,27 +83,22 @@
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
+
-
- Common\System\Net\Capability.Security.Windows.cs
-
+
-
- Common\System\Net\Capability.Security.Unix.cs
-
-
- Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
+
+
+
diff --git a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
index d61c5a77775955..49823f8c08916d 100644
--- a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
@@ -26,61 +26,44 @@
-
- CommonTest\System\Net\SslProtocolSupport.cs
-
-
- Common\System\HexConverter.cs
-
+
+
-
- ProductionCode\System\Net\Security\SslStream.cs
-
-
- ProductionCode\System\Net\Security\SslClientAuthenticationOptions.cs
-
-
- ProductionCode\System\Net\Security\SslServerAuthenticationOptions.cs
-
-
- ProductionCode\System\Net\Security\SslAuthenticationOptions.cs
-
-
- ProductionCode\System\Net\Security\SslApplicationProtocol.cs
-
-
- ProductionCode\System\Net\Security\SslConnectionInfo.cs
-
-
- ProductionCode\System\Net\Security\SslStream.Implementation.Adapters.cs
-
-
- ProductionCode\System\Net\SslStreamContext.cs
-
-
- ProductionCode\Common\System\Net\SecurityProtocol.cs
-
-
- ProductionCode\Common\System\Net\TlsAlertType.cs
-
-
- ProductionCode\Common\System\Net\TlsAlertMessage.cs
-
-
- Common\Interop\Windows\SChannel\Interop.Alerts.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- ProductionCode\Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- ProductionCode\Common\System\Net\InternalException.cs
-
+
+
diff --git a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
index 3d74a783912353..b40455379cd3f9 100644
--- a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
+++ b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj
@@ -48,70 +48,50 @@
-
- Common\System\IO\StreamHelpers.CopyValidation.cs
-
+
-
- Common\System\Net\Logging\DebugThreadTracking.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\InternalException.cs
-
+
+
+
-
- Common\System\Net\DebugSafeHandleMinusOneIsInvalid.cs
-
+
-
- Common\System\Net\ContextAwareResult.cs
-
-
- Common\System\Net\LazyAsyncResult.cs
-
-
- Common\System\Net\ByteOrder.cs
-
-
- Common\System\Net\IPEndPointStatics.cs
-
-
- Common\System\Net\IPAddressParserStatics.cs
-
-
- Common\System\Net\ExceptionCheck.cs
-
-
- Common\System\Net\RangeValidationHelpers.cs
-
-
- Common\System\Net\SocketAddress.cs
-
-
- Common\System\Net\TcpValidationHelpers.cs
-
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\Internals\IPEndPointExtensions.cs
-
-
- Common\System\Net\Internals\IPAddressExtensions.cs
-
-
- Common\System\Net\Internals\SocketExceptionFactory.cs
-
-
- Common\System\Net\Sockets\ProtocolFamily.cs
-
-
- Common\System\Net\Sockets\ProtocolType.cs
-
-
- Common\System\Net\Sockets\SocketType.cs
-
+
+
+
+
+
+
@@ -128,127 +108,87 @@
-
- Common\System\Net\ContextAwareResult.Windows.cs
-
-
- Common\System\Net\SocketAddressPal.Windows.cs
-
-
- Common\System\Net\SocketProtocolSupportPal.Windows
-
+
+
+
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\WinSock\Interop.accept.cs
-
-
- Common\Interop\Windows\WinSock\Interop.bind.cs
-
-
- Common\Interop\Windows\WinSock\Interop.closesocket.cs
-
-
- Common\Interop\Windows\WinSock\Interop.getpeername.cs
-
-
- Common\Interop\Windows\WinSock\Interop.getsockname.cs
-
-
- Common\Interop\Windows\WinSock\Interop.getsockopt.cs
-
-
- Common\Interop\Windows\WinSock\Interop.ioctlsocket.cs
-
-
- Common\Interop\Windows\WinSock\Interop.listen.cs
-
-
- Common\Interop\Windows\WinSock\Interop.recv.cs
-
-
- Common\Interop\Windows\WinSock\Interop.recvfrom.cs
-
-
- Common\Interop\Windows\WinSock\Interop.select.cs
-
-
- Common\Interop\Windows\WinSock\Interop.send.cs
-
-
- Common\Interop\Windows\WinSock\Interop.sendto.cs
-
-
- Common\Interop\Windows\WinSock\Interop.setsockopt.cs
-
-
- Common\Interop\Windows\WinSock\Interop.shutdown.cs
-
-
- Common\Interop\Windows\WinSock\Interop.TransmitFile.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WinsockBSD.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WinsockAsync.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSAConnect.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSADuplicateSocket.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSAGetOverlappedResult.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSAIoctl.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSARecv.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSARecvFrom.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSASend.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSASendTo.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSASocketW.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSASocketW.SafeCloseSocket.cs
-
-
- Common\Interop\Windows\WinSock\Interop.SocketConstructorFlags.cs
-
-
- Common\Interop\Windows\WinSock\SafeNativeOverlapped.cs
-
-
- Common\Interop\Windows\WinSock\WSABuffer.cs
-
-
- Common\Interop\Windows\WinSock\Interop.WSAPROTOCOL_INFOW.cs
-
-
- Common\Interop\Windows\Interop.CancelIoEx.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.SetFileCompletionNotificationModes.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.HandleInformation.cs
-
-
- Common\System\Net\CompletionPortHelper.Windows.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -264,135 +204,92 @@
-
- Common\System\Net\ContextAwareResult.Unix.cs
-
-
- Common\System\Net\InteropIPAddressExtensions.Unix.cs
-
-
- Common\System\Net\SocketAddressPal.Unix.cs
-
-
- Common\System\Net\SocketProtocolSupportPal.Unix
-
-
- Common\System\Net\Sockets\SocketErrorPal.Unix
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Accept.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Bind.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Close.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Connect.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Fcntl.cs
-
-
- Common\Interop\Unix\Interop.Disconnect.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetBytesAvailable.cs
-
-
- Common\Interop\Unix\Interop.GetDomainSocketSizes.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetPeerName.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetSocketErrorOption.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetSocketType.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetSockName.cs
-
-
- Common\Interop\Unix\System.Native\Interop.GetSockOpt.cs
-
-
- Common\Interop\Unix\System.Native\Interop.IPAddress.cs
-
-
- Common\Interop\Unix\System.Native\Interop.IPPacketInformation.cs
-
-
- Common\Interop\Unix\System.Native\Interop.LingerOption.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SendFile.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SetSendTimeout.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SetReceiveTimeout.cs
-
-
- Common\Interop\Unix\Interop.Stat.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Listen.cs
-
-
- Common\Interop\Unix\System.Native\Interop.MemSet.cs
-
-
- Common\Interop\Unix\System.Native\Interop.MessageHeader.cs
-
-
- Common\Interop\Unix\System.Native\Interop.MulticastOption.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Poll.cs
-
-
- Common\Interop\Unix\System.Native\Interop.PlatformSocketSupport.cs
-
-
- Common\Interop\Unix\System.Native\Interop.ReceiveMessage.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SendMessage.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SetSockOpt.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Shutdown.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Socket.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SocketEvent.cs
-
-
- Common\Interop\Unix\System.Native\Interop.SocketAddress.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Pipe.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Write.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -413,4 +310,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
index 7d1142099157c0..ab01170df35f44 100644
--- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
+++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj
@@ -47,63 +47,44 @@
-
- SocketCommon\Configuration.cs
-
-
- SocketCommon\Configuration.Sockets.cs
-
-
- SocketCommon\TestSettings.cs
-
-
- SocketCommon\Fletcher32.cs
-
-
- SocketCommon\SocketTestExtensions.cs
-
-
- SocketCommon\SocketTestServer.cs
-
-
- SocketCommon\SocketTestServerAsync.cs
-
-
- SocketCommon\SocketTestServerAPM.cs
-
-
- SocketCommon\SocketImplementationType.cs
-
+
+
+
+
+
+
+
+
+
-
- Common\System\Net\TestLogging.cs
-
-
- Common\System\Net\VerboseTestLogging.cs
-
-
- Common\System\Net\EventSourceTestLogging.cs
-
-
- Common\System\Net\Capability.Sockets.cs
-
-
- Common\System\ShouldNotBeInvokedException.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
-
- Common\System\Buffers\NativeMemoryManager.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
index 282b766f7fcb36..525298aa6f339b 100644
--- a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
+++ b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj
@@ -6,24 +6,18 @@
-
- Common\System\IO\DelegatingStream.cs
-
-
- Common\System\IO\ChunkedMemoryStream.cs
-
-
- Common\System\Threading\Tasks\BeginEndAwaitableAdapter.cs
-
-
- Common\System\Threading\Tasks\RendezvousAwaitable.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
index b011f8361e954f..140cbb8132dd0b 100644
--- a/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
+++ b/src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
@@ -6,29 +6,21 @@
-
- Common\System\Net\Capability.Security.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Certificates.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
-
- Common\System\Net\Configuration.Security.cs
-
-
- Common\System\Net\Http\LoopbackServer.cs
-
-
- Common\System\Net\Http\GenericLoopbackServer.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
index e7d45fd91bcca9..5fd0e9acb783c0 100644
--- a/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
+++ b/src/libraries/System.Net.WebHeaderCollection/src/System.Net.WebHeaderCollection.csproj
@@ -12,21 +12,16 @@
-
- Common\System\Net\CaseInsensitiveAscii.cs
-
-
- Common\System\StringExtensions.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\HttpValidationHelpers.cs
-
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
+
+
+
+
+
diff --git a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
index 60ee641776b69b..cfed5c7b931139 100644
--- a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
+++ b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj
@@ -10,22 +10,17 @@
-
- Common\System\Net\Logging\NetEventSource.Common.cs
-
-
- Common\System\Net\UriScheme.cs
-
-
- Common\System\Net\WebSockets\WebSocketValidate.cs
-
+
+
+
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
-
- Common\System\Net\SecurityProtocol.cs
-
+
+
@@ -54,4 +49,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
index d685d7b270d7f2..3b7eb276d0e9c3 100644
--- a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
@@ -9,39 +9,28 @@
-
- Common\System\Net\Capability.Security.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.Certificates.cs
-
-
- Common\System\Net\Configuration.Http.cs
-
-
- Common\System\Net\Configuration.Security.cs
-
-
- Common\System\Net\Configuration.WebSockets.cs
-
-
- Common\System\Net\EventSourceTestLogging.cs
-
-
- Common\System\Net\Http\LoopbackProxyServer.cs
-
-
- Common\System\Net\Http\LoopbackServer.cs
-
-
- Common\System\Net\Http\GenericLoopbackServer.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
+
+
+
+
+
+
+
+
+
+
@@ -60,4 +49,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
index 81bfe86e00cd77..5153548a7ce1f6 100644
--- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
+++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System.Net.WebSockets.WebSocketProtocol.csproj
@@ -8,12 +8,10 @@
annotations
-
- Common\System\Net\WebSockets\ManagedWebSocket.cs
-
-
- Common\System\Net\WebSockets\WebSocketValidate.cs
-
+
+
@@ -42,4 +40,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
index 733a9034568525..eb4d89c4de15c4 100644
--- a/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/System.Net.WebSockets.WebSocketProtocol.Tests.csproj
@@ -3,18 +3,14 @@
$(NetCoreAppCurrent);$(NetFrameworkCurrent)
-
- Common\System\Net\WebSockets\WebSocketCreateTest.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.WebSockets.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
index 06f9a2cf0c80bb..40ce98387e9db6 100644
--- a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
+++ b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj
@@ -17,12 +17,10 @@
-
- Common\System\Net\WebSockets\WebSocketValidate.cs
-
-
- Common\System\Net\WebSockets\ManagedWebSocket.cs
-
+
+
@@ -38,4 +36,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
index 453ddb8ea157a2..be4a5cfccf8fce 100644
--- a/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets/tests/System.Net.WebSockets.Tests.csproj
@@ -6,17 +6,13 @@
-
- Common\System\Net\WebSockets\WebSocketCreateTest.cs
-
-
- Common\System\Net\Configuration.cs
-
-
- Common\System\Net\Configuration.WebSockets.cs
-
-
- Common\System\Net\HttpKnownHeaderNames.cs
-
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
index 61d5ca2cc9cbf4..0adc822c3d1e8c 100644
--- a/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
+++ b/src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
@@ -3,24 +3,18 @@
$(NetCoreAppCurrent)
-
- Common\System\CollectionsIEnumerableTest.cs
-
-
- Common\System\CollectionsICollectionTest.cs
-
-
- Common\System\CollectionsIListTest.cs
-
-
- Common\System\CollectionsUtils.cs
-
-
- Common\System\ShouldNotBeInvokedException.cs
-
-
- Common\System\CollectionsIDictionaryTest.cs
-
+
+
+
+
+
+
@@ -39,16 +33,14 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
-
- Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
index 951b7203269739..2252cd2cdc1216 100644
--- a/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
+++ b/src/libraries/System.Private.DataContractSerialization/src/System.Private.DataContractSerialization.csproj
@@ -17,12 +17,10 @@
System\Text
-
- Common\System\NotImplemented.cs
-
-
- Common\System\HexConverter.cs
-
+
+
diff --git a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
index 1f88c208e95f03..b69a6969bdae7b 100644
--- a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
+++ b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
@@ -6,24 +6,20 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix
-
- Common\System\Collections\Generic\ArrayBuilder.cs
-
-
- Common\System\HexConverter.cs
-
+
+
-
- System\IPv4AddressHelper.Common.cs
-
+
-
- System\IPv6AddressHelper.Common.cs
-
+
@@ -37,9 +33,8 @@
-
- Common\System\Text\ValueStringBuilder.cs
-
+
@@ -50,4 +45,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
index f1f97bbd7e89e9..52d11acea9fb1e 100644
--- a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
+++ b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
@@ -15,11 +15,9 @@
-
- Common\System\Text\ValueStringBuilder.cs
-
-
- Common\System\HexConverter.cs
-
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
index 55c377e7631195..bc755de8120e6f 100644
--- a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
+++ b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj
@@ -6,12 +6,10 @@
-
- Common\System\Collections\Generic\EnumerableHelpers.cs
-
-
- Common\System\Text\StringBuilderCache.cs
-
+
+
diff --git a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
index 27fc4e7023b8e3..f397c8aebbd858 100644
--- a/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
+++ b/src/libraries/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
@@ -3,12 +3,10 @@
$(NetCoreAppCurrent)
-
- Common\System\Collections\DictionaryExtensions.cs
-
-
- Common\System\IO\TempFile.cs
-
+
+
diff --git a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
index 87a3ba557100ac..9b130cfa612af6 100644
--- a/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
+++ b/src/libraries/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
@@ -4,9 +4,8 @@
$(NetCoreAppCurrent)
-
- Common\System\Collections\DictionaryExtensions.cs
-
+
diff --git a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
index c0215be8596441..833bf50383d105 100644
--- a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
+++ b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
@@ -8,15 +8,12 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix
-
- Common\System\StringBuilderCache.cs
-
-
- Common\System\Marvin.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
@@ -794,9 +791,8 @@
-
- System\LocalAppContextSwitches.Common.cs
-
+
diff --git a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
index a3beda715d3df9..b04baf688a7e0f 100644
--- a/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlDocument/System.Xml.XmlDocument.Tests.csproj
@@ -3,9 +3,8 @@
$(NetCoreAppCurrent)
-
- Common\System\ShouldNotBeInvokedException.cs
-
+
diff --git a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
index b28cbb68ef06ea..d14c1e04b7e7a5 100644
--- a/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlReader/Tests/System.Xml.RW.XmlReader.Tests.csproj
@@ -7,8 +7,7 @@
-
- Common\System\Threading\TrackingSynchronizationContext.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
index c7b6e43f2f4ab6..4e06985c52e555 100644
--- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
+++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
@@ -34,9 +34,8 @@
-
- Common\System\IO\TempDirectory.cs
-
+
-
- Common\System\IO\TempDirectory.cs
-
+
-
- Common\System\Reflection\Emit\IgnoreAccessChecksToAttributeBuilder.cs
-
+
@@ -33,4 +32,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
index e2054078129e74..64f48835fde457 100644
--- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
+++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
@@ -9,12 +9,10 @@
enable
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs
-
+
+
diff --git a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
index 73119be2190f9d..e3d82ffed0a331 100644
--- a/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
+++ b/src/libraries/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj
@@ -6,24 +6,18 @@
$(NetCoreAppCurrent);$(NetFrameworkCurrent)
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.FreeLibrary.cs
-
-
- Common\Interop\Windows\Interop.GetModuleHandle.cs
-
-
- Common\Interop\Windows\Interop.LoadLibraryEx.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs
-
-
- Common\System\IO\TempFile.cs
-
+
+
+
+
+
+
diff --git a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
index 346761c5ded63f..2c3eb7011daa84 100644
--- a/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
+++ b/src/libraries/System.Reflection.MetadataLoadContext/tests/System.Reflection.MetadataLoadContext.Tests.csproj
@@ -4,12 +4,10 @@
$(NetCoreAppCurrent);$(NetFrameworkCurrent)
-
- Common\System\IO\TempDirectory.cs
-
-
- Common\System\IO\TempFile.cs
-
+
+
@@ -71,4 +69,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
index bc9f91e515bcd0..c8ad7d2cf17fb9 100644
--- a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
+++ b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
@@ -7,13 +7,11 @@
true
-
- Common\System\Reflection\MockParameterInfo.cs
-
+
-
- Common\System\IO\TempFile.cs
-
+
@@ -65,4 +63,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj
index dc0dd95dcbf848..182d413ab7e8b2 100644
--- a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj
+++ b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj
@@ -20,9 +20,8 @@
-
- System\Numerics\Hashing\HashHelpers.cs
-
+
diff --git a/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj b/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj
index 42835e7473b689..8bed771d651251 100644
--- a/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj
+++ b/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj
@@ -7,12 +7,10 @@
-
- System\Numerics\Hashing\HashHelpers.cs
-
-
- TypeNameComparer.cs
-
+
+
diff --git a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
index 87e65b381d4651..5e102a633daeff 100644
--- a/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
+++ b/src/libraries/System.Resources.ResourceManager/tests/System.Resources.ResourceManager.Tests.csproj
@@ -18,9 +18,8 @@
-
- Common\System\Drawing\Helpers.cs
-
+
@@ -55,7 +54,7 @@
+ Visible="false" />
-
- Common\System\NotImplemented.cs
-
-
- Microsoft\Win32\SafeHandles\SafeTokenHandle.cs
-
-
- Common\Interop\Interop.Libraries.cs
-
-
- Common\Interop\Interop.LUID.cs
-
-
- Common\Interop\Interop.LUID_AND_ATTRIBUTES.cs
-
-
- Common\Interop\Interop.TOKEN_PRIVILEGE.cs
-
-
- Common\Interop\Interop.SecurityImpersonationLevel.cs
-
-
- Common\Interop\Interop.Errors.cs
-
-
- Common\Interop\Interop.ProcessOptions.cs
-
-
- Common\Interop\Interop.LookupPrivilegeValue.cs
-
-
- Common\Interop\Interop.RevertToSelf.cs
-
-
- Common\Interop\Interop.ConvertSdToStringSd.cs
-
-
- Common\Interop\Interop.ConvertStringSdToSd.cs
-
-
- Common\Interop\Interop.GetSecurityInfoByHandle.cs
-
-
- Common\Interop\Interop.SetSecurityInfoByHandle.cs
-
-
- Common\Interop\Interop.GetSecurityInfoByName.cs
-
-
- Common\Interop\Interop.SetSecurityInfoByName.cs
-
-
- Common\Interop\Interop.GetSecurityDescriptorLength.cs
-
-
- Common\Interop\Interop.CloseHandle.cs
-
-
- Common\Interop\Interop.OpenThreadToken_SafeTokenHandle.cs
-
-
- Common\Interop\Interop.OpenProcessToken_IntPtrs.cs
-
-
- Common\Interop\Interop.GetCurrentProcess_IntPtr.cs
-
-
- Common\Interop\Interop.SetThreadToken.cs
-
-
- Common\Interop\Interop.GetCurrentThread.cs
-
-
- Common\Interop\Interop.AdjustTokenPrivileges.cs
-
-
- Common\Interop\Interop.DuplicateTokenEx_SafeTokenHandle.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -120,4 +94,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
index 485f96ce4cf4a8..3b2959c20ba897 100644
--- a/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
+++ b/src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
@@ -86,69 +86,48 @@
-
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
-
-
- Internal\Cryptography\BasicSymmetricCipher.cs
-
-
- Internal\Cryptography\Helpers.cs
-
-
- Internal\Cryptography\HashProvider.cs
-
-
- Common\Internal\Cryptography\PemKeyImportHelpers.cs
-
-
- Internal\Cryptography\UniversalCryptoTransform.cs
-
-
- Internal\Cryptography\UniversalCryptoEncryptor.cs
-
-
- Internal\Cryptography\UniversalCryptoDecryptor.cs
-
-
- Common\System\Memory\PointerMemoryManager.cs
-
-
- Common\System\Security\Cryptography\CryptoPool.cs
-
-
- Common\System\Security\Cryptography\DSAKeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\EccKeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\KeyBlobHelpers.cs
-
-
- Common\System\Security\Cryptography\KeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\KeySizeHelpers.cs
-
-
- Common\System\Security\Cryptography\Oids.cs
-
-
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
-
-
- Common\System\Security\Cryptography\PemLabels.cs
-
-
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
-
-
- Common\System\Security\Cryptography\RSAKeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\RsaPaddingProcessor.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
@@ -306,290 +285,196 @@
-
- Internal\Cryptography\BasicSymmetricCipherBCrypt.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\BCrypt\AesBCryptModes.cs
-
-
- Common\Interop\Windows\BCrypt\Cng.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptImportKey.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.Blobs.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptDeriveKeyMaterial.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptDeriveSecretAgreement.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptBuffer.cs
-
-
- Internal\Windows\BCrypt\BCryptAlgorithmCache.cs
-
-
- Common\Interop\Windows\BCrypt\DESBCryptModes.cs
-
-
- Common\Interop\Windows\BCrypt\RC2BCryptModes.cs
-
-
- Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.AsymmetricPaddingMode.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.EncryptDecrypt.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.Keys.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.NCryptOpenStorageProvider.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.SignVerify.cs
-
-
- Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
-
-
- Microsoft\Win32\SafeHandles\SafeBCryptAlgorithmHandle.cs
-
-
- Microsoft\Win32\SafeHandles\SafeBCryptHashHandle.cs
-
-
- Microsoft\Win32\SafeHandles\SafeUnicodeStringHandle.cs
-
-
- Internal\Cryptography\CngCommon.Hash.cs
-
-
- Internal\Cryptography\CngCommon.SignVerify.cs
-
-
- Internal\Cryptography\HashProviderCng.cs
-
-
- Internal\Cryptography\Windows\CryptoThrowHelper.cs
-
-
- Internal\Cryptography\Windows\ErrorCodeHelper.cs
-
-
- Internal\Windows\kernel32\Interop.FormatMessage.cs
-
-
- Common\System\Security\Cryptography\CngPkcs8.cs
-
-
- Common\System\Security\Cryptography\DSACng.cs
-
-
- Common\System\Security\Cryptography\DSACng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\DSACng.SignVerify.cs
-
-
- Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs
-
-
- Common\System\Security\Cryptography\ECCng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.HashData.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs
-
-
- Common\System\Security\Cryptography\RSACng.cs
-
-
- Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs
-
-
- Common\System\Security\Cryptography\RSACng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\RSACng.SignVerify.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Hmac.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.RAND.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
-
-
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEvpMdCtxHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeHmacCtxHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
-
-
- Common\System\Security\Cryptography\DSAOpenSsl.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs
-
-
- Common\System\Security\Cryptography\ECDsaOpenSsl.cs
-
-
- Common\System\Security\Cryptography\ECOpenSsl.cs
-
-
- Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs
-
-
- Common\System\Security\Cryptography\RSAOpenSsl.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -602,90 +487,62 @@
-
- Common\Interop\OSX\Interop.CoreFoundation.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
-
-
- Common\Interop\OSX\Interop.Libraries.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Digest.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Hmac.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.KeyAgree.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Random.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Symmetric.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
-
-
- Common\System\Security\Cryptography\DSASecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\EccSecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanSecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\RSASecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\SecKeyPair.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -696,27 +553,20 @@
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Cipher.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs
-
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
index 8b648f3cc436c2..6d55e3483025d3 100644
--- a/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
@@ -3,99 +3,68 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix
-
- CommonTest\System\IO\PositionValueStream.cs
-
-
- CommonTest\System\RandomDataGenerator.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.Data.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCipherTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesContractTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesCornerTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesModeTests.cs
-
-
- CommonTest\System\Security\Cryptography\ByteUtils.cs
-
-
- CommonTest\System\Security\Cryptography\CryptoUtils.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\DecryptorReusability.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\AES\AesFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -130,71 +99,51 @@
-
- Common\Interop\Unix\Interop.Libraries.cs
-
+
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -224,75 +173,52 @@
-
- CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.NistValidation.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
index 0aae024d50dde9..21e5ad64657b5b 100644
--- a/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
+++ b/src/libraries/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj
@@ -70,249 +70,168 @@
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\BCrypt\AesBCryptModes.cs
-
-
- Common\Interop\Windows\BCrypt\Cng.cs
-
-
- Interop\Windows\BCrypt\Interop.BCryptImportKey.cs
-
-
- Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.AsymmetricEncryption.Types.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.Blobs.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.CreateCryptographicException.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptOpenAlgorithmProvider.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptCloseAlgorithmProvider.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptDestroyHash.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptCreateHash.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptHashData.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptFinishHash.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
-
-
- Internal\Windows\BCrypt\BCryptAlgorithmCache.cs
-
-
- Internal\Windows\BCrypt\Interop.BCryptChainingModes.cs
-
-
- Internal\Windows\BCrypt\Interop.BCryptKeyDataBlob.cs
-
-
- Common\Interop\Windows\BCrypt\TripleDesBCryptModes.cs
-
-
- Internal\Windows\Crypt32\Interop.FindOidInfo.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.HashIdAlg.cs
-
-
- Internal\Windows\NCrypt\Interop.AsymmetricPaddingMode.cs
-
-
- Internal\Windows\NCrypt\Interop.EncryptDecrypt.cs
-
-
- Internal\Windows\NCrypt\Interop.ErrorCode.cs
-
-
- Internal\Windows\NCrypt\Interop.Keys.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptAlgorithms.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptFreeObject.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptCipherKeyBlob.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptPropertyNames.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptOpenStorageProvider.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptDeriveKeyMaterial.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptDeriveSecretAgreement.cs
-
-
- Internal\Windows\NCrypt\Interop.NCryptBuffer.cs
-
-
- Internal\Windows\NCrypt\Interop.Properties.cs
-
-
- Internal\Windows\NCrypt\Interop.SignVerify.cs
-
-
- Internal\Windows\NCrypt\Interop.UiPolicy.cs
-
-
- Internal\Windows\kernel32\Interop.FormatMessage.cs
-
-
- Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
-
-
- Microsoft\Win32\SafeHandles\SafeBCryptHashHandle.cs
-
-
- Microsoft\Win32\SafeHandles\SafeBCryptAlgorithmHandle.cs
-
-
- Microsoft\Win32\SafeHandles\SafeUnicodeStringHandle.cs
-
-
- Internal\Cryptography\Windows\CryptoThrowHelper.cs
-
-
- Internal\Cryptography\Windows\ErrorCodeHelper.cs
-
-
- Internal\Cryptography\CngCommon.Hash.cs
-
-
- Internal\Cryptography\CngCommon.SignVerify.cs
-
-
- Internal\Cryptography\HashProvider.cs
-
-
- Internal\Cryptography\HashProviderCng.cs
-
-
- Internal\Cryptography\Helpers.cs
-
-
- Internal\Cryptography\BasicSymmetricCipher.cs
-
-
- Internal\Cryptography\BasicSymmetricCipherBCrypt.cs
-
-
- Internal\Cryptography\UniversalCryptoTransform.cs
-
-
- Internal\Cryptography\UniversalCryptoEncryptor.cs
-
-
- Internal\Cryptography\UniversalCryptoDecryptor.cs
-
-
- Common\System\Memory\PointerMemoryManager.cs
-
-
- Common\System\Security\Cryptography\CryptoPool.cs
-
-
- Common\System\Security\Cryptography\CngPkcs8.cs
-
-
- Common\System\Security\Cryptography\DSACng.cs
-
-
- Common\System\Security\Cryptography\DSACng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\DSACng.SignVerify.cs
-
-
- Common\System\Security\Cryptography\EccKeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\ECCng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanCng.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\ECCng.HashAlgorithm.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.HashData.cs
-
-
- Common\System\Security\Cryptography\ECDsaCng.SignVerify.cs
-
-
- Common\System\Security\Cryptography\KeyBlobHelpers.cs
-
-
- Common\System\Security\Cryptography\KeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\KeySizeHelpers.cs
-
-
- Common\System\Security\Cryptography\Oids.cs
-
-
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
-
-
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
-
-
- Common\System\Security\Cryptography\RSACng.cs
-
-
- Common\System\Security\Cryptography\RSACng.EncryptDecrypt.cs
-
-
- Common\System\Security\Cryptography\RSACng.ImportExport.cs
-
-
- Common\System\Security\Cryptography\RSACng.SignVerify.cs
-
-
- Common\System\Security\Cryptography\RsaPaddingProcessor.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
diff --git a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
index a5d72223d47015..f8a3847aa56837 100644
--- a/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj
@@ -15,81 +15,58 @@
-
- CommonTest\AlgorithmImplementations\AES\AesCipherTests.Data.cs
-
-
- CommonTest\AlgorithmImplementations\AES\AesCornerTests.cs
-
-
- CommonTest\AlgorithmImplementations\AES\DecryptorReusability.cs
-
-
- CommonTest\AlgorithmImplementations\AES\AesFactory.cs
-
+
+
+
+
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESFactory.cs
-
+
-
- CommonTest\System\Security\Cryptography\ByteUtils.cs
-
-
- CommonTest\System\Security\Cryptography\CryptoUtils.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
-
+
+
+
+
+
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
-
+
+
+
+
+
+
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
-
-
- CommonTest\System\IO\PositionValueStream.cs
-
+
+
+
+
+
+
+
@@ -99,135 +76,93 @@
-
- CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- CommonTest\AlgorithmImplementations\AES\AesContractTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESCipherTests.cs
-
-
- CommonTest\AlgorithmImplementations\AES\AesModeTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\TripleDES\TripleDESReusabilityTests.cs
-
-
- CommonTest\AlgorithmImplementations\AES\AesCipherTests.cs
-
+
+
+
+
+
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
-
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
index 85f5b05c2e6f6d..f495318ac1968c 100644
--- a/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
+++ b/src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
@@ -24,12 +24,10 @@
-
- Internal\Cryptography\Helpers.cs
-
-
- Common\System\Security\Cryptography\KeySizeHelpers.cs
-
+
+
@@ -40,9 +38,8 @@
-
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
-
+
@@ -56,99 +53,68 @@
-
- Internal\Cryptography\BasicSymmetricCipher.cs
-
-
- Internal\Cryptography\UniversalCryptoTransform.cs
-
-
- Internal\Cryptography\UniversalCryptoEncryptor.cs
-
-
- Internal\Cryptography\UniversalCryptoDecryptor.cs
-
-
- Internal\Cryptography\Windows\CryptoThrowHelper.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptCreateHash.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptDecrypt.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptDeriveKey.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptEncrypt.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptExportKey.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptGenKey.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptGetDefaultProvider.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptGetHashParam.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptGetKeyParam.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptGetUserKey.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptHashData.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptImportKey.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptSetKeyParam.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptSignHash.cs
-
-
- Common\Interop\Windows\Advapi32\SafeHashHandle.cs
-
-
- Common\Interop\Windows\Advapi32\SafeKeyHandle.cs
-
-
- Common\Interop\Windows\Advapi32\SafeProvHandle.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
-
-
- Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -162,4 +128,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
index 887d4a3e1f2055..33a4d4b814609a 100644
--- a/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj
@@ -10,33 +10,24 @@
-
- CommonTest\System\Security\Cryptography\ByteUtils.cs
-
-
- CommonTest\System\Security\Cryptography\CryptoUtils.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
-
-
- CommonTest\System\IO\PositionValueStream.cs
-
+
+
+
+
+
+
+
+
+
@@ -51,80 +42,55 @@
-
- CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESCipherTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DESFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DES\DesTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2CipherTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Factory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RC2\RC2Tests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
index 19f6ae909d28fe..5c496e61e53674 100644
--- a/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
+++ b/src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
@@ -20,90 +20,66 @@
-
- Internal\Cryptography\Helpers.cs
-
-
- System\Security\Cryptography\CryptoPool.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
-
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
-
-
- Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
-
-
- Common\Interop\Windows\BCrypt\Cng.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptPropertyStrings.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
-
-
- Internal\Cryptography\Windows\CryptoThrowHelper.cs
-
-
- Internal\Windows\kernel32\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.LookupFriendlyNameByOid.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
-
-
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
-
+
+
+
+
+
+
+
+
+
+
+
-
- Common\System\Memory\PointerMemoryManager.cs
-
+
Common\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml
diff --git a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
index 1a63d7889f1b9b..e366899cb1db02 100644
--- a/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
@@ -5,9 +5,8 @@
-
- Common\System\Security\Cryptography\CryptoPool.cs
-
+
@@ -90,11 +89,9 @@
-
- CommonTest\System\Security\Cryptography\ByteUtils.cs
-
-
- Common\System\Memory\PointerMemoryManager.cs
-
+
+
diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
index 6f9f04c70d5743..7887093637116d 100644
--- a/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
+++ b/src/libraries/System.Security.Cryptography.OpenSsl/src/System.Security.Cryptography.OpenSsl.csproj
@@ -18,129 +18,88 @@
-
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
-
-
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
-
-
- Internal\Cryptography\Helpers.cs
-
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Dsa.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Ecdh.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.EcKey.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Rsa.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
-
-
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeDsaHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEcKeyHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEvpPkeyCtxHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeEvpPKeyHandle.Unix.cs
-
-
- Common\System\Memory\PointerMemoryManager.cs
-
-
- Common\System\Security\Cryptography\CryptoPool.cs
-
-
- Common\System\Security\Cryptography\DSAOpenSsl.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs
-
-
- Common\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs
-
-
- Common\System\Security\Cryptography\ECDsaOpenSsl.cs
-
-
- Common\System\Security\Cryptography\ECOpenSsl.cs
-
-
- Common\System\Security\Cryptography\ECOpenSsl.ImportExport.cs
-
-
- Common\System\Security\Cryptography\KeyBlobHelpers.cs
-
-
- Common\System\Security\Cryptography\RSAOpenSsl.cs
-
-
- Common\System\Security\Cryptography\RsaPaddingProcessor.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
index f766dd7a378c3f..0b3981c9156817 100644
--- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
@@ -6,179 +6,124 @@
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- CommonTest\System\Security\Cryptography\ByteUtils.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\CurveDef.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestBase.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\EccTestData.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hash.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Hmac.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.ImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.NistValidation.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Tls.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanTests.Xml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaSignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaStub.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.NistValidation.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTestsBase.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\TestData.cs
-
-
- CommonTest\System\IO\PositionValueStream.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- CommonTest\System\Security\Cryptography\AsymmetricSignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAFactory.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DsaFamilySignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAImportExport.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyGeneration.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignatureFormatTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSASignVerify.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSATestData.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaXml.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyExchangeFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSASignatureFormatter.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAXml.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\DSA\DSAKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyFileTests.LimitedPrivate.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\EC\ECKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDhKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDiffieHellman\ECDiffieHellmanKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\ECDsa\ECDsaTests.netcoreapp.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.netcoreapp.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyFileTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\RSAKeyPemTests.cs
-
-
- CommonTest\System\Security\Cryptography\AlgorithmImplementations\RSA\SignVerify.netcoreapp.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
index 8f3d58028081ee..1af7e2dab0cc2e 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
+++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
@@ -56,12 +56,10 @@
-
- Internal\Cryptography\Helpers.cs
-
-
- Common\System\HexConverter.cs
-
+
+
@@ -160,225 +158,153 @@
-
- Common\Interop\Windows\Advapi32\Interop.CryptAcquireContext.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptDestroyHash.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptDestroyKey.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptGetProvParam.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.CryptReleaseContext.cs
-
-
- Common\Interop\Windows\Advapi32\SafeHashHandle.cs
-
-
- Common\Interop\Windows\Advapi32\SafeKeyHandle.cs
-
-
- Common\Interop\Windows\Advapi32\SafeProvHandle.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CERT_CONTEXT.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CERT_ID.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CERT_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CERT_ISSUER_SERIAL_NUMBER.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CERT_PUBLIC_KEY_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertContextPropId.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertCreateCertificateContext.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertGetCertificateContextProperty.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertGetPublicKeyLength.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertIdChoice.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertNameStrTypeAndFlags.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_CMS_RECIPIENT_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_DECRYPT_PARA.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_CTRL_KEY_AGREE_DECRYPT_PARA.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_ENVELOPED_ENCODE_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_AGREE_RECIPIENT_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_KEY_TRANS_RECIPIENT_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_RC2_AUX_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCODE_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMsgCmsRecipientChoice.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CMsgKeyAgreeOriginatorChoice.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CmsKeyAgreeKeyChoice.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CRYPT_ALGORITHM_IDENTIFIER.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTE_TYPE_VALUE.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CRYPT_ATTRIBUTES.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CRYPT_BIT_BLOB.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CRYPT_KEY_PROV_INFO.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CRYPT_RC2_CBC_PARAMETERS.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKey.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptAcquireCertificatePrivateKeyFlags.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptDecodeObject.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptDecodeObjectStructType.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptEncodeDecodeWrappers.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptEncodeObject.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptKeySpec.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgControl.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgGetParam.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToDecode.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgOpenToEncode.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgParamType.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgType.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgUpdate.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptRc2Version.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.ErrorCode.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.MsgControlType.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.MsgEncodingType.cs
-
-
- Common\Interop\Windows\kernel32\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\kernel32\Interop.Heap.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.ErrorCode.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.Properties.cs
-
-
- Common\Interop\Windows\NCrypt\Interop.NCryptFreeObject.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
-
+
+
@@ -417,15 +343,12 @@
-
- Common\System\Memory\PointerMemoryManager.cs
-
-
- Common\System\Security\Cryptography\CryptoPool.cs
-
-
- Common\System\Security\Cryptography\Oids.cs
-
+
+
+
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
@@ -655,9 +578,8 @@
-
- Common\System\Security\Cryptography\KeyFormatHelper.cs
-
+
Common\System\Security\Cryptography\Asn1\DigestInfoAsn.xml
@@ -704,12 +626,10 @@
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs
Common\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml
-
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
-
-
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
-
+
+
System\Security\Cryptography\Pkcs\Asn1\SecretBagAsn.xml
diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
index 6ec360c29c787c..84063fc61066b1 100644
--- a/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/System.Security.Cryptography.Pkcs.Tests.csproj
@@ -4,9 +4,8 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent);$(NetFrameworkCurrent)-Windows_NT
-
- CommonTest\System\Security\Cryptography\ByteUtils.cs
-
+
diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
index df10307ed42440..908b170d33d579 100644
--- a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
+++ b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj
@@ -24,28 +24,22 @@
-
- Common\System\Threading\Tasks\ForceAsyncAwaiter.cs
-
-
- Internal\Cryptography\Helpers.cs
-
-
- Common\System\Security\Cryptography\CryptoPool.cs
-
-
- Common\System\Security\Cryptography\KeySizeHelpers.cs
-
-
- Common\System\Security\Cryptography\Oids.cs
-
-
- Common\System\Threading\Tasks\TaskToApm.cs
-
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
index 6a871d86030580..02859eff46c5c9 100644
--- a/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.Primitives/tests/System.Security.Cryptography.Primitives.Tests.csproj
@@ -3,9 +3,8 @@
$(NetCoreAppCurrent)
-
- CommonTest\System\IO\PositionValueStream.cs
-
+
@@ -23,4 +22,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
index 08baa54b43202a..3c36e6ececf1c6 100644
--- a/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
+++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/System.Security.Cryptography.ProtectedData.csproj
@@ -10,33 +10,24 @@
-
- Common\Interop\Windows\Crypt32\Interop.CryptProtectData.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Internal\Cryptography\Windows\CryptoThrowHelper.cs
-
-
- Internal\Windows\kernel32\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\System\HResults.cs
-
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
index 412b5dd0ac0621..2d90d9b44f076b 100644
--- a/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.ProtectedData/tests/System.Security.Cryptography.ProtectedData.Tests.csproj
@@ -5,8 +5,7 @@
-
- CommonTest\System\Security\Cryptography\ByteUtils.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
index 1d0586c53367d6..d1de01a95e8c81 100644
--- a/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
+++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/System.Security.Cryptography.X509Certificates.csproj
@@ -12,24 +12,18 @@
-
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
-
-
- Common\System\Memory\PointerMemoryManager.cs
-
-
- Common\System\Security\Cryptography\CryptoPool.cs
-
-
- Common\System\Security\Cryptography\Oids.cs
-
-
- Common\System\Security\Cryptography\KeyBlobHelpers.cs
-
-
- Common\System\Security\Cryptography\KeySizeHelpers.cs
-
+
+
+
+
+
+
Common\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml
@@ -105,15 +99,12 @@
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs
Common\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml
-
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Der.cs
-
-
- Internal\Cryptography\Helpers.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
@@ -250,54 +241,38 @@
-
- Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertNameToStr.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptMsgClose.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptFormatObject.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.FindOidInfo.cs
-
-
- Common\Internal\Cryptography\Windows\CryptoThrowHelper.cs
-
-
- Common\Internal\Windows\kernel32\Interop.FormatMessage.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptDestroyKey.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptExportKey.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.Blobs.cs
-
-
- Common\Interop\Windows\BCrypt\Interop.NTSTATUS.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBCryptHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBCryptKeyHandle.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -308,15 +283,12 @@
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointNameAsn.xml
-
- Common\System\Security\Cryptography\KeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
-
-
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
-
+
+
+
@@ -338,224 +310,152 @@
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Permissions.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.GetIntegerBytes.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Bignum.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.BIO.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Encode.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs12.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Pkcs7.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Rsa.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Ext.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs
-
-
- Common\Interop\Unix\Interop.Close.cs
-
-
- Common\Interop\Unix\System.Native\Interop.FChMod.cs
-
-
- Common\Interop\Unix\Interop.GetEUid.cs
-
-
- Common\Interop\Unix\Interop.GetPwUid.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Stat.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs
-
-
- Common\Interop\Unix\System.Security.Cryptography.Native\Interop.PooledCrypto.cs
-
-
- Common\Microsoft\Win32\SafeHandles\Asn1SafeHandles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBignumHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeBioHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeInteriorHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafePkcs12Handle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafePkcs7Handle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeRsaHandle.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeX509Handles.Unix.cs
-
-
- Common\Microsoft\Win32\SafeHandles\X509ExtensionSafeHandles.Unix.cs
-
-
- Common\System\IO\PersistedFiles.Unix.cs
-
-
- Common\System\IO\PersistedFiles.Names.Unix.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFDate.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
-
-
- Common\Interop\OSX\Interop.Libraries.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Ecc.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.PAL_HashAlgorithm.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.RSA.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.Export.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Trust.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Chain.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.X509Store.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
-
-
- Common\System\Security\Cryptography\DSAKeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\DSASecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\EccKeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\EccSecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\ECDsaSecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\KeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\PasswordBasedEncryption.cs
-
-
- Common\System\Security\Cryptography\Pkcs12Kdf.cs
-
-
- Common\System\Security\Cryptography\RSAKeyFormatHelper.cs
-
-
- Common\System\Security\Cryptography\RsaPaddingProcessor.cs
-
-
- Common\System\Security\Cryptography\RSASecurityTransforms.cs
-
-
- Common\System\Security\Cryptography\SecKeyPair.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Common\System\Security\Cryptography\Asn1\CurveAsn.xml
diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
index 3f129ff6efe9a7..8b6a83aeef8880 100644
--- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
+++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj
@@ -8,12 +8,10 @@
-
- Common\System\Memory\PointerMemoryManager.cs
-
-
- Common\System\Security\Cryptography\CryptoPool.cs
-
+
+
@@ -40,9 +38,8 @@
-
- CommonTest\System\Security\Cryptography\ByteUtils.cs
-
+
@@ -65,73 +62,52 @@
-
- Common\Interop\Unix\Interop.Libraries.cs
-
-
- Common\Interop\Unix\Interop.Errors.cs
-
-
- Common\Interop\Unix\Interop.GetEUid.cs
-
-
- Common\Interop\Unix\Interop.GetPwUid.cs
-
-
- Common\Interop\Unix\System.Native\Interop.FChMod.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Permissions.cs
-
-
- Common\Interop\Unix\System.Native\Interop.Stat.cs
-
-
- Common\System\IO\PersistedFiles.Unix.cs
-
-
- Common\System\IO\PersistedFiles.Names.Unix.cs
-
+
+
+
+
+
+
+
+
+
-
- Common\Interop\OSX\Interop.CoreFoundation.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFArray.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFData.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFError.cs
-
-
- Common\Interop\OSX\Interop.CoreFoundation.CFString.cs
-
-
- Common\Interop\OSX\Interop.Libraries.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Err.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErr.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecErrMessage.cs
-
-
- Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Keychain.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
index 44784da1fb405c..36df5bdcd8a39a 100644
--- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
+++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj
@@ -83,9 +83,8 @@
-
- Common\System\HexConverter.cs
-
+
@@ -115,4 +114,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj
index 4a7ef1ddb9bc40..4302a20e0f240b 100644
--- a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj
+++ b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj
@@ -182,15 +182,12 @@
-
- System\Security\IStackWalk.cs
-
-
- System\Security\PermissionSet.cs
-
-
- System\Security\Permissions\PermissionState.cs
-
+
+
+
diff --git a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
index 17bbfa7f04173d..e7796c051a09c2 100644
--- a/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
+++ b/src/libraries/System.Security.Principal.Windows/src/System.Security.Principal.Windows.csproj
@@ -28,161 +28,110 @@
-
- Common\Interop\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.UNICODE_STRING.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.OBJECT_ATTRIBUTES.cs
-
-
- Common\Interop\Interop.TOKENS.cs
-
-
- Common\Interop\Interop.WinError.cs
-
-
- Common\Interop\Interop.Winnt.cs
-
-
- Common\Interop\Interop.NtStatus.cs
-
-
- Common\Interop\Interop.LSAStructs.cs
-
-
- Common\Interop\Interop.SECURITY_LOGON_SESSION_DATA.cs
-
-
- Common\Interop\Interop.GetCurrentProcess.cs
-
-
- Common\Interop\Interop.GetCurrentThread.cs
-
-
- Common\Interop\Interop.ClaimSecurityAttributes.cs
-
-
- Common\Interop\Interop.OpenProcessToken.cs
-
-
- Common\Interop\Interop.GetTokenInformation.cs
-
-
- Common\Interop\Interop.DuplicateTokenEx.cs
-
-
- Common\Interop\Interop.DuplicateHandle.cs
-
-
- Common\Interop\Interop.CloseHandle.cs
-
-
- Common\Interop\Interop.LsaGetLogonSessionData.cs
-
-
- Common\Interop\Interop.LsaFreeReturnBuffer.cs
-
-
- Common\Interop\Interop.LsaLookupNames2.cs
-
-
- Common\Interop\Interop.LsaLookupSids.cs
-
-
- Common\Interop\Interop.LsaClose.cs
-
-
- Common\Interop\Interop.LsaFreeMemory.cs
-
-
- Common\Interop\Interop.LsaOpenPolicy.cs
-
-
- Common\Interop\Interop.ConvertStringSidToSid.cs
-
-
- Common\Interop\Interop.CreateWellKnownSid.cs
-
-
- Common\Interop\Interop.GetWindowsAccountDomainSid.cs
-
-
- Common\Interop\Interop.IsWellKnownSid.cs
-
-
- Common\Interop\Interop.IsEqualDomainSid.cs
-
-
- Common\Interop\Interop.OpenThreadToken.cs
-
-
- Common\Interop\Interop.RevertToSelf.cs
-
-
- Common\Interop\Interop.ImpersonateLoggedOnUser.cs
-
-
- Common\Interop\Interop.LsaNtStatusToWinError.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.LSA_STRING.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.AuthenticationPackageNames.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.KerbLogonSubmitType.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.KerbS4uLogin.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.LsaConnectUntrusted.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.LsaDeregisterLogonProcess.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.LsaLogonUser.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.LsaLookupAuthenticationPackage.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.QuotaLimits.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.SecurityLogonType.cs
-
-
- Common\Interop\Windows\SspiCli\Interop.TokenSource.cs
-
-
- Common\Interop\Windows\Advapi32\Interop.AllocateLocallyUniqueId.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLsaHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLsaMemoryHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLsaPolicyHandle.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeLsaReturnBufferHandle.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Common\Interop\Interop.CheckTokenMembership.cs
-
+
diff --git a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
index 1607b7dbbce2bb..6a95ac054f99e2 100644
--- a/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
+++ b/src/libraries/System.Security.Principal.Windows/tests/System.Security.Principal.Windows.Tests.csproj
@@ -12,8 +12,7 @@
-
- Common\System\Threading\ThreadTestHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
index 6c47b7598ab68a..2001619b1d36ef 100644
--- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
+++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
@@ -9,78 +9,54 @@
true
-
- Common\System\Text\ValueStringBuilder.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.Errors.cs
-
-
- Common\Interop\Windows\Interop.ServiceProcessOptions.cs
-
-
- Common\Interop\Windows\Interop.CloseServiceHandle.cs
-
-
- Common\Interop\Windows\Interop.ControlService.cs
-
-
- Common\Interop\Windows\Interop.EnumDependentServices.cs
-
-
- Common\Interop\Windows\Interop.EnumServicesStatusEx.cs
-
-
- Common\Interop\Windows\Interop.GetServiceDisplayName.cs
-
-
- Common\Interop\Windows\Interop.GetServiceKeyName.cs
-
-
- Common\Interop\Windows\Interop.OpenSCManager.cs
-
-
- Common\Interop\Windows\Interop.OpenService.cs
-
-
- Common\Interop\Windows\Interop.QueryServiceConfig.cs
-
-
- Common\Interop\Windows\Interop.QueryServiceStatus.cs
-
-
- Common\Interop\Windows\Interop.StartService.cs
-
-
- Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS.cs
-
-
- Common\Interop\Windows\Interop.ENUM_SERVICE_STATUS_PROCESS.cs
-
-
- Common\Interop\Windows\Interop.QUERY_SERVICE_CONFIG.cs
-
-
- Common\Interop\Windows\Interop.SERVICE_STATUS.cs
-
-
- Common\Interop\Windows\Interop.SERVICE_TABLE_ENTRY.cs
-
-
- Common\Interop\Windows\Interop.SetServiceStatus.cs
-
-
- Common\Interop\Windows\Interop.WTSSESSION_NOTIFICATION.cs
-
-
- Common\Interop\Windows\Interop.RegisterServiceCtrlHandlerEx.cs
-
-
- Common\Interop\Windows\Interop.StartServiceCtrlDispatcher.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -117,4 +93,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
index a93989888aa84a..cc521a253c4983 100644
--- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
+++ b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.TestService/System.ServiceProcess.ServiceController.TestService.csproj
@@ -11,41 +11,29 @@
Component
-
- Microsoft\Win32\SafeHandles\SafeServiceHandle.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.ServiceProcessOptions.cs
-
-
- Common\Interop\Windows\Interop.CloseServiceHandle.cs
-
-
- Common\Interop\Windows\Interop.OpenSCManager.cs
-
-
- Common\Interop\Windows\Interop.OpenService.cs
-
-
- Common\Interop\Windows\Interop.CreateService.cs
-
-
- Common\Interop\Windows\Interop.SERVICE_DESCRIPTION.cs
-
-
- Common\Interop\Windows\Interop.ChangeServiceConfig2.cs
-
-
- Common\Interop\Windows\Interop.SERVICE_DELAYED_AUTOSTART_INFO.cs
-
-
- Common\Interop\Windows\Interop.DeleteService.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
index 54071d3f8948f3..1eceb585538a18 100644
--- a/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
+++ b/src/libraries/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj
@@ -31,21 +31,16 @@
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Interop\Windows\Interop.BOOL.cs
-
-
- Common\Interop\Windows\Interop.GetCPInfoEx.cs
-
-
- Common\Interop\Windows\Interop.MAX_PATH.cs
-
-
- Common\Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs
-
+
+
+
+
+
@@ -79,4 +74,4 @@
Data\PreferredCodePageNames.csv
System\Text\EncodingTable.Data.cs
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
index 176198fafdd570..ba44ed2803d2a2 100644
--- a/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
+++ b/src/libraries/System.Text.Encodings.Web/src/System.Text.Encodings.Web.csproj
@@ -27,15 +27,12 @@
-
- System\Text\UnicodeDebug.cs
-
-
- System\Text\UnicodeUtility.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
@@ -48,4 +45,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
index 5c821348d95b40..26f3b0dd17c6d3 100644
--- a/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
+++ b/src/libraries/System.Text.Encodings.Web/tests/System.Text.Encodings.Web.Tests.csproj
@@ -46,14 +46,11 @@
CharUnicodeInfo\UnicodeData.$(UnicodeUcdVersion).txt
UnicodeData.txt
-
- System\Text\UnicodeDebug.cs
-
-
- System\Text\UnicodeUtility.cs
-
-
- Common\System\HexConverter.cs
-
+
+
+
diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj
index a261c488c72931..9c7a7662cd1f77 100644
--- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj
+++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj
@@ -15,12 +15,10 @@
enable
-
- Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs
-
-
- Common\System\HexConverter.cs
-
+
+
@@ -213,9 +211,8 @@
-
- Common\System\Buffers\ArrayBufferWriter.cs
-
+
@@ -224,9 +221,8 @@
-
- Common\System\Collections\Generic\ReferenceEqualityComparer.cs
-
+
diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
index 89f75872b706b6..6f2981d40abc32 100644
--- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
+++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
@@ -5,9 +5,8 @@
true
-
- CommonTest\System\IO\WrappedMemoryStream.cs
-
+
@@ -136,9 +135,8 @@
-
- CommonTest\System\Buffers\ArrayBufferWriter.cs
-
+
diff --git a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
index f3a73189a0b72c..e068db478403ef 100644
--- a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
+++ b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj
@@ -47,18 +47,14 @@
-
- Common\System\NotImplemented.cs
-
-
- Common\System\HexConverter.cs
-
-
- Common\System\Collections\Generic\ValueListBuilder.cs
-
-
- Common\System\Text\ValueStringBuilder.cs
-
+
+
+
+
@@ -73,4 +69,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
index b89454d09d19df..7e0eeff9329564 100644
--- a/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
+++ b/src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
@@ -31,9 +31,8 @@
-
- System\Text\RegularExpressions\RegexParseError.cs
-
+
@@ -43,8 +42,7 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
index 46c9198e3b0d63..18e2caa001ee1c 100644
--- a/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
+++ b/src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
@@ -13,8 +13,7 @@
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
index 495e5054c7ca56..9b8f3480190fd3 100644
--- a/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
+++ b/src/libraries/System.Threading.Overlapped/tests/System.Threading.Overlapped.Tests.csproj
@@ -23,8 +23,7 @@
-
- CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
index 9e20116e0ba468..7b588c9979dbde 100644
--- a/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
+++ b/src/libraries/System.Threading.Tasks.Dataflow/src/System.Threading.Tasks.Dataflow.csproj
@@ -41,9 +41,8 @@
-
- Common\Internal\Padding.cs
-
+
@@ -76,4 +75,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
index 1b02b25a8553c3..64d15af718d8e9 100644
--- a/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Dataflow/tests/System.Threading.Tasks.Dataflow.Tests.csproj
@@ -21,11 +21,9 @@
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- Common\System\Diagnostics\DebuggerAttributes.cs
-
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
index 65d89caaf8e729..6a7215d2b5cb57 100644
--- a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj
@@ -9,14 +9,11 @@
-
- Common\System\Threading\Tasks\Sources\ManualResetValueTaskSource.cs
-
-
- Common\System\Threading\Tasks\Sources\ManualResetValueTaskSourceFactory.cs
-
-
- Common\System\Threading\Tasks\GetStateMachineData.cs
-
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
index 0c93e3a41ffa05..b758ad3f2f258b 100644
--- a/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
@@ -7,9 +7,8 @@
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
+
@@ -25,8 +24,7 @@
-
- CommonTest\System\Threading\ThreadPoolHelpers.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
index d05826479b00d1..d123c71e67a98d 100644
--- a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
+++ b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj
@@ -48,15 +48,12 @@
-
- Common\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- CommonTest\System\Threading\ThreadPoolHelpers.cs
-
-
- Common\System\Threading\Tasks\TaskTimeoutExtensions.cs
-
+
+
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
index 5834cb689cb113..5f4448b2bc4fb7 100644
--- a/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
+++ b/src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
@@ -12,9 +12,8 @@
-
- CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
diff --git a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
index c178d826b6809d..f4741b497460e7 100644
--- a/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
+++ b/src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj
@@ -8,8 +8,7 @@
-
- CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
index ed2ea9ccca87b9..30d9b8f8a207f0 100644
--- a/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
+++ b/src/libraries/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
@@ -10,8 +10,7 @@
-
- CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
\ No newline at end of file
diff --git a/src/libraries/System.Threading/src/System.Threading.csproj b/src/libraries/System.Threading/src/System.Threading.csproj
index 6401755e4cdbc0..dbe7a3df3fbdd4 100644
--- a/src/libraries/System.Threading/src/System.Threading.csproj
+++ b/src/libraries/System.Threading/src/System.Threading.csproj
@@ -14,9 +14,8 @@
-
- Common\System\HResults.cs
-
+
diff --git a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
index 4e27b5fc95d26b..5b1b5b087b2a2d 100644
--- a/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
+++ b/src/libraries/System.Threading/tests/System.Threading.Tests.csproj
@@ -32,11 +32,9 @@
-
- CommonTest\System\Diagnostics\Tracing\TestEventListener.cs
-
-
- CommonTest\System\Threading\ThreadTestHelpers.cs
-
+
+
\ No newline at end of file
diff --git a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
index dd5adc8a691957..0cca329fd19e24 100644
--- a/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
+++ b/src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj
@@ -14,35 +14,26 @@
-
- System\Index.cs
-
-
- System\Numerics\BitOperations.cs
-
-
- System\Numerics\Hashing\HashHelpers.cs
-
-
- System\Range.cs
-
-
- System\Text\Rune.cs
-
-
- System\Text\Unicode\Utf8.cs
-
+
+
+
+
+
+
-
- System\Numerics\BitOperations.cs
-
-
- System\Text\Rune.cs
-
-
- System\Text\Unicode\Utf8.cs
-
+
+
+
@@ -50,99 +41,68 @@
-
- Common\System\Marvin.cs
-
-
- Common\System\NotImplemented.cs
-
-
- System\Char8.cs
-
-
- System\Text\TrimType.cs
-
-
- System\Text\UnicodeDebug.cs
-
-
- System\Text\UnicodeUtility.cs
-
-
- System\Text\Unicode\Utf16Utility.cs
-
-
- System\Text\Unicode\Utf16Utility.Validation.cs
-
-
- System\Text\Utf8StringComparer.cs
-
-
- System\Text\ASCIIUtility.cs
-
-
- System\Text\ASCIIUtility.Helpers.cs
-
-
- System\Text\Unicode\Utf8Utility.cs
-
-
- System\Text\Unicode\Utf8Utility.Helpers.cs
-
-
- System\Text\Unicode\Utf8Utility.Validation.cs
-
-
- System\Text\Unicode\Utf8Utility.Transcoding.cs
-
-
- System\Text\Unicode\Utf8Utility.WhiteSpace.NonCoreLib.cs
-
-
- System\Utf8StringSplitOptions.cs
-
-
- System\Utf8Extensions.cs
-
-
- System\Utf8String.cs
-
-
- System\Utf8String.Comparison.cs
-
-
- System\Utf8String.Construction.cs
-
-
- System\Utf8String.Conversion.cs
-
-
- System\Utf8String.Enumeration.cs
-
-
- System\Utf8String.Manipulation.cs
-
-
- System\Utf8String.Searching.cs
-
-
- System\Text\Utf8Span.cs
-
-
- System\Text\Utf8Span.Comparison.cs
-
-
- System\Text\Utf8Span.Conversion.cs
-
-
- System\Text\Utf8Span.Enumeration.cs
-
-
- System\Text\Utf8Span.Manipulation.cs
-
-
- System\Text\Utf8Span.Searching.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -174,4 +134,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
index 8779e2c76d94b5..2b5750a3707838 100644
--- a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
+++ b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj
@@ -10,9 +10,8 @@
-
- Common\System\HexConverter.cs
-
+
diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
index 5608db2ffe1501..57b50723275cc9 100644
--- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
+++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj
@@ -6,60 +6,42 @@
true
-
- Common\Interop\Windows\Crypt32\Interop.CertAddCertificateLinkToStore.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertCloseStore.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertDuplicateCertificateContext.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertEnumCertificatesInStore_IntPtr.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertFreeCertificateContext.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CertOpenStore.cs
-
-
- Common\Interop\Windows\Crypt32\Interop.CryptUIDlgCertificate.cs
-
-
- Common\Interop\Windows\User32\Interop.MessageBeep.cs
-
-
- Common\Interop\Windows\WinMm\Interop.MMCKINFO.cs
-
-
- Common\Interop\Windows\WinMm\Interop.mmioAscend.cs
-
-
- Common\Interop\Windows\WinMm\Interop.mmioClose.cs
-
-
- Common\Interop\Windows\WinMm\Interop.mmioDescend.cs
-
-
- Common\Interop\Windows\WinMm\Interop.mmioRead.cs
-
-
- Common\Interop\Windows\WinMm\Interop.mmioOpen.cs
-
-
- Common\Interop\Windows\WinMm\Interop.PlaySound.cs
-
-
- Common\Interop\Windows\Interop.Libraries.cs
-
-
- Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs
-
-
- Common\System\Text\ValueStringBuilder.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
index ebd9e736f130ac..7396a53455fe91 100644
--- a/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
+++ b/src/libraries/System.Windows.Extensions/tests/System.Windows.Extensions.Tests.csproj
@@ -8,9 +8,8 @@
-
- Common\System\Drawing\Helpers.cs
-
+
@@ -27,4 +26,4 @@
-
\ No newline at end of file
+
From 0984854b1f76f6d1c120f030ccd44a12edd3c862 Mon Sep 17 00:00:00 2001
From: marcusturewicz <24448509+marcusturewicz@users.noreply.github.com>
Date: Sat, 25 Apr 2020 15:52:47 +1000
Subject: [PATCH 4/4] Format existing Link="..."
---
.../Microsoft.Extensions.Http.Tests.csproj | 3 +-
.../src/Microsoft.IO.Redist.csproj | 275 ++++++++++++------
.../System.IO.FileSystem.AccessControl.csproj | 107 ++++---
.../src/System.IO.FileSystem.csproj | 251 ++++++++++------
.../tests/System.IO.FileSystem.Tests.csproj | 3 +-
.../src/System.IO.Pipes.csproj | 188 ++++++++----
.../tests/System.Memory.Tests.csproj | 8 +-
.../StressTests/SslStress/SslStress.csproj | 5 +-
.../tests/System.Reflection.Tests.csproj | 3 +-
.../src/System.Resources.Extensions.csproj | 20 +-
.../src/System.Resources.Writer.csproj | 6 +-
.../tests/System.Runtime.Tests.csproj | 6 +-
.../tests/System.Text.Json.Tests.csproj | 3 +-
.../src/System.Threading.AccessControl.csproj | 35 ++-
...ystem.Threading.AccessControl.Tests.csproj | 8 +-
.../src/System.Threading.Channels.csproj | 8 +-
16 files changed, 616 insertions(+), 313 deletions(-)
diff --git a/src/libraries/Microsoft.Extensions.Http/tests/Microsoft.Extensions.Http.Tests.csproj b/src/libraries/Microsoft.Extensions.Http/tests/Microsoft.Extensions.Http.Tests.csproj
index 95876ee06a9b2b..81926a709d7b33 100644
--- a/src/libraries/Microsoft.Extensions.Http/tests/Microsoft.Extensions.Http.Tests.csproj
+++ b/src/libraries/Microsoft.Extensions.Http/tests/Microsoft.Extensions.Http.Tests.csproj
@@ -18,7 +18,8 @@
Link="tests\DI.Common\Common\src\TestLogger.cs" />
-
+
diff --git a/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj b/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj
index ca9b170609880b..84e7c08c8965db 100644
--- a/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj
+++ b/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj
@@ -9,97 +9,188 @@
annotations
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -117,4 +208,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
index 890edd52f323f2..60a391476e7e08 100644
--- a/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
+++ b/src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
@@ -13,8 +13,10 @@
-
-
+
+
@@ -23,39 +25,72 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -83,4 +118,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj b/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj
index 3dfbc1ba581460..0e7728f070818b 100644
--- a/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj
+++ b/src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj
@@ -16,10 +16,14 @@
-
-
-
-
+
+
+
+
@@ -53,62 +57,118 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -118,29 +178,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -152,4 +235,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index 0e4b713dc2df87..ccec9a8185b6c6 100644
--- a/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -161,7 +161,8 @@
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -74,8 +109,10 @@
-
-
+
+
@@ -84,31 +121,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -132,4 +194,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
index 1bd4abc28ae987..d9b36dc5649f8e 100644
--- a/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
+++ b/src/libraries/System.Memory/tests/System.Memory.Tests.csproj
@@ -15,9 +15,11 @@
-
+
-
+
@@ -264,4 +266,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj b/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj
index 439b1e86e02c89..cb7c136f227c3e 100644
--- a/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj
+++ b/src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj
@@ -5,10 +5,11 @@
enable
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
index c8ad7d2cf17fb9..f96a3551aa4b82 100644
--- a/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
+++ b/src/libraries/System.Reflection/tests/System.Reflection.Tests.csproj
@@ -9,7 +9,8 @@
-
+
diff --git a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj
index 182d413ab7e8b2..100a496b86af78 100644
--- a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj
+++ b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj
@@ -8,12 +8,18 @@
-
-
-
-
-
-
+
+
+
+
+
+
@@ -26,4 +32,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj b/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj
index feaed03e028117..0fa1c8767e11cf 100644
--- a/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj
+++ b/src/libraries/System.Resources.Writer/src/System.Resources.Writer.csproj
@@ -10,8 +10,10 @@
-
-
+
+
diff --git a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj
index 4b2e8ec83f3534..f92655b53fed15 100644
--- a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj
+++ b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj
@@ -242,9 +242,11 @@
-
+
-
+
diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
index 6f2981d40abc32..c0ed35c265de4d 100644
--- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
+++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
@@ -132,7 +132,8 @@
-
+
true
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -41,4 +52,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj b/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj
index d5d815abc08a78..c60e1d656cd047 100644
--- a/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj
+++ b/src/libraries/System.Threading.AccessControl/tests/System.Threading.AccessControl.Tests.csproj
@@ -3,8 +3,10 @@
$(NetCoreAppCurrent)-Windows_NT;$(NetFrameworkCurrent)-Windows_NT
-
-
+
+
@@ -12,4 +14,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj
index bc603a3817baec..74dcb78e781e47 100644
--- a/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj
+++ b/src/libraries/System.Threading.Channels/src/System.Threading.Channels.csproj
@@ -25,8 +25,10 @@
-
-
+
+
@@ -40,4 +42,4 @@
-
\ No newline at end of file
+