diff options
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/Properties/AssemblyInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/Properties/AssemblyInfo.cs b/src/SMAPI.Mods.ConsoleCommands/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..ac15ec72 --- /dev/null +++ b/src/SMAPI.Mods.ConsoleCommands/Properties/AssemblyInfo.cs @@ -0,0 +1,6 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("SMAPI.Mods.ConsoleCommands")] +[assembly: AssemblyDescription("")] +[assembly: Guid("76791e28-b1b5-407c-82d6-50c3e5b7e037")] |