summaryrefslogtreecommitdiff
path: root/src/SMAPI.Internal/Properties
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-01 18:44:39 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-01 18:44:39 -0400
commit009a387526ee10b18d0ed3030d6e8868edf17203 (patch)
tree2651a2c11cf33cbb9b75a680911249f4fce4da94 /src/SMAPI.Internal/Properties
parent3255518f0a9d18f2d25859747a21bd54759b8f84 (diff)
downloadSMAPI-009a387526ee10b18d0ed3030d6e8868edf17203.tar.gz
SMAPI-009a387526ee10b18d0ed3030d6e8868edf17203.tar.bz2
SMAPI-009a387526ee10b18d0ed3030d6e8868edf17203.zip
unify SMAPI.AssemblyRewriters and SMAPI.Common projects
Diffstat (limited to 'src/SMAPI.Internal/Properties')
-rw-r--r--src/SMAPI.Internal/Properties/AssemblyInfo.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/SMAPI.Internal/Properties/AssemblyInfo.cs b/src/SMAPI.Internal/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..b314b353
--- /dev/null
+++ b/src/SMAPI.Internal/Properties/AssemblyInfo.cs
@@ -0,0 +1,9 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly: AssemblyTitle("SMAPI.Internal")]
+[assembly: AssemblyDescription("Contains internal SMAPI code that's shared between its projects.")]
+[assembly: InternalsVisibleTo("StardewModdingAPI")]
+[assembly: InternalsVisibleTo("StardewModdingAPI.ModBuildConfig")]
+[assembly: InternalsVisibleTo("StardewModdingAPI.Installer")]
+[assembly: InternalsVisibleTo("StardewModdingAPI.Web")]