Browse Source

Allowed IllusionPlugin and IllusionPlugin to see each others' internals

refactor
Anairkoen Schno 5 years ago
parent
commit
80a72daba9
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      IllusionInjector/Properties/AssemblyInfo.cs
  2. +1
    -0
      IllusionPlugin/Properties/AssemblyInfo.cs

+ 1
- 0
IllusionInjector/Properties/AssemblyInfo.cs View File

@ -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:
//


+ 1
- 0
IllusionPlugin/Properties/AssemblyInfo.cs View File

@ -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:
//


Loading…
Cancel
Save