From af3073ab3b6a8fb5eaf8fe0c5fde30b29e6633c7 Mon Sep 17 00:00:00 2001 From: schedpas Date: Wed, 9 Feb 2022 14:32:59 +0100 Subject: [PATCH] fix "InternalsVisibleTo" attributes --- Pilz.Administration.GUI/FodyWeavers.xsd | 30 +++++++++++++++++++ .../Properties/AssemblyInfo.cs | 2 +- Pilz.GUIBase/Properties/AssemblyInfo.cs | 4 +-- Pilz.Updating/Properties/AssemblyInfo.cs | 4 +-- 4 files changed, 35 insertions(+), 5 deletions(-) diff --git a/Pilz.Administration.GUI/FodyWeavers.xsd b/Pilz.Administration.GUI/FodyWeavers.xsd index 44a5374..05e92c1 100644 --- a/Pilz.Administration.GUI/FodyWeavers.xsd +++ b/Pilz.Administration.GUI/FodyWeavers.xsd @@ -17,6 +17,16 @@ A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + + + + + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + A list of unmanaged 32 bit assembly names to include, delimited with line breaks. @@ -43,6 +53,16 @@ Controls if .pdbs for reference assemblies are also embedded. + + + Controls if runtime assemblies are also embedded. + + + + + Controls whether the runtime assemblies are embedded with their full path or only with their assembly name. + + Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. @@ -73,6 +93,16 @@ A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + + + + + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + A list of unmanaged 32 bit assembly names to include, delimited with |. diff --git a/Pilz.Administration/Properties/AssemblyInfo.cs b/Pilz.Administration/Properties/AssemblyInfo.cs index 71e87ce..210747f 100644 --- a/Pilz.Administration/Properties/AssemblyInfo.cs +++ b/Pilz.Administration/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ using global::System.Runtime.InteropServices; // Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. [assembly: Guid("3c112a6a-bafa-4a84-be28-e9b69ca8f6e0")] -[assembly: InternalsVisibleTo("SM64 ROM Manager.Updating.Administration.GUI")] +[assembly: InternalsVisibleTo("Pilz.Updating.Administration.GUI")] diff --git a/Pilz.GUIBase/Properties/AssemblyInfo.cs b/Pilz.GUIBase/Properties/AssemblyInfo.cs index 31f1e9c..33b5898 100644 --- a/Pilz.GUIBase/Properties/AssemblyInfo.cs +++ b/Pilz.GUIBase/Properties/AssemblyInfo.cs @@ -6,6 +6,6 @@ using global::System.Runtime.InteropServices; // Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. [assembly: Guid("3f685063-3c71-4e56-a63d-c296d02985f4")] -[assembly: InternalsVisibleTo("SM64 ROM Manager.Updating.Administration.GUI")] -[assembly: InternalsVisibleTo("SM64 ROM Manager.Updating.Client.GUI")] +[assembly: InternalsVisibleTo("Pilz.Updating.Administration.GUI")] +[assembly: InternalsVisibleTo("Pilz.Updating.Client.GUI")] diff --git a/Pilz.Updating/Properties/AssemblyInfo.cs b/Pilz.Updating/Properties/AssemblyInfo.cs index 775fe87..3b808a0 100644 --- a/Pilz.Updating/Properties/AssemblyInfo.cs +++ b/Pilz.Updating/Properties/AssemblyInfo.cs @@ -6,6 +6,6 @@ using global::System.Runtime.InteropServices; // Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. [assembly: Guid("a143c2b7-9e1b-4e75-aaef-a0fc96974012")] -[assembly: InternalsVisibleTo("SM64 ROM Manager.Updating.Client")] -[assembly: InternalsVisibleTo("SM64 ROM Manager.Updating.Administration")] +[assembly: InternalsVisibleTo("Pilz.Updating.Client")] +[assembly: InternalsVisibleTo("Pilz.Updating.Administration")]