From 4aae813a7f57fe652857118fe8f325456091e8af Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 18 Sep 2023 10:18:39 +0200 Subject: [PATCH 1/2] Update infra to include tools P2Ps in a tools folder --- eng/slngen.targets | 4 +++- src/libraries/slngen.proj | 2 +- src/tools/Directory.Build.props | 9 +++++++++ src/tools/illink/Directory.Build.props | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 src/tools/Directory.Build.props diff --git a/eng/slngen.targets b/eng/slngen.targets index 59e2565b3817f..2db8e9c7c3b57 100644 --- a/eng/slngen.targets +++ b/eng/slngen.targets @@ -1,8 +1,10 @@ - + + gen ref tests src + diff --git a/src/libraries/slngen.proj b/src/libraries/slngen.proj index 3defd9663be0a..3118a1e1545a3 100644 --- a/src/libraries/slngen.proj +++ b/src/libraries/slngen.proj @@ -19,7 +19,7 @@ - + diff --git a/src/tools/Directory.Build.props b/src/tools/Directory.Build.props new file mode 100644 index 0000000000000..d654a5047c208 --- /dev/null +++ b/src/tools/Directory.Build.props @@ -0,0 +1,9 @@ + + + + + + tools + + + \ No newline at end of file diff --git a/src/tools/illink/Directory.Build.props b/src/tools/illink/Directory.Build.props index 5f7fa8669cd37..51d947f462d5e 100644 --- a/src/tools/illink/Directory.Build.props +++ b/src/tools/illink/Directory.Build.props @@ -1,6 +1,6 @@ - + $(NetCoreAppToolCurrent) From c9bcaf496d8fc7cd35f208885905207d9363ddd7 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 18 Sep 2023 10:19:05 +0200 Subject: [PATCH 2/2] Update solution files in reaction to illink P2P changes --- Directory.Build.targets | 1 + eng/slngen.targets | 10 +- src/libraries/Directory.Build.targets | 1 - .../Microsoft.Bcl.AsyncInterfaces.sln | 53 +- .../Microsoft.Bcl.Cryptography.sln | 53 +- .../Microsoft.Bcl.Numerics.sln | 53 +- .../Microsoft.Bcl.TimeProvider.sln | 53 +- .../Microsoft.CSharp/Microsoft.CSharp.sln | 46 + ...rosoft.Extensions.Caching.Abstractions.sln | 53 +- .../Microsoft.Extensions.Caching.Memory.sln | 60 +- ....Extensions.Configuration.Abstractions.sln | 53 +- ...rosoft.Extensions.Configuration.Binder.sln | 53 ++ ...t.Extensions.Configuration.CommandLine.sln | 53 +- ...ons.Configuration.EnvironmentVariables.sln | 53 +- ...xtensions.Configuration.FileExtensions.sln | 53 +- ...Microsoft.Extensions.Configuration.Ini.sln | 53 +- ...icrosoft.Extensions.Configuration.Json.sln | 46 + ...t.Extensions.Configuration.UserSecrets.sln | 46 + ...Microsoft.Extensions.Configuration.Xml.sln | 46 + .../Microsoft.Extensions.Configuration.sln | 46 + ...sions.DependencyInjection.Abstractions.sln | 53 +- ...crosoft.Extensions.DependencyInjection.sln | 60 +- .../Microsoft.Extensions.DependencyModel.sln | 46 + ...ft.Extensions.Diagnostics.Abstractions.sln | 165 +++- .../Microsoft.Extensions.Diagnostics.sln | 271 +++--- ....Extensions.FileProviders.Abstractions.sln | 53 +- ...oft.Extensions.FileProviders.Composite.sln | 53 +- ...soft.Extensions.FileProviders.Physical.sln | 53 +- ...icrosoft.Extensions.FileSystemGlobbing.sln | 53 +- ...crosoft.Extensions.HostFactoryResolver.sln | 81 ++ ...rosoft.Extensions.Hosting.Abstractions.sln | 102 +++ .../Microsoft.Extensions.Hosting.Systemd.sln | 81 ++ ...oft.Extensions.Hosting.WindowsServices.sln | 81 ++ .../Microsoft.Extensions.Hosting.sln | 187 ++-- .../Microsoft.Extensions.Http.sln | 210 +++-- ...rosoft.Extensions.Logging.Abstractions.sln | 53 +- ...osoft.Extensions.Logging.Configuration.sln | 53 ++ .../Microsoft.Extensions.Logging.Console.sln | 53 ++ .../Microsoft.Extensions.Logging.Debug.sln | 53 ++ .../Microsoft.Extensions.Logging.EventLog.sln | 53 ++ ...crosoft.Extensions.Logging.EventSource.sln | 53 ++ ...crosoft.Extensions.Logging.TraceSource.sln | 53 ++ .../Microsoft.Extensions.Logging.sln | 53 ++ ...nsions.Options.ConfigurationExtensions.sln | 90 +- ...oft.Extensions.Options.DataAnnotations.sln | 60 +- .../Microsoft.Extensions.Options.sln | 167 +++- .../Microsoft.Extensions.Primitives.sln | 53 +- .../Microsoft.NETCore.Platforms.sln | 53 +- .../Microsoft.VisualBasic.Core.sln | 46 + .../Microsoft.Win32.Primitives.sln | 139 ++- ...Microsoft.Win32.Registry.AccessControl.sln | 53 +- .../Microsoft.Win32.Registry.sln | 46 + .../Microsoft.Win32.SystemEvents.sln | 53 +- .../Microsoft.XmlSerializer.Generator.sln | 53 +- .../System.CodeDom/System.CodeDom.sln | 53 +- .../System.Collections.Concurrent.sln | 145 ++- .../System.Collections.Immutable.sln | 46 + .../System.Collections.NonGeneric.sln | 46 + .../System.Collections.Specialized.sln | 46 + .../System.Collections/System.Collections.sln | 139 ++- .../System.ComponentModel.Annotations.sln | 46 + ...omponentModel.Composition.Registration.sln | 53 +- .../System.ComponentModel.Composition.sln | 53 +- .../System.ComponentModel.EventBasedAsync.sln | 46 + .../System.ComponentModel.Primitives.sln | 46 + .../System.ComponentModel.TypeConverter.sln | 46 + .../System.ComponentModel.sln | 46 + .../System.Composition.AttributedModel.sln | 53 +- .../System.Composition.Convention.sln | 53 +- .../System.Composition.Hosting.sln | 53 +- .../System.Composition.Runtime.sln | 53 +- .../System.Composition.TypedParts.sln | 53 +- .../System.Composition/System.Composition.sln | 53 +- ...tem.Configuration.ConfigurationManager.sln | 597 +++++++++++- .../System.Console/System.Console.sln | 46 + .../System.Data.Common/System.Data.Common.sln | 149 ++- .../System.Data.Odbc/System.Data.Odbc.sln | 51 +- .../System.Data.OleDb/System.Data.Oledb.sln | 676 +++++++++++++- .../System.Diagnostics.Contracts.sln | 139 ++- .../System.Diagnostics.DiagnosticSource.sln | 46 + .../System.Diagnostics.EventLog.sln | 53 +- .../System.Diagnostics.FileVersionInfo.sln | 46 + .../System.Diagnostics.PerformanceCounter.sln | 633 ++++++++++++- .../System.Diagnostics.Process.sln | 860 ++++++++++++++++++ .../System.Diagnostics.StackTrace.sln | 155 +++- ...em.Diagnostics.TextWriterTraceListener.sln | 46 + .../System.Diagnostics.TraceSource.sln | 191 +++- .../System.Diagnostics.Tracing.sln | 139 ++- ...em.DirectoryServices.AccountManagement.sln | 705 +++++++++++++- .../System.DirectoryServices.Protocols.sln | 544 ++++++++++- .../System.DirectoryServices.sln | 508 ++++++++++- .../System.Drawing.Primitives.sln | 46 + .../System.Formats.Asn1.sln | 46 + .../System.Formats.Cbor.sln | 53 +- .../System.Formats.Tar/System.Formats.Tar.sln | 62 +- .../System.IO.Compression.Brotli.sln | 46 + .../System.IO.Compression.ZipFile.sln | 46 + .../System.IO.Compression.sln | 46 + .../System.IO.FileSystem.AccessControl.sln | 617 ++++++++++++- .../System.IO.FileSystem.DriveInfo.sln | 46 + .../System.IO.FileSystem.Watcher.sln | 46 + .../System.IO.Hashing/System.IO.Hashing.sln | 53 +- .../System.IO.IsolatedStorage.sln | 537 ++++++++++- .../System.IO.MemoryMappedFiles.sln | 46 + .../System.IO.Packaging.sln | 53 +- .../System.IO.Pipelines.sln | 53 +- .../System.IO.Pipes.AccessControl.sln | 46 + .../System.IO.Pipes/System.IO.Pipes.sln | 765 +++++++++++++++- .../System.IO.Ports/System.IO.Ports.sln | 46 + .../System.Linq.Expressions.sln | 46 + .../System.Linq.Parallel.sln | 46 + .../System.Linq.Queryable.sln | 46 + src/libraries/System.Linq/System.Linq.sln | 46 + .../System.Management/System.Management.sln | 53 +- .../System.Memory.Data/System.Memory.Data.sln | 46 + src/libraries/System.Memory/System.Memory.sln | 139 ++- .../System.Net.Http.Json.sln | 46 + .../System.Net.Http.WinHttpHandler.sln | 46 + .../System.Net.Http/System.Net.Http.sln | 60 ++ .../System.Net.HttpListener.sln | 46 + .../System.Net.Mail/System.Net.Mail.sln | 46 + .../System.Net.NameResolution.sln | 46 + .../System.Net.NetworkInformation.sln | 46 + .../System.Net.Ping/System.Net.Ping.sln | 46 + .../System.Net.Primitives.sln | 46 + .../System.Net.Quic/System.Net.Quic.sln | 46 + .../System.Net.Requests.sln | 46 + .../System.Net.Security.sln | 46 + .../System.Net.ServicePoint.sln | 46 + .../System.Net.Sockets/System.Net.Sockets.sln | 46 + .../System.Net.WebClient.sln | 46 + .../System.Net.WebHeaderCollection.sln | 46 + .../System.Net.WebProxy.sln | 46 + .../System.Net.WebSockets.Client.sln | 67 ++ .../System.Net.WebSockets.sln | 46 + .../System.Numerics.Tensors.sln | 67 +- .../System.Numerics.Vectors.sln | 139 ++- .../System.ObjectModel/System.ObjectModel.sln | 46 + ...stem.Private.DataContractSerialization.sln | 60 ++ .../System.Private.Uri/System.Private.Uri.sln | 139 ++- .../System.Private.Xml.Linq.sln | 46 + .../System.Private.Xml/System.Private.Xml.sln | 46 + .../System.Reflection.Context.sln | 53 +- .../System.Reflection.DispatchProxy.sln | 46 + .../System.Reflection.Emit.ILGeneration.sln | 139 ++- .../System.Reflection.Emit.Lightweight.sln | 139 ++- .../System.Reflection.Emit.sln | 153 +++- .../System.Reflection.Metadata.sln | 46 + .../System.Reflection.MetadataLoadContext.sln | 46 + .../System.Reflection.Primitives.sln | 139 ++- .../System.Reflection.TypeExtensions.sln | 139 ++- .../System.Resources.Extensions.sln | 474 +++++++++- .../System.Resources.Writer.sln | 46 + .../System.Runtime.Caching.sln | 635 ++++++++++++- ...ystem.Runtime.CompilerServices.VisualC.sln | 46 + ...tem.Runtime.InteropServices.JavaScript.sln | 46 + .../System.Runtime.InteropServices.sln | 462 ++++++---- .../System.Runtime.Intrinsics.sln | 139 ++- .../System.Runtime.Loader.sln | 187 +++- .../System.Runtime.Numerics.sln | 46 + ...ystem.Runtime.Serialization.Formatters.sln | 189 +++- .../System.Runtime.Serialization.Json.sln | 46 + ...ystem.Runtime.Serialization.Primitives.sln | 46 + .../System.Runtime.Serialization.Schema.sln | 53 +- .../System.Runtime.Serialization.Xml.sln | 60 +- .../System.Runtime/System.Runtime.sln | 243 +++-- .../System.Security.AccessControl.sln | 46 + .../System.Security.Claims.sln | 46 + .../System.Security.Cryptography.Cose.sln | 53 +- .../System.Security.Cryptography.Pkcs.sln | 46 + ...em.Security.Cryptography.ProtectedData.sln | 53 +- .../System.Security.Cryptography.Xml.sln | 46 + .../System.Security.Cryptography.sln | 46 + .../System.Security.Permissions.sln | 508 ++++++++++- .../System.Security.Principal.Windows.sln | 46 + .../System.ServiceModel.Syndication.sln | 53 +- ...ystem.ServiceProcess.ServiceController.sln | 53 +- src/libraries/System.Speech/System.Speech.sln | 53 +- .../System.Text.Encoding.CodePages.sln | 46 + .../System.Text.Encoding.Extensions.sln | 139 ++- .../System.Text.Encodings.Web.sln | 53 +- .../System.Text.Json/System.Text.Json.sln | 46 + .../System.Text.RegularExpressions.sln | 127 ++- .../System.Threading.AccessControl.sln | 53 +- .../System.Threading.Channels.sln | 53 +- .../System.Threading.Overlapped.sln | 139 ++- .../System.Threading.RateLimiting.sln | 53 +- .../System.Threading.Tasks.Dataflow.sln | 53 +- .../System.Threading.Tasks.Parallel.sln | 46 + .../System.Threading.Thread.sln | 139 ++- .../System.Threading.ThreadPool.sln | 154 +++- .../System.Threading/System.Threading.sln | 139 ++- .../System.Transactions.Local.sln | 46 + .../System.Web.HttpUtility.sln | 46 + .../System.Windows.Extensions.sln | 434 ++++++++- .../System.Xml.ReaderWriter.sln | 46 + .../System.Xml.XDocument.sln | 46 + .../System.Xml.XPath.XDocument.sln | 46 + .../System.Xml.XPath/System.Xml.XPath.sln | 46 + .../System.Xml.XmlSerializer.sln | 46 + src/tools/Directory.Build.props | 2 +- 201 files changed, 20345 insertions(+), 1231 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index 88598f1295f5f..71e6f4f13b32f 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -15,6 +15,7 @@ +