From b50e72c336fc69174e6baae805da9860ecf8d500 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sat, 2 Apr 2022 14:26:12 +0200 Subject: [PATCH] Add strong name to ILSpyX and fix platform warnings. --- ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj | 3 +++ ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs | 6 +----- ILSpy/ILSpy.csproj | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj b/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj index 05386069a..9fac8d225 100644 --- a/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj +++ b/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj @@ -5,6 +5,9 @@ enable true + True + ..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk + en-US False False diff --git a/ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs b/ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs index 25750d5ce..2ff1a3ed7 100644 --- a/ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs +++ b/ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs @@ -17,13 +17,9 @@ using System.Runtime.Versioning; [assembly: AssemblyVersion(DecompilerVersionInfo.Major + "." + DecompilerVersionInfo.Minor + "." + DecompilerVersionInfo.Build + "." + DecompilerVersionInfo.Revision)] [assembly: AssemblyInformationalVersion(DecompilerVersionInfo.FullVersionWithShortCommitHash)] -[assembly: SupportedOSPlatform("Windows7.0")] -[assembly: TargetPlatform("Windows10.0")] - [assembly: SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "AssemblyInformationalVersion does not need to be a parsable version")] [assembly: InternalsVisibleTo("ILSpy, PublicKey=00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf")] -[assembly: InternalsVisibleTo("ILSpy.Tests")] - +[assembly: InternalsVisibleTo("ILSpy.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf")] diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 1d7555320..23b3b55c0 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -74,7 +74,6 @@ -