From 80a72daba9859bda2de7afb89255ad4534f5d745 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 30 Aug 2018 23:53:07 -0500 Subject: [PATCH] Allowed IllusionPlugin and IllusionPlugin to see each others' internals --- IllusionInjector/Properties/AssemblyInfo.cs | 1 + IllusionPlugin/Properties/AssemblyInfo.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/IllusionInjector/Properties/AssemblyInfo.cs b/IllusionInjector/Properties/AssemblyInfo.cs index 1f49fac3..e967a81a 100644 --- a/IllusionInjector/Properties/AssemblyInfo.cs +++ b/IllusionInjector/Properties/AssemblyInfo.cs @@ -22,6 +22,7 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("400a540a-d21f-4609-966b-206059b6e73b")] +[assembly: InternalsVisibleTo("IllusionPlugin")] // Version information for an assembly consists of the following four values: // diff --git a/IllusionPlugin/Properties/AssemblyInfo.cs b/IllusionPlugin/Properties/AssemblyInfo.cs index 3380ee3e..73d2f6b4 100644 --- a/IllusionPlugin/Properties/AssemblyInfo.cs +++ b/IllusionPlugin/Properties/AssemblyInfo.cs @@ -21,6 +21,7 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("e8cea89d-6c2f-4729-94b3-f355f7db19e5")] +[assembly: InternalsVisibleTo("IllusionInjector")] // Version information for an assembly consists of the following four values: //